blob: bb153cf0e6c1cc4efcf38fa0650f6dc2ab6e8a3a [file] [log] [blame]
error: expected identifier, found `=`
--> $DIR/keyword-mut-as-identifier.rs:14:13
|
LL | let mut = "foo"; //~ error: expected identifier, found `=`
| ^ expected identifier
error: aborting due to previous error