mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Removing references
This commit is contained in:
parent
4e942b3e5d
commit
a9ed4ce4ce
1 changed files with 2 additions and 2 deletions
|
@ -1648,7 +1648,7 @@ fn correct_mutual_recursive_type_alias<'a>(
|
|||
|
||||
let _made_recursive = make_tag_union_recursive(
|
||||
env,
|
||||
Loc::at(alias.header_region(), (*rec, &alias_args)),
|
||||
Loc::at(alias.header_region(), (*rec, alias_args)),
|
||||
alias.region,
|
||||
others,
|
||||
&mut alias.typ,
|
||||
|
@ -1726,7 +1726,7 @@ fn make_tag_union_recursive<'a>(
|
|||
..
|
||||
} => make_tag_union_recursive(
|
||||
env,
|
||||
Loc::at_zero((symbol, &type_arguments)),
|
||||
Loc::at_zero((symbol, type_arguments)),
|
||||
region,
|
||||
others,
|
||||
actual,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue