Skip to content

Commit 433f711

Browse files
committed
Remove eval_always from partitioning.
1 parent 9125b17 commit 433f711

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

compiler/rustc_middle/src/query/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,6 @@ rustc_queries! {
15951595
}
15961596

15971597
query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) {
1598-
eval_always
15991598
desc { "collect_and_partition_mono_items" }
16001599
}
16011600
query is_codegened_item(def_id: DefId) -> bool {
@@ -1604,7 +1603,6 @@ rustc_queries! {
16041603

16051604
/// All items participating in code generation together with items inlined into them.
16061605
query codegened_and_inlined_items(_: ()) -> &'tcx DefIdSet {
1607-
eval_always
16081606
desc { "codegened_and_inlined_items" }
16091607
}
16101608

0 commit comments

Comments
 (0)