summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-4.stderr
blob: 586baddc36342d5b00e99682cd53b2ca45fc03cb (plain)
1
2
3
4
5
6
7
8
error: expected one of `)` or `,`, found `pat`
  --> $DIR/pat-tuple-4.rs:15:13
   |
LL |         (.. pat) => {} //~ ERROR expected one of `)` or `,`, found `pat`
   |             ^^^ expected one of `)` or `,` here

error: aborting due to previous error