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.
1 parent 7418413 commit 5d3244cCopy full SHA for 5d3244c
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