diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index de3b15c5a6f6..cfd15c990436 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -1291,6 +1291,7 @@ rustc_queries! { "computing (transitive) callees of `{}` that may recurse", tcx.def_path_str(key), } + cache_on_disk_if { true } } /// Obtain all the calls into other local functions