5 lines
107 B
Rust
5 lines
107 B
Rust
fn main() {
|
|
match 0 {
|
|
(.. pat) => {} //~ ERROR expected one of `)` or `,`, found `pat`
|
|
}
|
|
}
|