Cache reachable_set on disk
This commit is contained in:
parent
7418413a7f
commit
5d3244ce9b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue