pub fn match_arm_with_guard( pats: impl IntoIterator<Item = Pat>, guard: Expr, expr: Expr, ) -> MatchArm