In #5830 we decided that all multi-element wildcards in patterns should be represented as .., not *, or .._, but also that tuple and tuple-struct patterns should support ... Add that support - there's a test case in src/test/run-pass/ignore-all-the-things.rs.
In #5830 we decided that all multi-element wildcards in patterns should be represented as
.., not*, or.._, but also that tuple and tuple-struct patterns should support... Add that support - there's a test case insrc/test/run-pass/ignore-all-the-things.rs.