Verify that query keys result in unique dep nodes

This commit is contained in:
John Kåre Alsaker 2024-03-09 09:29:16 +01:00
parent 1b427b3bf7
commit 55ba7a7c62
4 changed files with 56 additions and 2 deletions

View file

@ -321,6 +321,8 @@ impl Compiler {
}
self.sess.time("serialize_dep_graph", || gcx.enter(rustc_incremental::save_dep_graph));
gcx.enter(rustc_query_impl::query_key_hash_verify_all);
}
// The timer's lifetime spans the dropping of `queries`, which contains