]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/traits/debuginfo.rs
Rollup merge of #65007 - BO41:keywords, r=nikomatsakis
[rust.git] / src / librustc_codegen_ssa / traits / debuginfo.rs
index e75f247da96135ed3a791f4359e7de62238474f3..989e6cf9dcaf1ea57aad2df096189b725a1adab8 100644 (file)
@@ -20,7 +20,7 @@ fn create_function_debug_context(
         &self,
         instance: Instance<'tcx>,
         sig: ty::FnSig<'tcx>,
-        llfn: Self::Value,
+        llfn: Self::Function,
         mir: &mir::Body<'_>,
     ) -> FunctionDebugContext<Self::DIScope>;