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