pub fn visit_dependencies<'ast, N>( catalog: &dyn SessionCatalog, node: &'ast N, ) -> ResolvedIdswhere N: VisitNode<'ast, Aug> + 'ast,