mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
all tests passing
This commit is contained in:
parent
bd0f02c542
commit
180575852a
4 changed files with 65 additions and 14 deletions
|
@ -780,7 +780,15 @@ fn hash_list<'a, 'ctx, 'env>(
|
|||
env.builder.build_store(result, answer);
|
||||
};
|
||||
|
||||
incrementing_elem_loop(env, parent, ptr, length, "current_index", loop_fn);
|
||||
incrementing_elem_loop(
|
||||
env,
|
||||
parent,
|
||||
*element_layout,
|
||||
ptr,
|
||||
length,
|
||||
"current_index",
|
||||
loop_fn,
|
||||
);
|
||||
|
||||
env.builder.build_unconditional_branch(done_block);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue