]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gate/issue-43106-gating-of-macro_use.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / feature-gate / issue-43106-gating-of-macro_use.stderr
index 2977384f62db6e0adeda65934f3f33283adc5e54..0a491cd3b56c2b49c38c561e530130c79489b204 100644 (file)
@@ -1,19 +1,19 @@
 error: arguments to macro_use are not allowed here
   --> $DIR/issue-43106-gating-of-macro_use.rs:16:1
    |
-16 | #![macro_use                  = "4900"] //~ ERROR arguments to macro_use are not allowed here
+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
    |
-18 | #[macro_use = "2700"]
+LL | #[macro_use = "2700"]
    | ^^^^^^^^^^^^^^^^^^^^^
 
 error: arguments to macro_use are not allowed here
   --> $DIR/issue-43106-gating-of-macro_use.rs:21:17
    |
-21 |     mod inner { #![macro_use="2700"] }
+LL |     mod inner { #![macro_use="2700"] }
    |                 ^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to 3 previous errors