mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Implement mono of crash
This commit is contained in:
parent
72ff0cc800
commit
c7ef1668d4
10 changed files with 84 additions and 7 deletions
|
@ -2715,6 +2715,7 @@ pub fn build_exp_stmt<'a, 'ctx, 'env>(
|
|||
let zero = env.context.i64_type().const_zero();
|
||||
zero.into()
|
||||
}
|
||||
Crash(_, _) => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue