Sign in
rust
/
rust
/
e81423abe7e2dfd2effa8cd385e9ec1376bfd9d7
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
nested-if-else.rs
blob: 9a54789ddcd6884c21aa6ead773598b1f0d67043 [
file
]
fn
issue1518
()
{
Some
(
Object
{
field
:
if
a
{
a_thing
}
else
if
b
{
b_thing
}
else
{
c_thing
},
})
}