@@ -221,6 +221,8 @@ declare_features! (
221
221
( internal, compiler_builtins, "1.13.0" , None ) ,
222
222
/// Allows writing custom MIR
223
223
( internal, custom_mir, "1.65.0" , None ) ,
224
+ /// Implementation details of externally implementatble items
225
+ ( unstable, eii_internals, "CURRENT_RUSTC_VERSION" , None ) ,
224
226
/// Outputs useful `assert!` messages
225
227
( unstable, generic_assert, "1.63.0" , None ) ,
226
228
/// Allows using the #[rustc_intrinsic] attribute.
@@ -488,6 +490,8 @@ declare_features! (
488
490
( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
489
491
/// Allows features to allow target_feature to better interact with traits.
490
492
( incomplete, effective_target_features, "1.91.0" , Some ( 143352 ) ) ,
493
+ /// Externally implementatble items
494
+ ( unstable, eii, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
491
495
/// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
492
496
( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
493
497
/// Allows exhaustive pattern matching on types that contain uninhabited types.
0 commit comments