Auto merge of #106774 - Nugine:master, r=Amanieu
Stabilize cmpxchg16b_target_feature Tracking issue for target features + #44839 stdarch issue + https://github.com/rust-lang/stdarch/issues/827 stdarch PR + https://github.com/rust-lang/stdarch/pull/1358 reference PR + https://github.com/rust-lang/reference/pull/1331 It's my first time contributing to rust-lang/rust. Please tell me if I missed something.
This commit is contained in:
commit
fd1f1fa0d1
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue