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 140
140
#![ feature( box_syntax) ]
141
141
#![ feature( cfg_sanitize) ]
142
142
#![ feature( const_deref) ]
143
- #![ feature( const_fn_trait_bound) ]
143
+ #![ cfg_attr ( bootstrap , feature( const_fn_trait_bound) ) ]
144
144
#![ feature( const_mut_refs) ]
145
145
#![ feature( const_ptr_write) ]
146
146
#![ feature( const_precise_live_drops) ]
Original file line number Diff line number Diff line change 158
158
#![ feature( cfg_target_has_atomic) ]
159
159
#![ feature( cfg_target_has_atomic_equal_alignment) ]
160
160
#![ 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) ) ]
163
163
#![ feature( const_impl_trait) ]
164
164
#![ feature( const_mut_refs) ]
165
165
#![ feature( const_precise_live_drops) ]
Original file line number Diff line number Diff line change 20
20
#![ feature( rustc_allow_const_fn_unstable) ]
21
21
#![ feature( nll) ]
22
22
#![ 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) ) ]
25
25
#![ feature( allow_internal_unstable) ]
26
26
#![ feature( decl_macro) ]
27
27
#![ feature( extern_types) ]
Original file line number Diff line number Diff line change 242
242
#![ feature( char_internals) ]
243
243
#![ feature( concat_bytes) ]
244
244
#![ 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) ) ]
247
247
#![ feature( const_format_args) ]
248
248
#![ feature( const_io_structs) ]
249
249
#![ feature( const_ip) ]
You can’t perform that action at this time.
0 commit comments