mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
pass stdlib by reference
This commit is contained in:
parent
c4e5af554b
commit
ab6cb7ac93
9 changed files with 20 additions and 52 deletions
|
@ -129,7 +129,7 @@ fn files_to_documentations(
|
|||
let mut loaded = roc_load::file::load_and_typecheck(
|
||||
&arena,
|
||||
filename,
|
||||
std_lib.clone(),
|
||||
&std_lib,
|
||||
src_dir,
|
||||
MutMap::default(),
|
||||
8, // TODO: Is it okay to hardcode ptr_bytes here? I think it should be fine since we'er only type checking (also, 8 => 32bit system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue