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