This commit is contained in:
Folkert 2022-07-24 13:07:56 +02:00
parent 99a83af3bc
commit 6b1ff710ad
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 5 additions and 5 deletions

View file

@ -1065,7 +1065,7 @@ pub(crate) fn call_str_bitcode_fn<'a, 'ctx, 'env>(
}
}
pub(crate) fn call_list_bitcode_fn_new<'a, 'ctx, 'env>(
pub(crate) fn call_list_bitcode_fn<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
lists: &[StructValue<'ctx>],
other_arguments: &[BasicValueEnum<'ctx>],