File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ fn rustc_check_err() {
367367 . with_status ( 101 )
368368 . with_stderr_contains ( "[CHECKING] bar [..]" )
369369 . with_stderr_contains ( "[CHECKING] foo [..]" )
370- . with_stderr_contains ( "[..]cannot find function `qux` in module `bar`" )
370+ . with_stderr_contains ( "[..]cannot find function `qux` in [..] `bar`" )
371371 . run ( ) ;
372372}
373373
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ fn metabuild_failed_build_json() {
733733 "children": "{...}",
734734 "code": "{...}",
735735 "level": "error",
736- "message": "cannot find function `metabuild` in module `mb`",
736+ "message": "cannot find function `metabuild` in [..] `mb`",
737737 "rendered": "[..]",
738738 "spans": "{...}"
739739 },
You can’t perform that action at this time.
0 commit comments