blob: fb0e3b4caea359189e92011f8c06c785a6ba2a3e [file] [log] [blame]
error: arguments to macro_use are not allowed here
--> $DIR/issue-43106-gating-of-macro_use.rs:6:1
|
LL | #![macro_use = "4900"] //~ ERROR arguments to macro_use are not allowed here
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: arguments to macro_use are not allowed here
--> $DIR/issue-43106-gating-of-macro_use.rs:8:1
|
LL | #[macro_use = "2700"]
| ^^^^^^^^^^^^^^^^^^^^^
error: arguments to macro_use are not allowed here
--> $DIR/issue-43106-gating-of-macro_use.rs:11:17
|
LL | mod inner { #![macro_use="2700"] }
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors