blob: eec88f0c3f3b31f9e1e02fcfe1abfbe4df8a3277 [file] [log] [blame]
error: expected item, found `;`
--> $DIR/issue-49040.rs:1:28
|
LL | #![allow(unused_variables)]; //~ ERROR expected item, found `;`
| ^ help: consider removing this semicolon
error: aborting due to previous error