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