mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 07:45:04 +00:00
Easy mode refcounter
This commit is contained in:
parent
f37cc48e88
commit
bc4c91a68f
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ fn modify_refcount_layout_build_function<'a, 'ctx>(
|
|||
mode,
|
||||
lambda_set.runtime_representation(),
|
||||
),
|
||||
FunctionPointer(_) => todo_lambda_erasure!(),
|
||||
FunctionPointer(_) => None,
|
||||
Erased(_) => todo_lambda_erasure!(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue