Tracking Issue for slice_swap_unchecked
#88539
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(slice_swap_unchecked)]
This is a tracking issue for
slice::swap_unchecked
, an unsafe version ofslice::swap
that does not do bounds checking.Public API
Steps / History
slice::swap_unchecked
#88540slice::swap
: Revert implementation ofslice::swap
#94342.Unresolved Questions
The text was updated successfully, but these errors were encountered: