mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Address feedback
This commit is contained in:
parent
a7321e086a
commit
3295f80c30
6 changed files with 28 additions and 13 deletions
|
@ -3589,7 +3589,7 @@ pub fn record_field<'a>() -> impl Parser<'a, RecordField<'a>, ERecord<'a>> {
|
|||
and(
|
||||
and(
|
||||
byte(b'?', ERecord::QuestionMark),
|
||||
optional(byte(b'?', ERecord::QuestionMark)),
|
||||
optional(byte(b'?', ERecord::SecondQuestionMark)),
|
||||
),
|
||||
spaces_before(specialize_err_ref(ERecord::Expr, loc_expr(true))),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue