rust/src/test/ui/parser/keyword-static-as-identifier.stderr

9 lines
258 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected pattern, found keyword `static`
2018-12-25 09:56:47 -06:00
--> $DIR/keyword-static-as-identifier.rs:6:9
2018-10-20 15:36:17 -05:00
|
LL | let static = "foo"; //~ error: expected pattern, found keyword `static`
| ^^^^^^ expected pattern
error: aborting due to previous error