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
seems to result in a call to foo::heap::exchange_free(1, 0, 1) in the drop glue (and no allocates), which results in a crash. Just doing Box<[isize]> works, as do non-empty input arrays.