9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
|
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
|
||
|
|