Cache reachable_set on disk

This commit is contained in:
Tomasz Miąsko 2023-09-10 00:00:00 +00:00
parent 7418413a7f
commit 5d3244ce9b

View File

@ -1140,6 +1140,7 @@ rustc_queries! {
query reachable_set(_: ()) -> &'tcx LocalDefIdSet {
arena_cache
desc { "reachability" }
cache_on_disk_if { true }
}
/// Per-body `region::ScopeTree`. The `DefId` should be the owner `DefId` for the body;