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