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.
typeck
1 parent f824853 commit ae62efcCopy full SHA for ae62efc
1 file changed
compiler/rustc_middle/src/queries.rs
@@ -1251,7 +1251,6 @@ 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()) }
1255
}
1256
1257
query used_trait_imports(key: LocalDefId) -> &'tcx UnordSet<LocalDefId> {
0 commit comments