-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
No unsafe slicing #19901
Comments
Is this still the case? It seems like a pretty big oversight if we claim to have C-like performance. Nominating P-high, not 1.0. |
This appears to still be the case. |
P-low, not 1.0; tagging as wishlist. |
This is easy to workaround, so it doesn't seem especially high priority, but it would be nice to have. |
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized. This issue has been moved to the RFCs repo: rust-lang/rfcs#708 |
There's currently no version of
slice
,slice_from
,slice_to
,slice_mut
,slice_from_mut
,slice_to_mut
,split_at
that doesn't bounds check.The text was updated successfully, but these errors were encountered: