Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1ef7943ee607160a564655b6596f83670ef95df5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2955.rs
blob: 525e070a57eee7df83adfed1cb4437b578010326 [
file
]
// rustfmt-condense_wildcard_suffixes: true
fn
main
()
{
match
(
1
,
2
,
3
)
{
(
_
,
_
,
_
)
=>
(),
}
}