Stabilize cmpxchg16b_target_feature
This commit is contained in:
parent
5b6ed253c4
commit
a4f2d14875
4 changed files with 4 additions and 4 deletions
|
@ -90,6 +90,8 @@ declare_features! (
|
|||
(accepted, clone_closures, "1.26.0", Some(44490), None),
|
||||
/// Allows coercing non capturing closures to function pointers.
|
||||
(accepted, closure_to_fn_coercion, "1.19.0", Some(39817), None),
|
||||
/// Allows using `cmpxchg16b` from `core::arch::x86_64`.
|
||||
(accepted, cmpxchg16b_target_feature, "CURRENT_RUSTC_VERSION", Some(44839), None),
|
||||
/// Allows usage of the `compile_error!` macro.
|
||||
(accepted, compile_error, "1.20.0", Some(40872), None),
|
||||
/// Allows `impl Trait` in function return types.
|
||||
|
|
|
@ -254,7 +254,6 @@ declare_features! (
|
|||
(active, arm_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, avx512_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, bpf_target_feature, "1.54.0", Some(44839), None),
|
||||
(active, cmpxchg16b_target_feature, "1.32.0", Some(44839), None),
|
||||
(active, ermsb_target_feature, "1.49.0", Some(44839), None),
|
||||
(active, hexagon_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, mips_target_feature, "1.27.0", Some(44839), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue