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.
check_liveness
1 parent 70d86e3 commit 29ffc35Copy full SHA for 29ffc35
1 file changed
compiler/rustc_middle/src/queries.rs
@@ -1218,7 +1218,7 @@ rustc_queries! {
1218
query check_liveness(key: LocalDefId) -> &'tcx rustc_index::bit_set::DenseBitSet<abi::FieldIdx> {
1219
arena_cache
1220
desc { "checking liveness of variables in `{}`", tcx.def_path_str(key.to_def_id()) }
1221
- cache_on_disk_if { tcx.is_typeck_child(key.to_def_id()) }
+ cache_on_disk_if { true }
1222
}
1223
1224
/// Return the live symbols in the crate for dead code check.
0 commit comments