]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/lints_in_proc_macros.stderr
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[rust.git] / src / test / ui / proc-macro / lints_in_proc_macros.stderr
1 error[E0425]: cannot find value `foobar2` in this scope
2   --> $DIR/lints_in_proc_macros.rs:9:5
3    |
4 LL |     bang_proc_macro2!();
5    |     ^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `foobar`
6    |
7    = note: this error originates in the macro `bang_proc_macro2` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0425`.