mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix merge error
This commit is contained in:
parent
2c8d58329c
commit
426aa13e13
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ use roc_target::TargetInfo;
|
||||||
|
|
||||||
use super::bitcode::call_list_bitcode_fn;
|
use super::bitcode::call_list_bitcode_fn;
|
||||||
use super::build::store_roc_value;
|
use super::build::store_roc_value;
|
||||||
|
use super::build_list::list_to_c_abi;
|
||||||
|
|
||||||
#[repr(transparent)]
|
#[repr(transparent)]
|
||||||
struct Alignment(u8);
|
struct Alignment(u8);
|
||||||
|
@ -714,7 +715,7 @@ pub fn set_from_list<'a, 'ctx, 'env>(
|
||||||
call_void_bitcode_fn(
|
call_void_bitcode_fn(
|
||||||
env,
|
env,
|
||||||
&[
|
&[
|
||||||
list,
|
list_to_c_abi(env, list).into(),
|
||||||
alignment_iv.into(),
|
alignment_iv.into(),
|
||||||
key_width.into(),
|
key_width.into(),
|
||||||
value_width.into(),
|
value_width.into(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue