1
Fork 0

Fix review comments

This commit is contained in:
bjorn3 2023-10-05 09:49:10 +00:00
parent 7f5af72e64
commit f0b5820fa5
2 changed files with 5 additions and 5 deletions

View file

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