mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
fix typo
This commit is contained in:
parent
ac001598e8
commit
57640e3ee0
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ pub fn list_sort_with<'a, 'ctx, 'env>(
|
||||||
) -> BasicValueEnum<'ctx> {
|
) -> BasicValueEnum<'ctx> {
|
||||||
let builder = env.builder;
|
let builder = env.builder;
|
||||||
|
|
||||||
let u9_ptr = env.context.i8_type().ptr_type(AddressSpace::Generic);
|
let u8_ptr = env.context.i8_type().ptr_type(AddressSpace::Generic);
|
||||||
|
|
||||||
let list_i128 = complex_bitcast(env.builder, list, env.context.i128_type().into(), "to_i128");
|
let list_i128 = complex_bitcast(env.builder, list, env.context.i128_type().into(), "to_i128");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue