blob: 108278fa58e9486bc993ab8b6a0333f380a571d0 [file] [log] [blame]
fn main() {
match 0 {
(pat, ..,) => {} //~ ERROR trailing comma is not permitted after `..`
}
}