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