forked from M-Labs/nac3
WIP: core: call_nac3_len fix func name
This commit is contained in:
parent
e75db2c26f
commit
ab7ff2ae9d
|
@ -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(
|
||||||
&[
|
&[
|
||||||
|
|
Loading…
Reference in New Issue