mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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
|
@ -188,8 +188,7 @@ pub fn helper(
|
|||
};
|
||||
|
||||
let target = target_lexicon::Triple::host();
|
||||
let module_object =
|
||||
roc_gen_dev::build_module(&env, &target, procedures).expect("failed to compile module");
|
||||
let module_object = roc_gen_dev::build_module(&env, &target, procedures);
|
||||
|
||||
let module_out = module_object
|
||||
.write()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue