Fix review comments

This commit is contained in:
bjorn3 2023-10-05 09:49:10 +00:00
parent e006e2c9c6
commit 3c0d3f2bf1

View File

@ -412,7 +412,7 @@ pub(crate) fn run_aot(
) )
.0 .0
} }
CguReuse::PreLto => unreachable!(), CguReuse::PreLto => unreachable!("LTO not yet supported"),
CguReuse::PostLto => { CguReuse::PostLto => {
concurrency_limiter.job_already_done(); concurrency_limiter.job_already_done();
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu)) OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))