Verify that query keys result in unique dep nodes
This commit is contained in:
parent
1b427b3bf7
commit
55ba7a7c62
4 changed files with 56 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue