rust/src/test/ui/macros/macro-use-bad-args-1.stderr
Vadim Petrochenkov 434152157f Remove lint annotations in specific crates that are already enforced by rustbuild
Remove some random unnecessary lint `allow`s
2019-07-28 18:46:24 +03:00

10 lines
238 B
Plaintext

error[E0466]: bad macro import
--> $DIR/macro-use-bad-args-1.rs:3:13
|
LL | #[macro_use(foo(bar))]
| ^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0466`.