mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
pass correct argument to procs.get_specialized_procs_without_rc
This commit is contained in:
parent
ae2b4b7c78
commit
f40949c64e
1 changed files with 1 additions and 1 deletions
|
@ -3927,7 +3927,7 @@ fn make_specializations<'a>(
|
|||
);
|
||||
|
||||
let external_specializations_requested = procs.externals_we_need.clone();
|
||||
let procedures = procs.get_specialized_procs_without_rc(mono_env.arena);
|
||||
let procedures = procs.get_specialized_procs_without_rc(&mut mono_env);
|
||||
|
||||
let make_specializations_end = SystemTime::now();
|
||||
module_timing.make_specializations = make_specializations_end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue