2018-08-08 14:28:26 +02:00
|
|
|
error[E0466]: bad macro import
|
2019-07-23 20:34:17 +03:00
|
|
|
--> $DIR/macro-use-bad-args-1.rs:3:13
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[macro_use(foo(bar))]
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^
|
|
|
|
|
2018-08-23 02:19:38 +03:00
|
|
|
error: aborting due to previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2018-08-23 02:19:38 +03:00
|
|
|
For more information about this error, try `rustc --explain E0466`.
|