Files
rust/compiler/rustc_query_impl/src
Zalathar a7d2a68378 Simplify the cache_on_disk_if modifier to just cache_on_disk
Queries with both `cache_on_disk` and `separate_provide_extern` will only
disk-cache values for local keys.

Other queries with `cache_on_disk` will disk-cache all values unconditionally.
2026-03-31 17:16:10 +11:00
..
2026-03-24 08:47:34 +11:00

For more information about how the query system works, see the rustc dev guide.