6 lines
124 B
Rust
6 lines
124 B
Rust
fn main() {
|
|
match () {
|
|
[()] => { } //~ ERROR mismatched types: expected `()` but found a vector pattern
|
|
}
|
|
}
|