remove Boxed layout

This commit is contained in:
Folkert 2023-07-05 18:57:29 +02:00
parent d64930c17f
commit 6d2d65bb1e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
24 changed files with 52 additions and 1377 deletions

View file

@ -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,