blob: 4384156941776854e00a8bead26de54d217e909d [file] [log] [blame]
//@ dont-require-annotations: NOTE
mod foo { pub mod foo { } }
use foo::foo;
//~^ ERROR the name `foo` is defined multiple times
//~| NOTE `foo` reimported here
fn main() {}