mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-16 08:45:03 +00:00
most tests passing
This commit is contained in:
parent
ed2b9e9703
commit
5bb44fcce5
8 changed files with 141 additions and 189 deletions
|
@ -1082,7 +1082,7 @@ fn parse_defs_end<'a>(
|
|||
);
|
||||
|
||||
defs.replace_with_value_def(
|
||||
defs.tags.len() - 1,
|
||||
defs.tags.len().saturating_sub(1),
|
||||
value_def,
|
||||
region,
|
||||
);
|
||||
|
@ -1104,7 +1104,7 @@ fn parse_defs_end<'a>(
|
|||
);
|
||||
|
||||
defs.replace_with_value_def(
|
||||
defs.tags.len() - 1,
|
||||
defs.tags.len().saturating_sub(1),
|
||||
value_def,
|
||||
region,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue