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