5 lines
94 B
Rust
5 lines
94 B
Rust
fn main() {
|
|
match (0, 1) {
|
|
(pat ..) => {} //~ ERROR unexpected token: `)`
|
|
}
|
|
}
|