Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actually test with slice instead of array
Without the as_slice call, the value passed to from_ptr was &[i32; 5] which is *not* a slice.
- Loading branch information