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