mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
chase_recursive_in
This commit is contained in:
parent
33b7aadd52
commit
ca7ba45955
1 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ fn specialize_struct<'a, 'i>(
|
|||
arena.alloc(Stmt::Let(
|
||||
field_symbol,
|
||||
field_val_expr,
|
||||
*field_layout,
|
||||
layout_interner.chase_recursive_in(*field_layout),
|
||||
arena.alloc(Stmt::Refcounting(
|
||||
ModifyRc::Dec(field_symbol),
|
||||
new_continuation,
|
||||
|
@ -663,7 +663,7 @@ fn specialize_union<'a, 'i>(
|
|||
arena.alloc(Stmt::Let(
|
||||
field_symbol,
|
||||
field_val_expr,
|
||||
*field_layout,
|
||||
layout_interner.chase_recursive_in(*field_layout),
|
||||
rc(arena, field_symbol, new_continuation),
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue