mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
7 lines
99 B
Rust
7 lines
99 B
Rust
fn foo() {
|
|
if bar && if !baz {
|
|
next_is_none = Some(true);
|
|
}
|
|
println!("foo");
|
|
}
|