]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-54441.stderr
Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors
[rust.git] / tests / 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