We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd19135 commit f738b44Copy full SHA for f738b44
compiler/rustc_query_system/src/query/plumbing.rs
@@ -703,8 +703,7 @@ fn incremental_verify_ich_failed<Tcx>(
703
};
704
705
let dep_node = tcx.dep_graph().data().unwrap().prev_node_of(prev_index);
706
-
707
- let dep_node = tcx.sess().emit_err(crate::error::IncrementCompilation {
+ tcx.sess().emit_err(crate::error::IncrementCompilation {
708
run_cmd,
709
dep_node: format!("{dep_node:?}"),
710
});
0 commit comments