pub fn visit_ident<'ast, V, T: AstInfo>(visitor: &mut V, node: &'ast Ident)
where V: Visit<'ast, T> + ?Sized,