Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
issue-3099-b.rs
blob: 997bb9e25571d68390567f3de1c26a652b317918 [
file
]
#[
legacy_exports
]
mod
a
{}
#[
legacy_exports
]
mod
a
{}
//~ ERROR Duplicate definition of module a
fn
main
()
{}