mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
238 B
Plaintext
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`.
|