blob: bb153cf0e6c1cc4efcf38fa0650f6dc2ab6e8a3a (
plain)
1
2
3
4
5
6
7
8
|
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
|