pub fn visit_ident_error_mut<'ast, V, T>( visitor: &mut V, node: &'ast mut IdentError, )where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,