mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
stop passing stdlib (use lazy_static)
This commit is contained in:
parent
f25afe4629
commit
d8fa2b8d92
12 changed files with 14 additions and 89 deletions
|
@ -32,9 +32,6 @@ mod solve_expr {
|
|||
|
||||
let arena = &Bump::new();
|
||||
|
||||
// let stdlib = roc_builtins::unique::uniq_stdlib();
|
||||
let stdlib = roc_builtins::std::standard_stdlib();
|
||||
|
||||
let module_src;
|
||||
let temp;
|
||||
if src.starts_with("app") {
|
||||
|
@ -58,7 +55,6 @@ mod solve_expr {
|
|||
let result = roc_load::file::load_and_typecheck(
|
||||
arena,
|
||||
full_file_path,
|
||||
&stdlib,
|
||||
dir.path(),
|
||||
exposed_types,
|
||||
roc_target::TargetInfo::default_x86_64(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue