mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
remove T from concat
This commit is contained in:
parent
257985496b
commit
517bde4f4a
2 changed files with 12 additions and 20 deletions
|
@ -149,10 +149,6 @@ pub fn str_concat<'a, 'ctx, 'env>(
|
|||
let zig_result = call_bitcode_fn(
|
||||
env,
|
||||
&[
|
||||
env.context
|
||||
.i32_type()
|
||||
.const_int(env.ptr_bytes as u64, false)
|
||||
.into(),
|
||||
env.context
|
||||
.i8_type()
|
||||
.const_int(inplace as u64, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue