6 lines
82 B
Rust
6 lines
82 B
Rust
|
module a {}
|
||
|
|
||
|
module a {} //~ ERROR Duplicate definition of module a
|
||
|
|
||
|
fn main() {}
|