fn node_set<'q>(
    query: &'q DepGraphQuery,
    filter: &DepNodeFilter
) -> Option<FxHashSet<&'q DepNode>>