Shrink debug build times via BoxedParser

This commit is contained in:
Richard Feldman 2019-09-20 02:27:04 -04:00
parent 867ade4f46
commit 752f7785b1
4 changed files with 229 additions and 8 deletions

View file

@ -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,