diff options
| author | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-10-28 08:25:06 +0100 |
|---|---|---|
| committer | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-11-16 22:42:09 +0100 |
| commit | 7f45668af6563645f77bb5a6ba26a92c287ce1f8 (patch) | |
| tree | 82d06e90f3831fc59526384861b3b6fd5dfa4cca /compiler/rustc_codegen_cranelift/src/debuginfo | |
| parent | a6cbd64dae97fc0cf626ad688b285f5a8ecde393 (diff) | |
| download | rust-7f45668af6563645f77bb5a6ba26a92c287ce1f8.tar.gz rust-7f45668af6563645f77bb5a6ba26a92c287ce1f8.zip | |
update `cg_clif`
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/debuginfo')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs b/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs index 85e8158af27..a6f4ded41b6 100644 --- a/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs +++ b/compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs @@ -365,7 +365,7 @@ impl<'tcx> DebugContext<'tcx> { let ty = self.tcx.subst_and_normalize_erasing_regions( instance.substs, ty::ParamEnv::reveal_all(), - &mir.local_decls[local].ty, + mir.local_decls[local].ty, ); let var_id = self.define_local(entry_id, format!("{:?}", local), ty); |
