mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Fix where clauses in tuple types with trailing commas
This commit is contained in:
parent
9ff1b630a8
commit
7d91b01c5a
7 changed files with 109 additions and 13 deletions
|
@ -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>],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue