pub fn visit_expr_error_mut<V>(v: &mut V, node: &mut ExprError)where V: VisitMut + ?Sized,
Default mutable traversal for ExprError nodes. This is a leaf node with no children to visit.
ExprError