Print result on unstable fingerprint error
This commit is contained in:
parent
7afb32557d
commit
93ab705655
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ fn incremental_verify_ich<CTX, K, V: Debug>(
|
||||||
|
|
||||||
let old_hash = tcx.dep_graph().fingerprint_of(dep_node_index);
|
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 {:?}: result {:?}", dep_node, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn force_query_with_job<C, CTX>(
|
fn force_query_with_job<C, CTX>(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue