Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk
Separate unsized locals Closes #71694 Takes over again #72029 and #74971 cc @RalfJung @oli-obk @pnkfelix @eddyb as they've participated in previous reviews of this PR.
This commit is contained in:
commit
346aeef496
62 changed files with 355 additions and 148 deletions
|
|
@ -132,7 +132,8 @@
|
|||
#![feature(transparent_unions)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unsized_locals)]
|
||||
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
|
||||
#![cfg_attr(bootstrap, feature(unsized_locals))]
|
||||
#![cfg_attr(bootstrap, feature(untagged_unions))]
|
||||
#![feature(unwind_attributes)]
|
||||
#![feature(variant_count)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue