blob: e5a8bb7adf603311bb435fcfc2d18c30c622f7f4 [file] [log] [blame]
mod foo {
pub struct A;
pub struct B;
}
use foo::{A, A};
//~^ ERROR is defined multiple times
fn main() {}