mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
add update mode to reset and reuse
This commit is contained in:
parent
1241d5ccbd
commit
0bdda2506c
8 changed files with 40 additions and 21 deletions
|
@ -2100,6 +2100,7 @@ fn update<'a>(
|
|||
MadeSpecializations {
|
||||
module_id,
|
||||
mut ident_ids,
|
||||
mut update_mode_ids,
|
||||
subs,
|
||||
procedures,
|
||||
external_specializations_requested,
|
||||
|
@ -2126,6 +2127,7 @@ fn update<'a>(
|
|||
arena,
|
||||
module_id,
|
||||
&mut ident_ids,
|
||||
&mut update_mode_ids,
|
||||
&mut state.procedures,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue