summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-5.stderr
blob: 2ca10f697604d66cbb9b9941a1df114ed11c72ed (plain)
1
2
3
4
5
6
7
8
error: unexpected token: `)`
  --> $DIR/pat-tuple-5.rs:3:14
   |
LL |         (pat ..) => {} //~ ERROR unexpected token: `)`
   |              ^^

error: aborting due to previous error