mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
use unimplemented! and internal_error! instead of result in dev backend
This commit is contained in:
parent
dd1245dee6
commit
a63dd1eb61
9 changed files with 381 additions and 578 deletions
|
@ -533,8 +533,7 @@ fn gen_from_mono_module_dev_assembly(
|
|||
generate_allocators,
|
||||
};
|
||||
|
||||
let module_object = roc_gen_dev::build_module(&env, target, loaded.procedures)
|
||||
.expect("failed to compile module");
|
||||
let module_object = roc_gen_dev::build_module(&env, target, loaded.procedures);
|
||||
|
||||
let module_out = module_object
|
||||
.write()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue