]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-54441.stderr
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
[rust.git] / src / test / ui / macros / issue-54441.stderr
1 error: macro expansion ignores token `let` and any following
2   --> $DIR/issue-54441.rs:3:9
3    |
4 LL |         let
5    |         ^^^
6 ...
7 LL |     m!();
8    |     ---- caused by the macro expansion here
9    |
10    = note: the usage of `m!` is likely invalid in foreign item context
11
12 error: aborting due to previous error
13