rust/tests/ui/macros/issue-54441.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
314 B
Plaintext
Raw Normal View History

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