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