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 ede985e commit d5cb2beCopy full SHA for d5cb2be
src/driver/aot.rs
@@ -85,7 +85,7 @@ fn reuse_workproduct_for_cgu(
85
work_products: &mut FxHashMap<WorkProductId, WorkProduct>,
86
) -> CompiledModule {
87
let mut object = None;
88
- let work_product = cgu.work_product(tcx);
+ let work_product = cgu.previous_work_product(tcx);
89
if let Some(saved_file) = &work_product.saved_file {
90
let obj_out =
91
tcx.output_filenames(()).temp_path(OutputType::Object, Some(cgu.name().as_str()));
0 commit comments