mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
add update mode variables
This commit is contained in:
parent
e7f59ea62d
commit
8799973ffe
9 changed files with 70 additions and 13 deletions
|
@ -3808,6 +3808,7 @@ fn make_specializations<'a>(
|
|||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
update_mode_counter: 0,
|
||||
};
|
||||
|
||||
// TODO: for now this final specialization pass is sequential,
|
||||
|
@ -3869,6 +3870,7 @@ fn build_pending_specializations<'a>(
|
|||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
update_mode_counter: 0,
|
||||
};
|
||||
|
||||
// Add modules' decls to Procs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue