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