summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-24197.stderr
blob: 7ebbf4ac370d785c303dcb4921734558317ced13 (plain)
1
2
3
4
5
6
7
8
error: expected a pattern, found an expression
  --> $DIR/issue-24197.rs:2:9
   |
LL |     let buf[0] = 0;
   |         ^^^^^^ arbitrary expressions are not allowed in patterns

error: aborting due to 1 previous error