about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-10-28 01:21:08 +0100
committerGitHub <noreply@github.com>2020-10-28 01:21:08 +0100
commit346aeef496b5e6daaffb7f71b21d4cf003b44256 (patch)
treece04bf93b3dae58a036944444f8109b0a4b34e20 /compiler/rustc_span
parent07e968b640e8ff76fa8be4b48b70ab80ea577800 (diff)
parentcc9ab1cd58e55de4e60cfaf884e89a9d66563b38 (diff)
downloadrust-346aeef496b5e6daaffb7f71b21d4cf003b44256.tar.gz
rust-346aeef496b5e6daaffb7f71b21d4cf003b44256.zip
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.
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index ef0f09ae818..b8f2b57a046 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1163,6 +1163,7 @@ symbols! {
         unsafe_cell,
         unsafe_no_drop_flag,
         unsize,
+        unsized_fn_params,
         unsized_locals,
         unsized_tuple_coercion,
         unstable,