Skip to content

Commit fd70f7e

Browse files
committed
Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillot
Cache reachable_set on disk
2 parents 790309b + 5d3244c commit fd70f7e

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/query/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ rustc_queries! {
11401140
query reachable_set(_: ()) -> &'tcx LocalDefIdSet {
11411141
arena_cache
11421142
desc { "reachability" }
1143+
cache_on_disk_if { true }
11431144
}
11441145

11451146
/// Per-body `region::ScopeTree`. The `DefId` should be the owner `DefId` for the body;

0 commit comments

Comments
 (0)