mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Pass in builtin look up function parameter
This commit is contained in:
parent
fdff20b2c1
commit
dd2dcc63d1
2 changed files with 9 additions and 3 deletions
|
@ -5,6 +5,7 @@ use crossbeam::deque::{Injector, Stealer, Worker};
|
|||
use crossbeam::thread;
|
||||
use parking_lot::Mutex;
|
||||
use roc_builtins::std::{Mode, StdLib};
|
||||
use roc_can::builtins::builtin_defs_map;
|
||||
use roc_can::constraint::Constraint;
|
||||
use roc_can::def::Declaration;
|
||||
use roc_can::module::{canonicalize_module_defs, Module};
|
||||
|
@ -3202,6 +3203,7 @@ fn canonicalize_and_constrain<'a>(
|
|||
exposed_imports,
|
||||
&exposed_symbols,
|
||||
&mut var_store,
|
||||
builtin_defs_map,
|
||||
);
|
||||
let canonicalize_end = SystemTime::now();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue