Change Slab
and RawAllocation
to use raw slices (*mut [u8]
) when possible
#1
Labels
enhancement
New feature or request
tracking
A tracking issue for a long term feature or group of changes
It would be great to be able to use these and would help with not violating miri's implementation of stacked borrows by allowing us to not narrow the borrow until needed. But, rust-lang/rust#71146 is needed before this is possible.
The text was updated successfully, but these errors were encountered: