3 lines
56 B
Rust
3 lines
56 B
Rust
fn main() {
|
|
match () { } //~ ERROR non-exhaustive
|
|
}
|
fn main() {
|
|
match () { } //~ ERROR non-exhaustive
|
|
}
|