]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/lints_in_proc_macros.stderr
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
[rust.git] / src / test / ui / proc-macro / lints_in_proc_macros.stderr
index 03c4d19268ceb2454a548388b6249cb5c1dc40c3..f36f937fc06b82ba7a97271f4e67ec8eecc7c95a 100644 (file)
@@ -4,7 +4,7 @@ error[E0425]: cannot find value `foobar2` in this scope
 LL |     bang_proc_macro2!();
    |     ^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `foobar`
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `bang_proc_macro2` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error