rust/tests/ui/imports/auxiliary/extern-with-ambiguous-1-ext...

5 lines
45 B
Rust

mod a {
pub mod error {}
}
pub use a::*;