mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove unused RuntimeErrorFunction variant from roc_mono::ir::Expr
This commit is contained in:
parent
dcb6c543c0
commit
75f13d3f2e
9 changed files with 4 additions and 27 deletions
|
@ -1908,7 +1908,6 @@ pub(crate) fn build_exp_expr<'a, 'ctx>(
|
|||
Array { elem_layout, elems } => {
|
||||
list_literal(env, layout_interner, scope, *elem_layout, elems)
|
||||
}
|
||||
RuntimeErrorFunction(_) => todo!(),
|
||||
|
||||
UnionAtIndex {
|
||||
tag_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue