8 lines
110 B
Rust
8 lines
110 B
Rust
#[legacy_exports]
|
|
mod a {}
|
|
|
|
#[legacy_exports]
|
|
mod a {} //~ ERROR duplicate definition of type a
|
|
|
|
fn main() {}
|