about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/pretty_clif.rs
diff options
context:
space:
mode:
authorBastian Kauschke <bastian_kauschke@hotmail.de>2020-10-28 08:25:06 +0100
committerBastian Kauschke <bastian_kauschke@hotmail.de>2020-11-16 22:42:09 +0100
commit7f45668af6563645f77bb5a6ba26a92c287ce1f8 (patch)
tree82d06e90f3831fc59526384861b3b6fd5dfa4cca /compiler/rustc_codegen_cranelift/src/pretty_clif.rs
parenta6cbd64dae97fc0cf626ad688b285f5a8ecde393 (diff)
downloadrust-7f45668af6563645f77bb5a6ba26a92c287ce1f8.tar.gz
rust-7f45668af6563645f77bb5a6ba26a92c287ce1f8.zip
update `cg_clif`
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/pretty_clif.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/src/pretty_clif.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/pretty_clif.rs b/compiler/rustc_codegen_cranelift/src/pretty_clif.rs
index ff878af7f5e..a9f060e51d8 100644
--- a/compiler/rustc_codegen_cranelift/src/pretty_clif.rs
+++ b/compiler/rustc_codegen_cranelift/src/pretty_clif.rs
@@ -80,7 +80,7 @@ impl CommentWriter {
                     "sig {:?}",
                     tcx.normalize_erasing_late_bound_regions(
                         ParamEnv::reveal_all(),
-                        &crate::abi::fn_sig_for_fn_abi(tcx, instance)
+                        crate::abi::fn_sig_for_fn_abi(tcx, instance)
                     )
                 ),
                 String::new(),