diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver/aot.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/driver/aot.rs b/src/driver/aot.rs index ef8fc14a5a0..b652b58cb65 100644 --- a/src/driver/aot.rs +++ b/src/driver/aot.rs @@ -66,11 +66,7 @@ fn emit_module( let work_product = if backend_config.disable_incr_cache { None } else { - rustc_incremental::copy_cgu_workproduct_to_incr_comp_cache_dir( - tcx.sess, - &name, - Some(&tmp_file), - ) + rustc_incremental::copy_cgu_workproduct_to_incr_comp_cache_dir(tcx.sess, &name, &tmp_file) }; ModuleCodegenResult( |
