We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4fbe3 commit 8402a58Copy full SHA for 8402a58
src/librustc_incremental/persist/work_product.rs
@@ -22,7 +22,7 @@ pub fn copy_cgu_workproducts_to_incr_comp_cache_dir(
22
cgu_name: &str,
23
files: &[(WorkProductFileKind, PathBuf)]
24
) -> Option<(WorkProductId, WorkProduct)> {
25
- debug!("create_trans_partition({:?},{:?})",
+ debug!("copy_cgu_workproducts_to_incr_comp_cache_dir({:?},{:?})",
26
cgu_name,
27
files);
28
if sess.opts.incremental.is_none() {
0 commit comments