See: circom/tests/arrays/array_size_mismatch_return.circom
The function produces array<5 x felt> but the caller expects array<10 x felt>. Similar cases in circom/tests/arrays/array_size_mismatch_store_*.circom have been handled but this case when it happens via a function return is not.
See:
circom/tests/arrays/array_size_mismatch_return.circomThe function produces
array<5 x felt>but the caller expectsarray<10 x felt>. Similar cases incircom/tests/arrays/array_size_mismatch_store_*.circomhave been handled but this case when it happens via a function return is not.