2018-12-02 19:27:37 +00:00
|
|
|
error[E0425]: cannot find value `foobar2` in this scope
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/lints_in_proc_macros.rs:9:5
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
|
|
|
LL | bang_proc_macro2!();
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `foobar`
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00: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 19:27:37 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-02 19:27:37 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|