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