blob: b0fafdc3b6326b828474f37791ecc8aa10b69e22 [file] [log] [blame]
error: expected one of `crate`, `fn`, `pub`, `static`, or `type`, found `let`
--> $DIR/issue-54441.rs:5:9
|
LL | let
| ^^^ unexpected token
...
LL | m!();
| ----- in this macro invocation
error: aborting due to previous error