mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
a7e2e33960
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |