blob: 4e9984c287198952c79522d298b92cd60bf64c09 [file] [log] [blame]
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