summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/keyword-mut-as-identifier.stderr
blob: 335b31a20e11e0acfde0f366e5db3acec1152e8b (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 1 previous error