pub fn fold_match_arm<'new, 'src, F: Fold<'src> + ?Sized>( folder: &mut F, arena: &'new Bump, arm: &MatchArm<'_, 'src>, ) -> MatchArm<'new, 'src>