Skip to content

Commit 4dbdc8c

Browse files
Destabilize cfg(target_has_atomic_load_store = ...)
This was not intended to be stabilized yet.
1 parent 937f90a commit 4dbdc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
#![feature(allow_internal_unstable)]
156156
#![feature(associated_type_bounds)]
157157
#![feature(auto_traits)]
158-
#![cfg_attr(bootstrap, feature(cfg_target_has_atomic))]
158+
#![feature(cfg_target_has_atomic)]
159159
#![cfg_attr(not(bootstrap), feature(cfg_target_has_atomic_equal_alignment))]
160160
#![feature(const_fn_floating_point_arithmetic)]
161161
#![feature(const_fn_fn_ptr_basics)]

0 commit comments

Comments
 (0)