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
|
@ -25,7 +25,7 @@ pub(crate) fn decode_from_utf8_result<'a, 'ctx>(
|
|||
load_roc_value(
|
||||
env,
|
||||
layout_interner,
|
||||
layout,
|
||||
layout_interner.get_repr(layout),
|
||||
pointer,
|
||||
"load_decode_from_utf8_result",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue