We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2944fab commit 178c396Copy full SHA for 178c396
src/test/compile-fail/use-mod-2.rs
@@ -10,10 +10,10 @@
10
11
mod foo {
12
use self::{self};
13
- //~^ ERROR unresolved import `self`. There is no `self` in `???`
+ //~^ ERROR unresolved import `self`. There is no `self` in the crate root
14
15
use super::{self};
16
- //~^ ERROR unresolved import `super`. There is no `super` in `???`
+ //~^ ERROR unresolved import `super`. There is no `super` in the crate root
17
}
18
19
fn main() {}
0 commit comments