]> git.lizzy.rs Git - rust.git/blob - src/test/ui/module-macro_use-arguments.stderr
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
[rust.git] / src / test / ui / module-macro_use-arguments.stderr
1 error: arguments to `macro_use` are not allowed here
2   --> $DIR/module-macro_use-arguments.rs:1:1
3    |
4 LL | #[macro_use(foo, bar)]
5    | ^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8