@@ -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+ ( unstable, 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.
@@ -488,6 +490,8 @@ declare_features! (
488490 ( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
489491 /// Allows features to allow target_feature to better interact with traits.
490492 ( incomplete, effective_target_features, "1.91.0" , Some ( 143352 ) ) ,
493+ /// Externally implementatble items
494+ ( unstable, eii, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
491495 /// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
492496 ( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
493497 /// Allows exhaustive pattern matching on types that contain uninhabited types.
0 commit comments