rust/compiler/rustc_query_system
bors a7e2e33960 Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister
Don't perform any new queries while reading a query result on disk

In addition to being very confusing, this can cause us to add dep node edges between two queries that would not otherwise have an edge.

We now panic if any new dep node edges are created during the deserialization of a query result. This requires serializing the full `AdtDef` to disk, instead of just serializing the `DefId` and invoking the `adt_def` query during deserialization.

I'll probably split this up into several smaller PRs for perf runs.
2022-01-08 18:32:31 +00:00
..
src Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister 2022-01-08 18:32:31 +00:00
Cargo.toml Move ICH to rustc_query_system. 2021-10-03 16:08:53 +02:00