summaryrefslogtreecommitdiffstats
path: root/tests/ui/module-macro_use-arguments.stderr
blob: af799cb6ddf3ec6b1d3675b7b67a71df4555e067 (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