mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Handle root type when loading from str
This commit is contained in:
parent
0283bd1d24
commit
4e5fdfbf52
12 changed files with 127 additions and 101 deletions
|
@ -82,6 +82,7 @@ fn create_llvm_module<'a>(
|
|||
filename,
|
||||
module_src,
|
||||
src_dir,
|
||||
None,
|
||||
RocCacheDir::Disallowed,
|
||||
load_config,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue