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

9 lines
254 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected pattern, found keyword `where`
--> $DIR/keyword-where-as-identifier.rs:16:9
|
LL | let where = "foo"; //~ error: expected pattern, found keyword `where`
| ^^^^^ expected pattern
error: aborting due to previous error