]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/lints_in_proc_macros.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / lints_in_proc_macros.stderr
CommitLineData
0731742a
XL
1error[E0425]: cannot find value `foobar2` in this scope
2 --> $DIR/lints_in_proc_macros.rs:12:5
3 |
4LL | bang_proc_macro2!();
74b04a01
XL
5 | ^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `foobar`
6 |
7 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
0731742a
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0425`.