You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing arrays with len > 32 is not allowed in rust rust 1.46.
Added a workaround for testing these arrays by splitting them in
groups of maximum 32 elems.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments