summary refs log tree commit diff
path: root/src/test/ui/parser/pat-lt-bracket-1.stderr
blob: 5ab5ce2649a52843e023991051d7c40c623fa6b8 (plain)
1
2
3
4
5
6
7
8
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
  --> $DIR/pat-lt-bracket-1.rs:15:7
   |
LL |     x < 7 => (),
   |       ^ expected one of `=>`, `@`, `if`, or `|` here

error: aborting due to previous error