mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fix mono test
This commit is contained in:
parent
154b5cc29f
commit
0dde6da77d
2 changed files with 5 additions and 1 deletions
|
@ -765,7 +765,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
field_types.push(field_type);
|
||||
|
||||
if let Layout::RecursivePointer = tag_field_layout {
|
||||
let ptr = allocate_with_refcount(env, &tag_layout, val).into();
|
||||
let ptr = allocate_with_refcount(env, &tag_layout, val);
|
||||
|
||||
builder.build_store(ptr, val);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue