mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
hooking everything up
This commit is contained in:
parent
84d5cbc4f1
commit
ee21f86f8f
9 changed files with 334 additions and 19 deletions
|
@ -394,8 +394,10 @@ fn modify_refcount_builtin<'a, 'ctx, 'env>(
|
|||
// TODO decrement all values
|
||||
}
|
||||
|
||||
todo!();
|
||||
// todo!();
|
||||
dbg!("DOING NOTHING WITH REFCOUNTING");
|
||||
}
|
||||
|
||||
Str => {
|
||||
let wrapper_struct = value.into_struct_value();
|
||||
modify_refcount_str(env, layout_ids, mode, layout, wrapper_struct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue