mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fix two strings
This commit is contained in:
parent
13d4b0c8c8
commit
35eff878ae
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ pub fn str_from_utf8_range<'a, 'ctx, 'env>(
|
|||
|
||||
let start = env
|
||||
.builder
|
||||
.build_extract_value(count_and_start, 1, "get_count")
|
||||
.build_extract_value(count_and_start, 1, "get_start")
|
||||
.unwrap();
|
||||
|
||||
call_void_bitcode_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue