We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a8c0a commit 6959316Copy full SHA for 6959316
tests/testsuite/check.rs
@@ -367,7 +367,7 @@ fn rustc_check_err() {
367
.with_status(101)
368
.with_stderr_contains("[CHECKING] bar [..]")
369
.with_stderr_contains("[CHECKING] foo [..]")
370
- .with_stderr_contains("[..]cannot find function `qux` in module `bar`")
+ .with_stderr_contains("[..]cannot find function `qux` in [..] `bar`")
371
.run();
372
}
373
tests/testsuite/metabuild.rs
@@ -733,7 +733,7 @@ fn metabuild_failed_build_json() {
733
"children": "{...}",
734
"code": "{...}",
735
"level": "error",
736
- "message": "cannot find function `metabuild` in module `mb`",
+ "message": "cannot find function `metabuild` in [..] `mb`",
737
"rendered": "[..]",
738
"spans": "{...}"
739
},
0 commit comments