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 067f1e2 commit ffc0f5eCopy full SHA for ffc0f5e
compiler/rustc_query_system/src/query/plumbing.rs
@@ -680,11 +680,6 @@ pub(crate) fn incremental_verify_ich<Tcx, V>(
680
});
681
682
let old_hash = dep_graph_data.prev_fingerprint_of(prev_index);
683
- debug!(
684
- dep_node = ?tcx.dep_graph().data().unwrap().prev_node_of(prev_index),
685
- ?new_hash, ?old_hash,
686
- );
687
-
688
if new_hash != old_hash {
689
incremental_verify_ich_failed(tcx, prev_index, &|| format_value(&result));
690
}
0 commit comments