1 #[macro_use(foo, bar)] //~ ERROR arguments to `macro_use` are not allowed here
2 mod foo {
3 }
4 
main()5 fn main() {
6 }
7