Skip to content

Commit

Permalink
Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillot
Browse files Browse the repository at this point in the history
Cache reachable_set on disk
  • Loading branch information
bors committed Sep 16, 2023
2 parents 790309b + 5d3244c commit fd70f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_middle/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fd70f7e

Please sign in to comment.