Debug-print result when an unstable fingerprint is detected

This commit is contained in:
Aaron Hill 2021-03-19 21:47:57 -04:00
parent f5f33ec0e0
commit 443cef5618
No known key found for this signature in database
GPG Key ID: B4087E510E98B164
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ fn incremental_verify_ich<CTX, K, V: Debug>(
let old_hash = tcx.dep_graph().fingerprint_of(dep_node_index);
assert!(new_hash == old_hash, "found unstable fingerprints for {:?}", dep_node,);
assert!(new_hash == old_hash, "found unstable fingerprints for {:?}: {:?}", dep_node, result);
}
fn force_query_with_job<C, CTX>(