1
Fork 0

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:
Dylan DPC 2020-10-28 01:21:08 +01:00 committed by GitHub
commit 346aeef496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 355 additions and 148 deletions

View file

@ -1163,6 +1163,7 @@ symbols! {
unsafe_cell,
unsafe_no_drop_flag,
unsize,
unsized_fn_params,
unsized_locals,
unsized_tuple_coercion,
unstable,