Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig

This commit is contained in:
Luke Boswell 2024-11-30 10:18:11 +11:00
commit 656a7bcd87
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
100 changed files with 988 additions and 878 deletions

View file

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