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 140140#![ feature( associated_type_bounds) ]
141141#![ feature( box_syntax) ]
142142#![ feature( cfg_sanitize) ]
143- #![ feature( cfg_target_has_atomic) ]
143+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
144144#![ feature( const_deref) ]
145145#![ feature( const_fn_trait_bound) ]
146146#![ feature( const_mut_refs) ]
Original file line number Diff line number Diff line change 155155#![ feature( allow_internal_unstable) ]
156156#![ feature( associated_type_bounds) ]
157157#![ 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) ) ]
159160#![ feature( const_fn_floating_point_arithmetic) ]
160161#![ feature( const_fn_fn_ptr_basics) ]
161162#![ feature( const_fn_trait_bound) ]
Original file line number Diff line number Diff line change 77#![ feature( box_syntax) ]
88#![ feature( cell_update) ]
99#![ feature( cfg_panic) ]
10- #![ feature( cfg_target_has_atomic) ]
10+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
1111#![ feature( const_assume) ]
1212#![ feature( const_black_box) ]
1313#![ feature( const_bool_to_option) ]
Original file line number Diff line number Diff line change 242242#![ feature( c_variadic) ]
243243#![ feature( cfg_accessible) ]
244244#![ feature( cfg_eval) ]
245- #![ feature( cfg_target_has_atomic) ]
245+ #![ cfg_attr ( bootstrap , feature( cfg_target_has_atomic) ) ]
246246#![ feature( cfg_target_thread_local) ]
247247#![ feature( char_error_internals) ]
248248#![ feature( char_internals) ]
You can’t perform that action at this time.
0 commit comments