pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast ExprRepeat) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.