Skip to content

Commit 970c04e

Browse files
committed
Auto merge of rust-lang#119771 - oli-obk:random_experiment_12, r=<try>
Try caching the collect_and_partition_mono_items query r? `@ghost` an experiment to debug some performance issues encountered in rust-lang#112879
2 parents be00c5a + f40bd84 commit 970c04e

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,6 @@ rustc_queries! {
18781878
}
18791879

18801880
query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) {
1881-
eval_always
18821881
desc { "collect_and_partition_mono_items" }
18831882
}
18841883

0 commit comments

Comments
 (0)