mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Shrink debug build times via BoxedParser
This commit is contained in:
parent
867ade4f46
commit
752f7785b1
4 changed files with 229 additions and 8 deletions
|
@ -461,6 +461,7 @@ pub fn collection<'a, Elem, OpeningBrace, ClosingBrace, Delimiter, S>(
|
|||
where
|
||||
OpeningBrace: Parser<'a, ()>,
|
||||
Elem: Parser<'a, Located<S>>,
|
||||
Elem: 'a,
|
||||
Delimiter: Parser<'a, ()>,
|
||||
S: Spaceable<'a>,
|
||||
S: 'a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue