mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge branch 'trunk' into reset-reuse
This commit is contained in:
commit
daddac4e3c
1 changed files with 3 additions and 0 deletions
|
@ -1156,6 +1156,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
|
||||
lookup_at_index_ptr2(
|
||||
env,
|
||||
union_layout,
|
||||
tag_id_type,
|
||||
union_layout,
|
||||
field_layouts,
|
||||
|
@ -1197,6 +1198,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
|
||||
lookup_at_index_ptr2(
|
||||
env,
|
||||
union_layout,
|
||||
tag_id_type,
|
||||
union_layout,
|
||||
field_layouts,
|
||||
|
@ -1822,6 +1824,7 @@ fn lookup_at_index_ptr<'a, 'ctx, 'env>(
|
|||
|
||||
fn lookup_at_index_ptr2<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
union_layout: &UnionLayout<'a>,
|
||||
tag_id_type: IntType<'ctx>,
|
||||
union_layout: &UnionLayout<'a>,
|
||||
field_layouts: &[Layout<'_>],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue