blob: ec1233635661965fabffa249c28a4895c16a1f0d [file] [log] [blame]
error: trailing comma is not permitted after `..`
--> $DIR/pat-tuple-2.rs:3:17
|
LL | (pat, ..,) => {} //~ ERROR trailing comma is not permitted after `..`
| ^
error: aborting due to previous error