Function rustc_incremental::assert_dep_graph::filter_nodes

source ·
fn filter_nodes<'q>(
    query: &'q DepGraphQuery,
    sources: &Option<FxIndexSet<&'q DepNode>>,
    targets: &Option<FxIndexSet<&'q DepNode>>
) -> FxIndexSet<DepKind>