pub fn binary_expr_needs_parentheses(expr: &Expr<'_>) -> bool
Returns true if the given expr is binary expression that needs to be wrapped in parentheses.
expr