From 8a35c7ac5b9b3d311253f2935a4b68ab293dc960 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Wed, 18 Jun 2025 11:38:58 +0000 Subject: [PATCH] Cache queries. --- compiler/rustc_middle/src/query/mod.rs | 1 + 1 file changed, 1 insertion(+) 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