summaryrefslogtreecommitdiff
path: root/tests/ui/resolve/issue-3099-b.rs
blob: 71952c3b060804d98060a150bf16fae8b95f4ed9 (plain)
1
2
3
4
5
pub mod a {}

pub mod a {} //~ ERROR the name `a` is defined multiple times

fn main() {}