summary refs log tree commit diff
path: root/src/test/ui/module-macro_use-arguments.stderr
blob: 2a75736a2c69f2a27c37ded77b881c0315b7aaea (plain)
1
2
3
4
5
6
7
8
error: arguments to macro_use are not allowed here
  --> $DIR/module-macro_use-arguments.rs:1:1
   |
LL | #[macro_use(foo, bar)]
   | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error