mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 02:50:17 +00:00
List.map: send the alignment of the output list element to zig
This commit is contained in:
parent
d82e73fff0
commit
f1ce8b89a0
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ pub fn list_map<'a, 'ctx, 'env>(
|
|||
pass_as_opaque(env, roc_function_call.data),
|
||||
roc_function_call.inc_n_data.into(),
|
||||
roc_function_call.data_is_owned.into(),
|
||||
env.alignment_intvalue(element_layout),
|
||||
env.alignment_intvalue(return_layout),
|
||||
layout_width(env, element_layout),
|
||||
layout_width(env, return_layout),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue