blob: fe4b4deaa60d9459b1081f3480dca0ebc5edb117 [file] [log] [blame]
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