File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 172
172
//
173
173
// Language features:
174
174
// tidy-alphabetical-start
175
+ #![ cfg_attr( bootstrap, feature( associated_type_bounds) ) ]
175
176
#![ cfg_attr( not( test) , feature( coroutine_trait) ) ]
176
177
#![ cfg_attr( test, feature( panic_update_hook) ) ]
177
178
#![ cfg_attr( test, feature( test) ) ]
178
179
#![ feature( allocator_internals) ]
179
180
#![ feature( allow_internal_unstable) ]
180
- #![ feature( associated_type_bounds) ]
181
181
#![ feature( c_unwind) ]
182
182
#![ feature( cfg_sanitize) ]
183
183
#![ feature( const_mut_refs) ]
Original file line number Diff line number Diff line change
1
+ #![ cfg_attr( bootstrap, feature( associated_type_bounds) ) ]
1
2
#![ feature( allocator_api) ]
2
3
#![ feature( alloc_layout_extra) ]
3
4
#![ feature( iter_array_chunks) ]
21
22
#![ feature( trusted_len) ]
22
23
#![ feature( try_reserve_kind) ]
23
24
#![ feature( unboxed_closures) ]
24
- #![ feature( associated_type_bounds) ]
25
25
#![ feature( binary_heap_into_iter_sorted) ]
26
26
#![ feature( binary_heap_drain_sorted) ]
27
27
#![ feature( slice_ptr_get) ]
Original file line number Diff line number Diff line change 202
202
//
203
203
// Language features:
204
204
// tidy-alphabetical-start
205
+ #![ cfg_attr( bootstrap, feature( associated_type_bounds) ) ]
205
206
#![ cfg_attr( bootstrap, feature( diagnostic_namespace) ) ]
206
207
#![ cfg_attr( bootstrap, feature( platform_intrinsics) ) ]
207
208
#![ feature( abi_unadjusted) ]
208
209
#![ feature( adt_const_params) ]
209
210
#![ feature( allow_internal_unsafe) ]
210
211
#![ feature( allow_internal_unstable) ]
211
212
#![ feature( asm_const) ]
212
- #![ feature( associated_type_bounds) ]
213
213
#![ feature( auto_traits) ]
214
214
#![ feature( c_unwind) ]
215
215
#![ feature( cfg_sanitize) ]
You can’t perform that action at this time.
0 commit comments