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
Due to a long unfixed issue in Rust (rust-lang/rust#53827), initializing
large arrays and boxing them causes a stack overflow.
To avoid this, the new_boxed fn allocates itself manually.
0 commit comments