6 lines
93 B
Rust
6 lines
93 B
Rust
fn main() {
|
|
match 0 {
|
|
(, ..) => {} //~ ERROR expected pattern, found `,`
|
|
}
|
|
}
|