fn needs_parens_for_adjustment_hints(expr: &Expr, postfix: bool) -> (bool, bool)
Returns whatever we need to add parentheses on the inside and/or outside of expr, if we are going to add (postfix) adjustments hints to it.
expr
postfix