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