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 d5cb2be commit 5a1a111Copy full SHA for 5a1a111
src/driver/aot.rs
@@ -69,7 +69,7 @@ fn emit_module(
69
rustc_incremental::copy_cgu_workproduct_to_incr_comp_cache_dir(
70
tcx.sess,
71
&name,
72
- &Some(tmp_file.clone()),
+ Some(&tmp_file),
73
)
74
};
75
0 commit comments