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