We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790309b + 5d3244c commit fd70f7eCopy full SHA for fd70f7e
1 file changed
compiler/rustc_middle/src/query/mod.rs
@@ -1140,6 +1140,7 @@ rustc_queries! {
1140
query reachable_set(_: ()) -> &'tcx LocalDefIdSet {
1141
arena_cache
1142
desc { "reachability" }
1143
+ cache_on_disk_if { true }
1144
}
1145
1146
/// Per-body `region::ScopeTree`. The `DefId` should be the owner `DefId` for the body;
0 commit comments