]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/active.rs
Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, r=Mark...
[rust.git] / compiler / rustc_feature / src / active.rs
index 1b8d683b13361a407b61efca99071af4748324d6..4facb6140a300046e710b06a9aa82c35c6c15115 100644 (file)
@@ -292,8 +292,6 @@ pub fn set(&self, features: &mut Features, span: Span) {
     (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.