mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
start perceus reference count
This commit is contained in:
parent
c60dcd763d
commit
957f44966c
6 changed files with 211 additions and 26 deletions
|
@ -382,7 +382,7 @@ impl<'a> CodeGenHelp<'a> {
|
|||
closure_data_layout: None,
|
||||
ret_layout,
|
||||
is_self_recursive: SelfRecursive::NotSelfRecursive,
|
||||
must_own_arguments: false,
|
||||
// must_own_arguments: false,
|
||||
host_exposed_layouts: HostExposedLayouts::NotHostExposed,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue