blob: 70584952b3e9b39db19c26198e4e9b47144dbb74 [file] [log] [blame]
// compile-flags: -Z parse-only
fn main() {
match 0 {
(.. pat) => {} //~ ERROR expected one of `)` or `,`, found `pat`
}
}