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
|
@ -1163,6 +1163,7 @@ symbols! {
|
|||
unsafe_cell,
|
||||
unsafe_no_drop_flag,
|
||||
unsize,
|
||||
unsized_fn_params,
|
||||
unsized_locals,
|
||||
unsized_tuple_coercion,
|
||||
unstable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue