mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
fix(zig): resolve v0.9 compilation issues
This commit is contained in:
parent
db44d03e66
commit
923c5c7c28
6 changed files with 18 additions and 20 deletions
|
@ -933,7 +933,6 @@ pub fn list_find_unsafe<'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),
|
||||
layout_width(env, element_layout),
|
||||
inc_element_fn.as_global_value().as_pointer_value().into(),
|
||||
dec_element_fn.as_global_value().as_pointer_value().into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue