summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-32501.stderr
blob: c0513a64039e63b0c77f48fdc40bb7b19a47a879 (plain)
1
2
3
4
5
6
7
8
9
10
error: `mut` must be followed by a named binding
  --> $DIR/issue-32501.rs:7:9
   |
LL |     let mut _ = 0;
   |         ^^^^ help: remove the `mut` prefix
   |
   = note: `mut` may be followed by `variable` and `variable @ pattern`

error: aborting due to 1 previous error