blob: f5f8b8ca2b2669fd1fe94c324b3d0dfc924a9757 [file] [log] [blame]
error: macro expansion ignores keyword `let` and any tokens 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