rust/src/test/ui/parser/underscore_static.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
224 B
Text

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