mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove Boxed layout
This commit is contained in:
parent
d64930c17f
commit
6d2d65bb1e
24 changed files with 52 additions and 1377 deletions
|
@ -31,7 +31,7 @@ pub fn basic_type_from_layout<'a, 'ctx, 'env>(
|
|||
layout_interner.get_repr(lambda_set.runtime_representation()),
|
||||
),
|
||||
|
||||
Ptr(inner_layout) | Boxed(inner_layout) => {
|
||||
Ptr(inner_layout) => {
|
||||
let inner_type = basic_type_from_layout(
|
||||
env,
|
||||
layout_interner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue