File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 140140#![ feature( box_syntax) ]
141141#![ feature( cfg_sanitize) ]
142142#![ feature( const_deref) ]
143- #![ feature( const_fn_trait_bound) ]
143+ #![ cfg_attr ( bootstrap , feature( const_fn_trait_bound) ) ]
144144#![ feature( const_mut_refs) ]
145145#![ feature( const_ptr_write) ]
146146#![ feature( const_precise_live_drops) ]
Original file line number Diff line number Diff line change 158158#![ feature( cfg_target_has_atomic) ]
159159#![ feature( cfg_target_has_atomic_equal_alignment) ]
160160#![ feature( const_fn_floating_point_arithmetic) ]
161- #![ feature( const_fn_fn_ptr_basics) ]
162- #![ feature( const_fn_trait_bound) ]
161+ #![ cfg_attr ( bootstrap , feature( const_fn_fn_ptr_basics) ) ]
162+ #![ cfg_attr ( bootstrap , feature( const_fn_trait_bound) ) ]
163163#![ feature( const_impl_trait) ]
164164#![ feature( const_mut_refs) ]
165165#![ feature( const_precise_live_drops) ]
Original file line number Diff line number Diff line change 2020#![ feature( rustc_allow_const_fn_unstable) ]
2121#![ feature( nll) ]
2222#![ feature( staged_api) ]
23- #![ feature( const_fn_trait_bound) ]
24- #![ feature( const_fn_fn_ptr_basics) ]
23+ #![ cfg_attr ( bootstrap , feature( const_fn_trait_bound) ) ]
24+ #![ cfg_attr ( bootstrap , feature( const_fn_fn_ptr_basics) ) ]
2525#![ feature( allow_internal_unstable) ]
2626#![ feature( decl_macro) ]
2727#![ feature( extern_types) ]
Original file line number Diff line number Diff line change 242242#![ feature( char_internals) ]
243243#![ feature( concat_bytes) ]
244244#![ feature( concat_idents) ]
245- #![ feature( const_fn_fn_ptr_basics) ]
246- #![ feature( const_fn_trait_bound) ]
245+ #![ cfg_attr ( bootstrap , feature( const_fn_fn_ptr_basics) ) ]
246+ #![ cfg_attr ( bootstrap , feature( const_fn_trait_bound) ) ]
247247#![ feature( const_format_args) ]
248248#![ feature( const_io_structs) ]
249249#![ feature( const_ip) ]
You can’t perform that action at this time.
0 commit comments