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 fcdb1ad commit 068b0ffCopy full SHA for 068b0ff
compiler/rustc_middle/src/query/mod.rs
@@ -961,6 +961,7 @@ rustc_queries! {
961
query live_symbols_from(root: LocalDefId) -> &'tcx FxIndexSet<LocalDefId> {
962
arena_cache
963
desc { |tcx| "finding live symbols in crate from `{}`", tcx.def_path_str(root) }
964
+ cache_on_disk_if { true }
965
}
966
967
query check_mod_deathness(key: LocalDefId) -> () {
0 commit comments