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

@@ -155,7 +155,7 @@
#![feature(allow_internal_unstable)]
#![feature(associated_type_bounds)]
#![feature(auto_traits)]
#![cfg_attr(bootstrap, feature(cfg_target_has_atomic))]
#![feature(cfg_target_has_atomic)]
#![cfg_attr(not(bootstrap), feature(cfg_target_has_atomic_equal_alignment))]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_fn_fn_ptr_basics)]