@@ -90,7 +90,7 @@ declare_features! (
90
90
( accepted, clone_closures, "1.26.0" , Some ( 44490 ) , None ) ,
91
91
/// Allows coercing non capturing closures to function pointers.
92
92
( accepted, closure_to_fn_coercion, "1.19.0" , Some ( 39817 ) , None ) ,
93
- /// Allows using `cmpxchg16b` from `core::arch::x86_64` .
93
+ /// Allows using the CMPXCHG16B target feature .
94
94
( accepted, cmpxchg16b_target_feature, "CURRENT_RUSTC_VERSION" , Some ( 44839 ) , None ) ,
95
95
/// Allows usage of the `compile_error!` macro.
96
96
( accepted, compile_error, "1.20.0" , Some ( 40872 ) , None ) ,
@@ -238,6 +238,8 @@ declare_features! (
238
238
( accepted, min_const_unsafe_fn, "1.33.0" , Some ( 55607 ) , None ) ,
239
239
/// Allows using `Self` and associated types in struct expressions and patterns.
240
240
( accepted, more_struct_aliases, "1.16.0" , Some ( 37544 ) , None ) ,
241
+ /// Allows using the MOVBE target feature.
242
+ ( accepted, movbe_target_feature, "CURRENT_RUSTC_VERSION" , Some ( 44839 ) , None ) ,
241
243
/// Allows patterns with concurrent by-move and by-ref bindings.
242
244
/// For example, you can write `Foo(a, ref b)` where `a` is by-move and `b` is by-ref.
243
245
( accepted, move_ref_pattern, "1.49.0" , Some ( 68354 ) , None ) ,
0 commit comments