mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove all box references
This commit is contained in:
parent
b5db3f68e1
commit
a8d821bf87
9 changed files with 39 additions and 148 deletions
|
@ -238,7 +238,7 @@ fn specialize_drops_stmt<'a, 'i>(
|
|||
ErasedField::Value => {
|
||||
environment.add_struct_child(*symbol, *binding, 0);
|
||||
}
|
||||
ErasedField::Callee => {
|
||||
ErasedField::Callee | ErasedField::ValuePtr => {
|
||||
// nothing to own
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue