summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/pat-lt-bracket-1.stderr
blob: f39487052ade4c7eeb73f373054666b534e3a63e (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `=>`, `@`, `if`, `|`, or `}`, found `<`
  --> $DIR/pat-lt-bracket-1.rs:3:7
   |
LL |     x < 7 => (),
   |       ^ expected one of `,`, `=>`, `@`, `if`, `|`, or `}`

error: aborting due to 1 previous error