summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3099-b.rs
blob: 997bb9e25571d68390567f3de1c26a652b317918 (plain)
1
2
3
4
5
6
7
#[legacy_exports]
mod a {}

#[legacy_exports]
mod a {} //~ ERROR Duplicate definition of module a

fn main() {}