Skip to content

Commit cb355bf

Browse files
committed
Update error message and un-xfail test
1 parent 5da4372 commit cb355bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/compile-fail/issue-2123.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// xfail-test
2-
// error-pattern:unresolved import: m::f
3-
use x = m::f;
1+
use x = m::f; //~ ERROR failed to resolve import
42

53
mod m {
64
#[legacy_exports];

0 commit comments

Comments
 (0)