mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
fix typo
This commit is contained in:
parent
30dca9528c
commit
548c3c3f15
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ fn modify_refcount_layout<'a, 'ctx, 'env>(
|
|||
|
||||
let field_ptr = env
|
||||
.builder
|
||||
.build_extract_value(wrapper_struct, 1, "moddify_rc_closure_data")
|
||||
.build_extract_value(wrapper_struct, 1, "modify_rc_closure_data")
|
||||
.unwrap();
|
||||
|
||||
// dbg!(&field_ptr, closure_layout.as_block_of_memory_layout());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue