mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
shrink stack size usage for parse Expr
This commit is contained in:
parent
1871697b0f
commit
03fab9297c
3 changed files with 9 additions and 4 deletions
|
@ -101,7 +101,7 @@ pub enum Expr<'a> {
|
|||
RecordUpdate {
|
||||
update: &'a Loc<Expr<'a>>,
|
||||
fields: &'a [Loc<AssignedField<'a, Expr<'a>>>],
|
||||
final_comments: &'a [CommentOrNewline<'a>],
|
||||
final_comments: &'a &'a [CommentOrNewline<'a>],
|
||||
},
|
||||
|
||||
Record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue