Fix rebase fallout
This commit is contained in:
parent
6a9dbd2e0e
commit
7a9aa4f980
5 changed files with 22 additions and 8 deletions
|
@ -709,7 +709,7 @@ impl<K: DepKind> DepGraph<K> {
|
|||
// from the old incremental cache into the new cache that we serialize
|
||||
// and the end of this compilation session.
|
||||
if dep_node.kind.can_reconstruct_query_key() {
|
||||
tcx.register_reused_dep_path_hash(DefPathHash(dep_node.hash));
|
||||
tcx.register_reused_dep_path_hash(DefPathHash(dep_node.hash.into()));
|
||||
}
|
||||
|
||||
// ... emitting any stored diagnostic ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue