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