Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
issue-3099-b.rs
blob: 71952c3b060804d98060a150bf16fae8b95f4ed9 [
file
] [
log
] [
blame
] [
edit
]
pub
mod
a
{}
pub
mod
a
{}
//~ ERROR the name `a` is defined multiple times
fn
main
()
{}