rust/src/test/ui/feature-gate/issue-43106-gating-of-macro_use.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

21 lines
651 B
Plaintext

error: arguments to macro_use are not allowed here
--> $DIR/issue-43106-gating-of-macro_use.rs:16: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:18:1
|
LL | #[macro_use = "2700"]
| ^^^^^^^^^^^^^^^^^^^^^
error: arguments to macro_use are not allowed here
--> $DIR/issue-43106-gating-of-macro_use.rs:21:17
|
LL | mod inner { #![macro_use="2700"] }
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors