mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 11:40:39 +00:00
Notes on types/traits used for in-memory query caching When the word "cache" appears in the context of the query system, it often isn't obvious whether that is referring to the in-memory query cache or the on-disk incremental cache. For these types, we can assure the reader that they are for in-memory caching.
For more information about how rustc works, see the rustc dev guide.