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

9 lines
206 B
Plaintext

error: expected pattern, found keyword `static`
--> $DIR/keyword-static-as-identifier.rs:4:9
|
LL | let static = "foo";
| ^^^^^^ expected pattern
error: aborting due to previous error