Merge branch 'main' into int_overflow

This commit is contained in:
wizard7377 2024-11-29 15:45:12 -05:00 committed by GitHub
commit a81d07f19c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 118 additions and 147 deletions

View file

@ -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,