mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-10 13:56:19 +00:00
PR: rename to List.concatUtf8
This commit is contained in:
parent
33e8a7a439
commit
f7bec802c0
18 changed files with 81 additions and 89 deletions
|
@ -1704,9 +1704,9 @@ trait Backend<'a> {
|
|||
|
||||
self.build_fn_call(sym, intrinsic.to_string(), args, arg_layouts, ret_layout)
|
||||
}
|
||||
LowLevel::StrConcatUtf8 => self.build_fn_call(
|
||||
LowLevel::ListConcatUtf8 => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_CONCAT_UTF8.to_string(),
|
||||
bitcode::LIST_CONCAT_UTF8.to_string(),
|
||||
args,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue