Fix where clauses in tuple types with trailing commas

This commit is contained in:
Joshua Warner 2025-01-01 13:48:35 -05:00
parent 9ff1b630a8
commit 7d91b01c5a
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
7 changed files with 109 additions and 13 deletions

View file

@ -97,7 +97,7 @@ where
)
}
fn spaces_around_help<'a, S>(
pub fn spaces_around_help<'a, S>(
arena: &'a Bump,
tuples: (
&'a [CommentOrNewline<'a>],