summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/keyword-mut-as-identifier.stderr
blob: 040960835d811a6a5f2aa30b125c4f6508a17944 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `=`
  --> $DIR/keyword-mut-as-identifier.rs:2:13
   |
LL |     let mut = "foo";
   |             ^ expected identifier

error: aborting due to previous error