@@ -221,7 +221,7 @@ 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
224+ /// Implementation details of externally implementable items
225225 ( internal, eii_internals, "CURRENT_RUSTC_VERSION" , None ) ,
226226 /// Outputs useful `assert!` messages
227227 ( unstable, generic_assert, "1.63.0" , None ) ,
@@ -503,7 +503,7 @@ declare_features! (
503503 ( incomplete, explicit_tail_calls, "1.72.0" , Some ( 112788 ) ) ,
504504 /// Allows using `#[export_stable]` which indicates that an item is exportable.
505505 ( incomplete, export_stable, "1.88.0" , Some ( 139939 ) ) ,
506- /// Externally implementatble items
506+ /// Externally implementable items
507507 ( unstable, extern_item_impls, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
508508 /// Allows defining `extern type`s.
509509 ( unstable, extern_types, "1.23.0" , Some ( 43467 ) ) ,
0 commit comments