From 056fbbf7eee75f503c2a037046101df91a2f7e2f Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 16 Jan 2021 21:37:53 -0500 Subject: [PATCH] Undo assertion change --- compiler/rustc_query_system/src/query/plumbing.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/compiler/rustc_query_system/src/query/plumbing.rs b/compiler/rustc_query_system/src/query/plumbing.rs index 7d49456c3a27e..36532135f016d 100644 --- a/compiler/rustc_query_system/src/query/plumbing.rs +++ b/compiler/rustc_query_system/src/query/plumbing.rs @@ -564,12 +564,7 @@ fn incremental_verify_ich( 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(