Skip to content

Commit 9d20b97

Browse files
committed
Fix test (uncaught error message)
1 parent e7bed6e commit 9d20b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/unresolved-import.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use foo::bar; //~ ERROR unresolved import. maybe a missing `extern mod foo`?
1212
//~^ ERROR failed to resolve import
1313
use x = bar::baz; //~ ERROR unresolved import: could not find `baz` in `bar`
14+
//~^ ERROR failed to resolve import
1415

1516
mod bar {
1617
struct bar;

0 commit comments

Comments
 (0)