1
Fork 0

Stabilize feature(macro_attributes_in_derive_output)

This commit is contained in:
Vadim Petrochenkov 2021-07-17 17:50:33 +03:00
parent 92804cd490
commit 85f02901a3
7 changed files with 40 additions and 142 deletions

View file

@ -295,6 +295,8 @@ declare_features! (
(accepted, const_fn_union, "1.56.0", Some(51909), None),
/// Allows explicit discriminants on non-unit enum variants.
(accepted, arbitrary_enum_discriminant, "1.56.0", Some(60553), None),
/// Allows macro attributes to observe output of `#[derive]`.
(accepted, macro_attributes_in_derive_output, "1.57.0", Some(81119), None),
// -------------------------------------------------------------------------
// feature-group-end: accepted features

View file

@ -592,9 +592,6 @@ declare_features! (
/// Lessens the requirements for structs to implement `Unsize`.
(active, relaxed_struct_unsize, "1.51.0", Some(81793), None),
/// Allows macro attributes to observe output of `#[derive]`.
(active, macro_attributes_in_derive_output, "1.51.0", Some(81119), None),
/// Allows associated types in inherent impls.
(incomplete, inherent_associated_types, "1.52.0", Some(8995), None),