Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Slab and RawAllocation to use raw slices (*mut [u8]) when possible #1

Open
fu5ha opened this issue Oct 16, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request tracking A tracking issue for a long term feature or group of changes

Comments

@fu5ha
Copy link
Member

fu5ha commented Oct 16, 2022

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.

@fu5ha fu5ha added the enhancement New feature or request label Oct 16, 2022
@fu5ha fu5ha self-assigned this Oct 16, 2022
@fu5ha fu5ha added the tracking A tracking issue for a long term feature or group of changes label Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracking A tracking issue for a long term feature or group of changes
Projects
None yet
Development

No branches or pull requests

1 participant