Skip to content

Commit 178c396

Browse files
committed
Update tests
1 parent 2944fab commit 178c396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/compile-fail/use-mod-2.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
mod foo {
1212
use self::{self};
13-
//~^ ERROR unresolved import `self`. There is no `self` in `???`
13+
//~^ ERROR unresolved import `self`. There is no `self` in the crate root
1414

1515
use super::{self};
16-
//~^ ERROR unresolved import `super`. There is no `super` in `???`
16+
//~^ ERROR unresolved import `super`. There is no `super` in the crate root
1717
}
1818

1919
fn main() {}

0 commit comments

Comments
 (0)