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