Skip to content

Commit

Permalink
test: Update try_build error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 20, 2024
1 parent 3664d83 commit c2f869c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/trybuild/depends_on_itself.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: Recursive dependency: BookParsingError->BookParsingError
error: Cycle Detected: BookParsingError->BookParsingError
--> tests/trybuild/depends_on_itself.rs:4:5
|
4 | BookParsingError = {
Expand Down
2 changes: 1 addition & 1 deletion tests/trybuild/recursive_dependency.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: Recursive dependency: MediaError->BookParsingError->BookSectionParsingError->BookParsingError
error: Cycle Detected: MediaError->BookParsingError->BookSectionParsingError->BookParsingError
--> tests/trybuild/recursive_dependency.rs:7:5
|
7 | BookParsingError = {
Expand Down

0 comments on commit c2f869c

Please sign in to comment.