Skip to content

Commit f40bd84

Browse files
committed
Try caching the collect_and_partition_mono_items query
1 parent be00c5a commit f40bd84

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)