mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
phase 2
This commit is contained in:
parent
7e90812332
commit
74932a4cab
13 changed files with 93 additions and 91 deletions
|
@ -3824,7 +3824,7 @@ fn make_specializations<'a>(
|
|||
subs: &mut subs,
|
||||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
target_info: ptr_bytes,
|
||||
update_mode_ids: &mut update_mode_ids,
|
||||
// call_specialization_counter=0 is reserved
|
||||
call_specialization_counter: 1,
|
||||
|
@ -3920,7 +3920,7 @@ fn build_pending_specializations<'a>(
|
|||
subs: &mut subs,
|
||||
home,
|
||||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
target_info: ptr_bytes,
|
||||
update_mode_ids: &mut update_mode_ids,
|
||||
// call_specialization_counter=0 is reserved
|
||||
call_specialization_counter: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue