mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
55ccbd090d
Do not depend on the stored value when trying to cache on disk. Having different criteria for loading and saving of query results can lead to saved results that may never be loaded. Since the on-disk cache is discarded as soon as a compilation error is issued, there should not be any need for an exclusion mecanism based on errors. As a result, the possibility to condition the storage on the value itself does not appear useful. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
README.md |
For more information about how rustc works, see the rustc dev guide.