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