mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
thread through update_mode
This commit is contained in:
parent
830764221e
commit
ca537a44b8
2 changed files with 24 additions and 10 deletions
|
@ -467,6 +467,7 @@ impl<'a> Context<'a> {
|
|||
op,
|
||||
closure_env_layout,
|
||||
specialization_id,
|
||||
update_mode,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
function_name,
|
||||
|
@ -485,6 +486,7 @@ impl<'a> Context<'a> {
|
|||
closure_env_layout: *closure_env_layout,
|
||||
function_owns_closure_data: true,
|
||||
specialization_id: *specialization_id,
|
||||
update_mode: *update_mode,
|
||||
function_name: *function_name,
|
||||
function_env: *function_env,
|
||||
arg_layouts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue