mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
remove T from join
This commit is contained in:
parent
517bde4f4a
commit
5a62359a5f
2 changed files with 6 additions and 17 deletions
|
@ -178,14 +178,7 @@ pub fn str_join_with<'a, 'ctx, 'env>(
|
|||
|
||||
let zig_result = call_bitcode_fn(
|
||||
env,
|
||||
&[
|
||||
env.context
|
||||
.i32_type()
|
||||
.const_int(env.ptr_bytes as u64, false)
|
||||
.into(),
|
||||
list_i128.into(),
|
||||
str_i128.into(),
|
||||
],
|
||||
&[list_i128.into(), str_i128.into()],
|
||||
&bitcode::STR_JOIN_WITH,
|
||||
)
|
||||
.into_struct_value();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue