mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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
|
@ -55,6 +55,7 @@ pub(crate) fn write_compiled_ir<'a>(
|
|||
file_path,
|
||||
test_module,
|
||||
dir.path().to_path_buf(),
|
||||
None,
|
||||
RocCacheDir::Disallowed,
|
||||
load_config,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue