Skip to content

Commit ae62efc

Browse files
committed
Make the typeck query never cache to disk
1 parent f824853 commit ae62efc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compiler/rustc_middle/src/queries.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,6 @@ rustc_queries! {
12511251

12521252
query typeck(key: LocalDefId) -> &'tcx ty::TypeckResults<'tcx> {
12531253
desc { "type-checking `{}`", tcx.def_path_str(key) }
1254-
cache_on_disk_if { !tcx.is_typeck_child(key.to_def_id()) }
12551254
}
12561255

12571256
query used_trait_imports(key: LocalDefId) -> &'tcx UnordSet<LocalDefId> {

0 commit comments

Comments
 (0)