mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Merge remote-tracking branch 'origin/trunk' into dict-insert
This commit is contained in:
commit
685ae620a1
27 changed files with 1710 additions and 606 deletions
|
@ -488,7 +488,7 @@ fn modify_refcount_layout<'a, 'ctx, 'env>(
|
|||
|
||||
let field_ptr = env
|
||||
.builder
|
||||
.build_extract_value(wrapper_struct, 1, "increment_closure_data")
|
||||
.build_extract_value(wrapper_struct, 1, "modify_rc_closure_data")
|
||||
.unwrap();
|
||||
|
||||
modify_refcount_layout(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue