// rustfmt-condense_wildcard_suffixes: true fn main() { match (1, 2, 3) { (..) => (), } }