@@ -211,6 +211,8 @@ declare_features! (
211
211
( internal, compiler_builtins, "1.13.0" , None ) ,
212
212
/// Allows writing custom MIR
213
213
( internal, custom_mir, "1.65.0" , None ) ,
214
+ /// Implementation details of externally implementatble items
215
+ ( unstable, eii_internals, "CURRENT_RUSTC_VERSION" , None ) ,
214
216
/// Outputs useful `assert!` messages
215
217
( unstable, generic_assert, "1.63.0" , None ) ,
216
218
/// Allows using the #[rustc_intrinsic] attribute.
@@ -482,6 +484,8 @@ declare_features! (
482
484
( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
483
485
/// Allows features to allow target_feature to better interact with traits.
484
486
( incomplete, effective_target_features, "CURRENT_RUSTC_VERSION" , Some ( 143352 ) ) ,
487
+ /// Externally implementatble items
488
+ ( unstable, eii, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
485
489
/// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
486
490
( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
487
491
/// Allows exhaustive pattern matching on types that contain uninhabited types.
0 commit comments