mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge branch 'main' into int_overflow
This commit is contained in:
commit
a81d07f19c
32 changed files with 118 additions and 147 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