File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 130
130
#![ feature( unicode_internals) ]
131
131
#![ feature( unsafe_block_in_unsafe_fn) ]
132
132
#![ feature( unsize) ]
133
- #![ feature( unsized_locals) ]
133
+ #![ cfg_attr( not( bootstrap) , feature( unsized_fn_params) ) ]
134
+ #![ cfg_attr( bootstrap, feature( unsized_locals) ) ]
134
135
#![ feature( allocator_internals) ]
135
136
#![ feature( slice_partition_dedup) ]
136
137
#![ feature( maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_uninit_array) ]
Original file line number Diff line number Diff line change 132
132
#![ feature( transparent_unions) ]
133
133
#![ feature( try_blocks) ]
134
134
#![ feature( unboxed_closures) ]
135
- #![ feature( unsized_locals) ]
135
+ #![ cfg_attr( not( bootstrap) , feature( unsized_fn_params) ) ]
136
+ #![ cfg_attr( bootstrap, feature( unsized_locals) ) ]
136
137
#![ cfg_attr( bootstrap, feature( untagged_unions) ) ]
137
138
#![ feature( unwind_attributes) ]
138
139
#![ feature( variant_count) ]
You can’t perform that action at this time.
0 commit comments