Sign in
rust
/
rust
/
8b69918e7212d74ec1eaae10536c0d5cb63fdc86
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3532.rs
blob: ec0c01610cd4fe58e22a40c79fdc3a5bf3577690 [
file
]
fn
foo
(
a
:
T
)
{
match
a
{
1
=>
{}
0
=>
{}
// _ => panic!("doesn't format!"),
}
}