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 5a1a111 commit bbb8509Copy full SHA for bbb8509
src/driver/aot.rs
@@ -66,11 +66,7 @@ fn emit_module(
66
let work_product = if backend_config.disable_incr_cache {
67
None
68
} else {
69
- rustc_incremental::copy_cgu_workproduct_to_incr_comp_cache_dir(
70
- tcx.sess,
71
- &name,
72
- Some(&tmp_file),
73
- )
+ rustc_incremental::copy_cgu_workproduct_to_incr_comp_cache_dir(tcx.sess, &name, &tmp_file)
74
};
75
76
ModuleCodegenResult(
0 commit comments