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