mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fix merge conflicts
This commit is contained in:
parent
5724f82667
commit
4d0216cf09
2 changed files with 5 additions and 6 deletions
|
@ -352,10 +352,9 @@ pub fn list_set<'a, 'ctx, 'env>(
|
|||
let new_bytes = call_bitcode_fn(
|
||||
env,
|
||||
&[
|
||||
// pass_list_as_i128(env, list),
|
||||
bytes.into(),
|
||||
length.into(),
|
||||
alignment_intvalue(env, &element_layout),
|
||||
env.alignment_intvalue(&element_layout),
|
||||
index.into(),
|
||||
pass_element_as_opaque(env, element),
|
||||
layout_width(env, element_layout),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue