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

9 lines
253 B
Text
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected pattern, found keyword `match`
2018-12-25 08:56:47 -07:00
--> $DIR/keyword-match-as-identifier.rs:6:9
2018-10-20 23:36:17 +03:00
|
LL | let match = "foo"; //~ error: expected pattern, found keyword `match`
| ^^^^^ expected pattern
error: aborting due to previous error