mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix headers and apply
This commit is contained in:
parent
56f6770804
commit
736fa73e88
3 changed files with 30 additions and 19 deletions
|
@ -332,8 +332,8 @@ where
|
|||
let after_parse = state.clone();
|
||||
|
||||
match by.parse(arena, state) {
|
||||
Ok((fail_progress, _, state)) => Err((
|
||||
fail_progress,
|
||||
Ok((_, _, state)) => Err((
|
||||
NoProgress,
|
||||
Fail {
|
||||
attempting: state.attempting,
|
||||
reason: FailReason::ConditionFailed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue