pub fn is_unit_expr(expr: &Expr<'_>) -> bool
Checks if expr is an empty block or an empty tuple.
expr