Skip to content

Commit

Permalink
Cache reachable_set on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Sep 10, 2023
1 parent 7418413 commit 5d3244c
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 5d3244c

Please sign in to comment.