mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Convert LayoutRepr::Struct into a tuple variant
This commit is contained in:
parent
a6bda6eccf
commit
a67c148be7
24 changed files with 85 additions and 128 deletions
|
@ -307,7 +307,7 @@ fn build_clone<'a, 'ctx>(
|
|||
builtin,
|
||||
),
|
||||
|
||||
LayoutRepr::Struct { field_layouts, .. } => build_clone_struct(
|
||||
LayoutRepr::Struct(field_layouts) => build_clone_struct(
|
||||
env,
|
||||
layout_interner,
|
||||
layout_ids,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue