Stabilize destructuring_assignment

This commit is contained in:
Jacob Pratt
2021-11-03 02:50:57 -04:00
parent d594910a2d
commit d95f749f14
49 changed files with 64 additions and 383 deletions

View File

@@ -114,6 +114,8 @@ declare_features! (
(accepted, default_type_params, "1.0.0", None, None),
/// Allows `#[deprecated]` attribute.
(accepted, deprecated, "1.9.0", Some(29935), None),
/// Allows the use of destructuring assignments.
(accepted, destructuring_assignment, "1.59.0", Some(71126), None),
/// Allows `#[doc(alias = "...")]`.
(accepted, doc_alias, "1.48.0", Some(50146), None),
/// Allows `..` in tuple (struct) patterns.