mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
drop specialization for union
This commit is contained in:
parent
91533e1071
commit
e12730ba88
2 changed files with 748 additions and 250 deletions
|
@ -3123,10 +3123,10 @@ fn update<'a>(
|
|||
|
||||
drop_specialization::specialize_drops(
|
||||
arena,
|
||||
&layout_interner,
|
||||
&mut layout_interner,
|
||||
module_id,
|
||||
ident_ids,
|
||||
&mut update_mode_ids,
|
||||
state.target_info,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue