rust/src/test/ui/macros/issue-54441.stderr
Cameron Steffen 90f4521cfd Bless tests
2021-10-15 02:36:58 -05:00

14 lines
314 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 previous error