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() {
367
367
. with_status ( 101 )
368
368
. with_stderr_contains ( "[CHECKING] bar [..]" )
369
369
. 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`" )
371
371
. run ( ) ;
372
372
}
373
373
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ fn metabuild_failed_build_json() {
733
733
"children": "{...}",
734
734
"code": "{...}",
735
735
"level": "error",
736
- "message": "cannot find function `metabuild` in module `mb`",
736
+ "message": "cannot find function `metabuild` in [..] `mb`",
737
737
"rendered": "[..]",
738
738
"spans": "{...}"
739
739
},
You can’t perform that action at this time.
0 commit comments