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

error: aborting due to 1 previous error