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