mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-10 23:54:58 +00:00
7 lines
99 B
Rust
7 lines
99 B
Rust
fn foo() {
|
|
if bar && if !baz {
|
|
next_is_none = Some(true);
|
|
}
|
|
println!("foo");
|
|
}
|