blob: 3bf3ce88a63c2f2ef7a7a6003218478a9c9f89fc [file] [log] [blame]
error: expected identifier, found reserved identifier `_`
--> $DIR/underscore_static.rs:1:8
|
LL | static _: () = (); //~ ERROR expected identifier, found reserved identifier `_`
| ^ expected identifier, found reserved identifier
error: aborting due to previous error