mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +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
|
@ -79,6 +79,7 @@ pub fn run_load_and_infer<'a>(
|
|||
file_path,
|
||||
module_src,
|
||||
dir.path().to_path_buf(),
|
||||
None,
|
||||
roc_target::Target::LinuxX64,
|
||||
function_kind,
|
||||
roc_reporting::report::RenderTarget::Generic,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue