mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Semantic layouts for tuples
This commit is contained in:
parent
c06ffc434b
commit
43d4135dc8
2 changed files with 11 additions and 1 deletions
|
@ -3332,7 +3332,7 @@ fn layout_from_flat_type<'a>(
|
|||
field_order_hash,
|
||||
field_layouts: layouts.into_bump_slice(),
|
||||
},
|
||||
semantic: SemanticRepr::None,
|
||||
semantic: SemanticRepr::tuple(layouts.len()),
|
||||
};
|
||||
|
||||
Ok(env.cache.put_in(struct_layout))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue