summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-24375.stderr
blob: 2b980a5520fdb6f3803f3198a0a0086a61e98923 (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `=>`, `@`, `if`, `|`, or `}`, found `[`
  --> $DIR/issue-24375.rs:6:12
   |
LL |         tmp[0] => {}
   |            ^ expected one of `,`, `=>`, `@`, `if`, `|`, or `}`

error: aborting due to 1 previous error