]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/lints_in_proc_macros.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / 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`.