mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
make TestBase64 compile
This commit is contained in:
parent
8846841a95
commit
a4475b7544
5 changed files with 66 additions and 60 deletions
|
@ -785,15 +785,7 @@ fn hash_list<'a, 'ctx, 'env>(
|
|||
env.builder.build_store(result, answer);
|
||||
};
|
||||
|
||||
incrementing_elem_loop(
|
||||
env.builder,
|
||||
env.context,
|
||||
parent,
|
||||
ptr,
|
||||
length,
|
||||
"current_index",
|
||||
loop_fn,
|
||||
);
|
||||
incrementing_elem_loop(env, parent, ptr, length, "current_index", loop_fn);
|
||||
|
||||
env.builder.build_unconditional_branch(done_block);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue