mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
fix typo
This commit is contained in:
parent
ac001598e8
commit
57640e3ee0
@ -1143,7 +1143,7 @@ pub fn list_sort_with<'a, 'ctx, 'env>(
|
||||
) -> BasicValueEnum<'ctx> {
|
||||
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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user