We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9125b17 commit 433f711Copy full SHA for 433f711
compiler/rustc_middle/src/query/mod.rs
@@ -1595,7 +1595,6 @@ rustc_queries! {
1595
}
1596
1597
query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) {
1598
- eval_always
1599
desc { "collect_and_partition_mono_items" }
1600
1601
query is_codegened_item(def_id: DefId) -> bool {
@@ -1604,7 +1603,6 @@ rustc_queries! {
1604
1603
1605
/// All items participating in code generation together with items inlined into them.
1606
query codegened_and_inlined_items(_: ()) -> &'tcx DefIdSet {
1607
1608
desc { "codegened_and_inlined_items" }
1609
1610
0 commit comments