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