mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +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
|
@ -76,6 +76,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
|
|||
PathBuf::from(filename),
|
||||
source,
|
||||
cwd,
|
||||
None,
|
||||
Default::default(),
|
||||
target,
|
||||
function_kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue