Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
nested-if-else.rs
blob: 4d5bf1f702a6b7b805a7d4fcbe657f71a8de100e [
file
] [
log
] [
blame
]
fn
issue1518
()
{
Some
(
Object
{
field
:
if
a
{
a_thing
}
else
if
b
{
b_thing
}
else
{
c_thing
},
})
}