2018-12-02 13:27:37 -06:00
|
|
|
error[E0425]: cannot find value `foobar2` in this scope
|
2020-01-31 16:02:31 -06:00
|
|
|
--> $DIR/lints_in_proc_macros.rs:9:5
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
|
LL | bang_proc_macro2!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `foobar`
|
2019-12-16 07:56:47 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `bang_proc_macro2` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|