@@ -221,6 +221,8 @@ declare_features! (
221221 ( internal, compiler_builtins, "1.13.0" , None ) ,
222222 /// Allows writing custom MIR
223223 ( internal, custom_mir, "1.65.0" , None ) ,
224+ /// Implementation details of externally implementatble items
225+ ( internal, eii_internals, "CURRENT_RUSTC_VERSION" , None ) ,
224226 /// Outputs useful `assert!` messages
225227 ( unstable, generic_assert, "1.63.0" , None ) ,
226228 /// Allows using the #[rustc_intrinsic] attribute.
@@ -491,6 +493,8 @@ declare_features! (
491493 ( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
492494 /// Allows features to allow target_feature to better interact with traits.
493495 ( incomplete, effective_target_features, "1.91.0" , Some ( 143352 ) ) ,
496+ /// Externally implementatble items
497+ ( unstable, extern_item_impls, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
494498 /// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
495499 ( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
496500 /// Allows exhaustive pattern matching on types that contain uninhabited types.
0 commit comments