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 9c978b9 commit aa5d436Copy full SHA for aa5d436
compiler/rustc_query_impl/src/plumbing.rs
@@ -700,6 +700,8 @@ macro_rules! define_queries {
700
}
701
702
703
+ // These arrays are used for iteration and can't be indexed by `DepKind`.
704
+
705
const TRY_COLLECT_ACTIVE_JOBS: &[for<'tcx> fn(TyCtxt<'tcx>, &mut QueryMap<DepKind>)] =
706
&[$(query_impl::$name::try_collect_active_jobs),*];
707
0 commit comments