Update tests
This commit is contained in:
parent
2944fab398
commit
178c396326
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
mod foo {
|
||||
use self::{self};
|
||||
//~^ ERROR unresolved import `self`. There is no `self` in `???`
|
||||
//~^ ERROR unresolved import `self`. There is no `self` in the crate root
|
||||
|
||||
use super::{self};
|
||||
//~^ ERROR unresolved import `super`. There is no `super` in `???`
|
||||
//~^ ERROR unresolved import `super`. There is no `super` in the crate root
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue