forked from M-Labs/nac3
1
0
Fork 0

WIP: core: call_nac3_len fix func name

This commit is contained in:
lyken 2024-07-12 10:54:04 +08:00
parent e75db2c26f
commit ab7ff2ae9d
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ pub fn call_nac3_len<'ctx>(
let function = get_size_type_dependent_function( let function = get_size_type_dependent_function(
ctx, ctx,
size_type, size_type,
"__nac3_ndarray_deduce_ndims_after_slicing", "__nac3_ndarray_len",
|| { || {
get_sliceindex_type(ctx.ctx).fn_type( get_sliceindex_type(ctx.ctx).fn_type(
&[ &[