Implement destructuring assignment for tuples
Co-authored-by: varkor <github@varkor.com>
This commit is contained in:
parent
601c13c6fd
commit
3a7a997323
23 changed files with 395 additions and 86 deletions
|
@ -610,6 +610,9 @@ declare_features! (
|
|||
/// Allows unsized fn parameters.
|
||||
(active, unsized_fn_params, "1.49.0", Some(48055), None),
|
||||
|
||||
/// Allows the use of destructuring assignments.
|
||||
(active, destructuring_assignment, "1.49.0", Some(71126), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue