blob: 63dcde45bfb5ea93c47ff87ba2447374057094e4 [file] [log] [blame]
fn main() {
match 0 {
(.., pat, ..) => {} //~ ERROR `..` can only be used once per tuple or tuple struct pattern
}
}