Destabilize cfg(target_has_atomic_load_store = ...)

This was not intended to be stabilized yet.
This commit is contained in:
Mark Rousskov 2022-02-15 21:40:07 -05:00
parent 393fdc1048
commit fc01d2b854
7 changed files with 76 additions and 3 deletions

View file

@ -312,6 +312,8 @@ declare_features! (
(active, cfg_sanitize, "1.41.0", Some(39699), None),
/// Allows `cfg(target_abi = "...")`.
(active, cfg_target_abi, "1.55.0", Some(80970), None),
/// Allows `cfg(target_has_atomic_load_store = "...")`.
(active, cfg_target_has_atomic, "1.60.0", Some(94039), None),
/// Allows `cfg(target_has_atomic_equal_alignment = "...")`.
(active, cfg_target_has_atomic_equal_alignment, "1.60.0", Some(93822), None),
/// Allows `cfg(target_thread_local)`.