Skip to content

Commit 3c0d3f2

Browse files
committed
Fix review comments
1 parent e006e2c commit 3c0d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/driver/aot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ pub(crate) fn run_aot(
412412
)
413413
.0
414414
}
415-
CguReuse::PreLto => unreachable!(),
415+
CguReuse::PreLto => unreachable!("LTO not yet supported"),
416416
CguReuse::PostLto => {
417417
concurrency_limiter.job_already_done();
418418
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))

0 commit comments

Comments
 (0)