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