mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
fix another merge conflict
This commit is contained in:
parent
be214b7931
commit
d222be95b3
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ pub fn basic_type_from_layout<'a, 'ctx, 'env>(
|
|||
} => basic_type_from_record(env, sorted_fields),
|
||||
LambdaSet(lambda_set) => basic_type_from_layout(env, &lambda_set.runtime_representation()),
|
||||
Boxed(inner_layout) => {
|
||||
let inner_type = basic_type_from_layout_1(env, inner_layout);
|
||||
let inner_type = basic_type_from_layout(env, inner_layout);
|
||||
|
||||
inner_type.ptr_type(AddressSpace::Generic).into()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue