File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 140
140
#![ feature( associated_type_bounds) ]
141
141
#![ feature( box_syntax) ]
142
142
#![ feature( cfg_sanitize) ]
143
- #![ feature( cfg_target_has_atomic) ]
143
+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
144
144
#![ feature( const_deref) ]
145
145
#![ feature( const_fn_trait_bound) ]
146
146
#![ feature( const_mut_refs) ]
Original file line number Diff line number Diff line change 155
155
#![ feature( allow_internal_unstable) ]
156
156
#![ feature( associated_type_bounds) ]
157
157
#![ feature( auto_traits) ]
158
- #![ feature( cfg_target_has_atomic) ]
158
+ #![ cfg_attr( bootstrap, feature( cfg_target_has_atomic) ) ]
159
+ #![ cfg_attr( not( bootstrap) , feature( cfg_target_has_atomic_equal_alignment) ) ]
159
160
#![ feature( const_fn_floating_point_arithmetic) ]
160
161
#![ feature( const_fn_fn_ptr_basics) ]
161
162
#![ feature( const_fn_trait_bound) ]
Original file line number Diff line number Diff line change 7
7
#![ feature( box_syntax) ]
8
8
#![ feature( cell_update) ]
9
9
#![ feature( cfg_panic) ]
10
- #![ feature( cfg_target_has_atomic) ]
10
+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
11
11
#![ feature( const_assume) ]
12
12
#![ feature( const_black_box) ]
13
13
#![ feature( const_bool_to_option) ]
Original file line number Diff line number Diff line change 242
242
#![ feature( c_variadic) ]
243
243
#![ feature( cfg_accessible) ]
244
244
#![ feature( cfg_eval) ]
245
- #![ feature( cfg_target_has_atomic) ]
245
+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
246
246
#![ feature( cfg_target_thread_local) ]
247
247
#![ feature( char_error_internals) ]
248
248
#![ feature( char_internals) ]
You can’t perform that action at this time.
0 commit comments