summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-100197-mut-let.stderr
blob: 07d136881408e35b5dab7b8e773dc9ede093c953 (plain)
1
2
3
4
5
6
7
8
error: invalid variable declaration
  --> $DIR/issue-100197-mut-let.rs:4:5
   |
LL |     mut let _x = 123;
   |     ^^^^^^^ help: switch the order of `mut` and `let`: `let mut`

error: aborting due to 1 previous error