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