]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/src/traits/backend.rs
Introduce composite debuginfo.
[rust.git] / compiler / rustc_codegen_ssa / src / traits / backend.rs
index 87e347c61e2b8b94f423472a0282dcacc779de3c..5c35070ea66f4f1ffca07091755333058e6f146e 100644 (file)
@@ -119,7 +119,7 @@ fn codegen_allocator<'tcx>(
         tcx: TyCtxt<'tcx>,
         module_name: &str,
         kind: AllocatorKind,
-        has_alloc_error_handler: bool,
+        alloc_error_handler_kind: AllocatorKind,
     ) -> Self::Module;
     /// This generates the codegen unit and returns it along with
     /// a `u64` giving an estimate of the unit's processing cost.