pub(crate) fn args_have_many_closure(args: &[OverflowableItem<'_>]) -> boolExpand description
Returns true if the given vector of arguments has more than one ast::ExprKind::Closure.
pub(crate) fn args_have_many_closure(args: &[OverflowableItem<'_>]) -> boolReturns true if the given vector of arguments has more than one ast::ExprKind::Closure.