Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-2955.rs
blob: 799cd36e29ac28cc47aa9287a81d7d213b1bd6c0 [
file
] [
log
] [
blame
]
// rustfmt-condense_wildcard_suffixes: true
fn
main
()
{
match
(
1
,
2
,
3
)
{
(..)
=>
(),
}
}