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