Stabilize destructuring_assignment
This commit is contained in:
parent
d594910a2d
commit
d95f749f14
49 changed files with 64 additions and 383 deletions
|
@ -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.
|
||||
|
|
|
@ -356,8 +356,6 @@ declare_features! (
|
|||
(active, default_type_parameter_fallback, "1.3.0", Some(27336), None),
|
||||
/// Allows `#[derive(Default)]` and `#[default]` on enums.
|
||||
(active, derive_default_enum, "1.56.0", Some(86985), None),
|
||||
/// Allows the use of destructuring assignments.
|
||||
(active, destructuring_assignment, "1.49.0", Some(71126), None),
|
||||
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
|
||||
(active, doc_auto_cfg, "1.58.0", Some(43781), None),
|
||||
/// Allows `#[doc(cfg(...))]`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue