rust/tests/ui/macros/issue-54441.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

14 lines
316 B
Plaintext

error: macro expansion ignores token `let` and any following
--> $DIR/issue-54441.rs:3:9
|
LL | let
| ^^^
...
LL | m!();
| ---- caused by the macro expansion here
|
= note: the usage of `m!` is likely invalid in foreign item context
error: aborting due to 1 previous error