summary refs log tree commit diff
path: root/src/test/ui/parser/issue-24375.stderr
blob: f773a7df4feddd73d1c67dfdb9781b67c4016120 (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] => {} //~ ERROR expected one of `=>`, `@`, `if`, or `|`, found `[`
   |            ^ expected one of `=>`, `@`, `if`, or `|` here

error: aborting due to previous error