-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Destructuring assignment #372
Copy link
Copy link
Closed
Labels
A-expressionsTerm language related proposals & ideasTerm language related proposals & ideasA-syntaxSyntax related proposals & ideasSyntax related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.
Metadata
Metadata
Assignees
Labels
A-expressionsTerm language related proposals & ideasTerm language related proposals & ideasA-syntaxSyntax related proposals & ideasSyntax related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Given
it would be nice to be able to do things like
and not just in
lets, as we currently allow.Perhaps even:
(Most use cases would likely involve
mutvariables; but those examples would be longer.)Related issues from the
rustrepo: rust-lang/rust#10174 rust-lang/rust#12138