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