mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
afffa7d6e3
Every other part of `OnDiskCache` deals with loading information from the _previous_ session, except for this one field. Moving it out to `QuerySystem` makes more sense, because that's also where query return values are stored (inside the caches in their vtables).