5 lines
80 B
Rust
5 lines
80 B
Rust
|
fn main() {
|
||
|
let Some(a) = Some(10) elze {}
|
||
|
//~^ ERROR expected one of
|
||
|
}
|