mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
remove Boxed layout
This commit is contained in:
parent
d64930c17f
commit
6d2d65bb1e
24 changed files with 52 additions and 1377 deletions
|
@ -1612,7 +1612,7 @@ fn layout_spec_help<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
Ptr(inner_layout) | Boxed(inner_layout) => {
|
||||
Ptr(inner_layout) => {
|
||||
let inner_type =
|
||||
layout_spec_help(env, builder, interner, interner.get_repr(inner_layout))?;
|
||||
let cell_type = builder.add_heap_cell_type();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue