blob: 997bb9e25571d68390567f3de1c26a652b317918 [file]
#[legacy_exports]
mod a {}
#[legacy_exports]
mod a {} //~ ERROR Duplicate definition of module a
fn main() {}