mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fixup type ann
This commit is contained in:
parent
7d91b01c5a
commit
ea7d856e16
1 changed files with 0 additions and 3 deletions
|
@ -350,18 +350,15 @@ fn loc_type_in_parens<'a>(
|
|||
);
|
||||
match parser.parse(arena, next_state.clone(), 0) {
|
||||
Ok((element_progress, next_field, next_state)) => {
|
||||
dbg!();
|
||||
debug_assert_eq!(element_progress, MadeProgress);
|
||||
state = next_state;
|
||||
fields.push(next_field);
|
||||
}
|
||||
Err((NoProgress, _fail)) => {
|
||||
dbg!();
|
||||
state = next_state;
|
||||
break;
|
||||
}
|
||||
Err((MadeProgress, fail)) => {
|
||||
dbg!();
|
||||
return Err((MadeProgress, fail));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue