We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006e2c commit 3c0d3f2Copy full SHA for 3c0d3f2
src/driver/aot.rs
@@ -412,7 +412,7 @@ pub(crate) fn run_aot(
412
)
413
.0
414
}
415
- CguReuse::PreLto => unreachable!(),
+ CguReuse::PreLto => unreachable!("LTO not yet supported"),
416
CguReuse::PostLto => {
417
concurrency_limiter.job_already_done();
418
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
0 commit comments