Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
src
/
tools
/
rustfmt
/
tests
/
parser
/
issue-4126
/
invalid.rs
blob: 7709c8484642d1b9703f53d388a5c277493ba27b [
file
] [
log
] [
blame
]
fn
foo
()
{
if
bar
&&
if
!
baz
{
next_is_none
=
Some
(
true
);
}
println
!(
"foo"
);
}