2018-12-02 22:27:37 +03:00
|
|
|
error[E0425]: cannot find value `foobar2` in this scope
|
2020-02-01 01:02:31 +03:00
|
|
|
--> $DIR/lints_in_proc_macros.rs:9:5
|
2018-12-02 22:27:37 +03: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 15:56:47 +02:00
|
|
|
|
|
2021-02-13 14:52:25 -05: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 22:27:37 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|