2017-12-06 02:27:47 -06:00
|
|
|
error: arguments to macro_use are not allowed here
|
|
|
|
--> $DIR/issue-43106-gating-of-macro_use.rs:16:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![macro_use = "4900"] //~ ERROR arguments to macro_use are not allowed here
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: arguments to macro_use are not allowed here
|
|
|
|
--> $DIR/issue-43106-gating-of-macro_use.rs:18:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[macro_use = "2700"]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: arguments to macro_use are not allowed here
|
|
|
|
--> $DIR/issue-43106-gating-of-macro_use.rs:21:17
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | mod inner { #![macro_use="2700"] }
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|