blob: 3a886c4c481f1c893c555908b3ab5f857c3e054d (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found `(`
--> $DIR/issue-15914.rs:3:9
|
LL | (); //~ ERROR expected identifier, found `(`
| ^ expected identifier
error: aborting due to previous error
|