mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
box fixes
This commit is contained in:
parent
3bf46ff662
commit
83bea1582f
2 changed files with 27 additions and 2 deletions
|
@ -728,7 +728,7 @@ impl<'a> Layout<'a> {
|
|||
}
|
||||
}
|
||||
RecursivePointer => true,
|
||||
Boxed(inner) => inner.contains_refcounted(),
|
||||
Boxed(inner) => true,
|
||||
Closure(_, closure_layout, _) => closure_layout.contains_refcounted(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue