needs_parens_for_adjustment_hints

Function needs_parens_for_adjustment_hints 

Source
fn needs_parens_for_adjustment_hints(expr: &Expr, postfix: bool) -> (bool, bool)
Expand description

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.