mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
builtins: move the output argument of Zig fromUtf8RangeC to first position
This commit is contained in:
parent
60d29c2e25
commit
e1d8d09472
3 changed files with 3 additions and 3 deletions
|
@ -168,10 +168,10 @@ pub fn str_from_utf8_range<'a, 'ctx, 'env>(
|
|||
call_void_bitcode_fn(
|
||||
env,
|
||||
&[
|
||||
result_ptr.into(),
|
||||
list_symbol_to_c_abi(env, scope, list).into(),
|
||||
count,
|
||||
start,
|
||||
result_ptr.into(),
|
||||
],
|
||||
bitcode::STR_FROM_UTF8_RANGE,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue