Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_4037.rs
blob: 56dab88c69485fecf5c0265367529d67b133381f [
file
]
fn
f
()
{
let
x
=
0
;
match
x
{
0
=>
{}
1
=>
{}
_
=>
{}
// foo
// bar,
}
}
fn
wont_fmt
()
->
[();
1
]
{
[
()
//
// ,
]
}