visit_expr_error

Function visit_expr_error 

pub fn visit_expr_error<V>(v: &mut V, node: &ExprError)
where V: Visit + ?Sized,
Expand description

Default traversal for ExprError nodes. This is a leaf node with no children to visit.