rust/src/test/ui/parser/underscore_static.stderr

8 lines
285 B
Text

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