summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/shadow.rs
blob: 61959594c7981b3c6386ce30916d06f58f16e943 (plain)
1
2
3
4
5
6
7
8
// aux-build:test-macros.rs

#[macro_use]
extern crate test_macros;
#[macro_use]
extern crate test_macros; //~ ERROR the name `test_macros` is defined multiple times

fn main() {}