mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-22 03:22:30 +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
|
@ -562,7 +562,7 @@ fn modify_refcount_layout_build_function<'a, 'ctx>(
|
|||
}
|
||||
}
|
||||
|
||||
Struct { field_layouts, .. } => {
|
||||
Struct(field_layouts) => {
|
||||
let function =
|
||||
modify_refcount_struct(env, layout_interner, layout_ids, field_layouts, mode);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue