mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 23:48:20 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
fn main() {
|
|
let Some(a) = Some(10) elze {}
|
|
//~^ ERROR expected one of
|
|
}
|