X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Fsrc%2Fdriver%2Faot.rs;h=f873561c1713f37853821e3548ad6511a7981f58;hb=67c469faf02e6e68013abdc5388162203fdc665d;hp=8eabe1cbcb15030380e0ac333315d3326c765629;hpb=e20fabb0d04cb25fe3159d58920856533f1b5cf0;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/src/driver/aot.rs b/compiler/rustc_codegen_cranelift/src/driver/aot.rs index 8eabe1cbcb1..f873561c171 100644 --- a/compiler/rustc_codegen_cranelift/src/driver/aot.rs +++ b/compiler/rustc_codegen_cranelift/src/driver/aot.rs @@ -106,7 +106,7 @@ pub(crate) fn join( } } - drop(self.concurrency_limiter); + self.concurrency_limiter.finished(); ( CodegenResults {