Vector destructuring from tail #4635
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-parser
Area: The parsing of Rust source code to an AST
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
See #1844, #4091, #4143.
@erickt suggested
[..a, b]
and[a, ..b, c]
in addition to[a, ..b]
for syntax, which seems to be a good idea.The text was updated successfully, but these errors were encountered: