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

error: aborting due to previous error