mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
load_roc_value by layoutrepr
This commit is contained in:
parent
07f40baf62
commit
390e9f8648
9 changed files with 95 additions and 36 deletions
|
@ -155,7 +155,7 @@ fn index_struct_ptr<'a, 'ctx>(
|
|||
load_roc_value(
|
||||
env,
|
||||
layout_interner,
|
||||
field_layout,
|
||||
layout_interner.get_repr(field_layout),
|
||||
field_value,
|
||||
"struct_field",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue