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