Sign in
rust
/
rust
/
71bcc49e5ffcd34b9bc7e8410bd5ffcf4d27607c
/
.
/
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
},
})
}