Stabilize arbitrary_enum_discriminant, take 2

This commit is contained in:
Deadbeef 2022-04-06 11:21:10 +10:00
parent eecde5850c
commit 988e75bb65
22 changed files with 12 additions and 221 deletions

View file

@ -292,8 +292,6 @@ declare_features! (
(incomplete, adt_const_params, "1.56.0", Some(95174), None),
/// Allows defining an `#[alloc_error_handler]`.
(active, alloc_error_handler, "1.29.0", Some(51540), None),
/// Allows explicit discriminants on non-unit enum variants.
(active, arbitrary_enum_discriminant, "1.37.0", Some(60553), None),
/// Allows trait methods with arbitrary self types.
(active, arbitrary_self_types, "1.23.0", Some(44874), None),
/// Allows using `const` operands in inline assembly.