mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
unwrap lambda sets for RC
This commit is contained in:
parent
81b4b3d22c
commit
ce640fe65f
2 changed files with 13 additions and 10 deletions
|
@ -1354,7 +1354,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
"cast_to_i8_ptr",
|
||||
);
|
||||
|
||||
let value_ptr = match layout_interner.get_repr(data_layout) {
|
||||
let value_ptr = match layout_interner.runtime_representation(data_layout) {
|
||||
LayoutRepr::Union(union_layout)
|
||||
if union_layout.stores_tag_id_in_pointer(env.target_info) =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue