mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:48:07 +00:00
Misc query tweaks Remove some redundant work around `cache_on_disk` and `ensure_ok`, since `Result<(), ErrorGuaranteed>` queries don't need to cache or recompute their "value" if they are only used for their result.
For more information about how rustc works, see the rustc dev guide.