From f40bd8487e9326bda370921ebc915803d59fe642 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Tue, 9 Jan 2024 14:43:02 +0000 Subject: [PATCH] Try caching the collect_and_partition_mono_items query --- compiler/rustc_middle/src/query/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index 0e3b9984423f8..e9c30d1dc601a 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -1878,7 +1878,6 @@ rustc_queries! { } query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) { - eval_always desc { "collect_and_partition_mono_items" } }