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