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 f824853 + 0e36e99 commit b770dfdCopy full SHA for b770dfd
1 file changed
compiler/rustc_middle/src/queries.rs
@@ -1251,7 +1251,7 @@ rustc_queries! {
1251
1252
query typeck(key: LocalDefId) -> &'tcx ty::TypeckResults<'tcx> {
1253
desc { "type-checking `{}`", tcx.def_path_str(key) }
1254
- cache_on_disk_if { !tcx.is_typeck_child(key.to_def_id()) }
+ cache_on_disk_if { true }
1255
}
1256
1257
query used_trait_imports(key: LocalDefId) -> &'tcx UnordSet<LocalDefId> {
0 commit comments