mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix merge conflict
This commit is contained in:
parent
daddac4e3c
commit
1f1cf180c4
1 changed files with 0 additions and 3 deletions
|
@ -1158,7 +1158,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
env,
|
||||
union_layout,
|
||||
tag_id_type,
|
||||
union_layout,
|
||||
field_layouts,
|
||||
*index as usize,
|
||||
argument.into_pointer_value(),
|
||||
|
@ -1200,7 +1199,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
env,
|
||||
union_layout,
|
||||
tag_id_type,
|
||||
union_layout,
|
||||
field_layouts,
|
||||
*index as usize,
|
||||
argument.into_pointer_value(),
|
||||
|
@ -1826,7 +1824,6 @@ 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<'_>],
|
||||
index: usize,
|
||||
value: PointerValue<'ctx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue