]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/gen-macro-rules-hygiene.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / gen-macro-rules-hygiene.stderr
index ecebdfa965666ec7fc2771a6f41fdc88a1c71516..b65fc739e09cb7c83f735b53f20b9ca440b5a66c 100644 (file)
@@ -6,6 +6,8 @@ LL | gen_macro_rules!();
 ...
 LL |         generated!();
    |         ------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0425]: cannot find value `local_use` in this scope
   --> $DIR/gen-macro-rules-hygiene.rs:12:1
@@ -15,6 +17,8 @@ LL | gen_macro_rules!();
 ...
 LL |         generated!();
    |         ------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0425]: cannot find value `local_def` in this scope
   --> $DIR/gen-macro-rules-hygiene.rs:21:9