mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Undo assertion change
This commit is contained in:
parent
02952372c4
commit
056fbbf7ee
@ -564,12 +564,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 {:?}: result {:?}",
|
||||
dep_node,
|
||||
result
|
||||
);
|
||||
assert!(new_hash == old_hash, "found unstable fingerprints for {:?}", dep_node,);
|
||||
}
|
||||
|
||||
fn force_query_with_job<C, CTX>(
|
||||
|
Loading…
Reference in New Issue
Block a user