blob: e56a115c91636fb4b6620c734a3208a33d091c3c [file] [log] [blame]
error: expected pattern, found keyword `match`
--> $DIR/keyword-match-as-identifier.rs:4:9
|
LL | let match = "foo";
| ^^^^^ expected pattern
error: aborting due to previous error