@@ -493,8 +493,6 @@ declare_features! (
493493 ( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
494494 /// Allows features to allow target_feature to better interact with traits.
495495 ( incomplete, effective_target_features, "1.91.0" , Some ( 143352 ) ) ,
496- /// Externally implementatble items
497- ( unstable, extern_item_impls, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
498496 /// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
499497 ( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
500498 /// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -505,6 +503,8 @@ declare_features! (
505503 ( incomplete, explicit_tail_calls, "1.72.0" , Some ( 112788 ) ) ,
506504 /// Allows using `#[export_stable]` which indicates that an item is exportable.
507505 ( incomplete, export_stable, "1.88.0" , Some ( 139939 ) ) ,
506+ /// Externally implementatble items
507+ ( unstable, extern_item_impls, "CURRENT_RUSTC_VERSION" , Some ( 125418 ) ) ,
508508 /// Allows defining `extern type`s.
509509 ( unstable, extern_types, "1.23.0" , Some ( 43467 ) ) ,
510510 /// Allow using 128-bit (quad precision) floating point numbers.
0 commit comments