mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
abstract checking of is module thunk
This commit is contained in:
parent
6400baf2c1
commit
6a6ea64323
2 changed files with 35 additions and 28 deletions
|
@ -3953,7 +3953,6 @@ fn make_specializations<'a>(
|
|||
|
||||
procs.partial_procs = procs_base.partial_procs;
|
||||
procs.module_thunks.extend(procs_base.module_thunks);
|
||||
procs.pending_specializations = Some(procs_base.pending_specializations);
|
||||
procs.runtime_errors = procs_base.runtime_errors;
|
||||
procs.imported_module_thunks = procs_base.imported_module_thunks;
|
||||
|
||||
|
@ -3964,6 +3963,7 @@ fn make_specializations<'a>(
|
|||
&mut mono_env,
|
||||
procs,
|
||||
specializations_we_must_make,
|
||||
procs_base.pending_specializations,
|
||||
&mut layout_cache,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue