We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872ffae commit 238cbd1Copy full SHA for 238cbd1
core/src/slice/mod.rs
@@ -399,7 +399,7 @@ impl<T> [T] {
399
///
400
/// [`Index::index`]: ops::Index::index
401
#[track_caller]
402
- #[unstable(feature = "slice_check_range", issue = "none")]
+ #[unstable(feature = "slice_check_range", issue = "76393")]
403
pub fn check_range<R: RangeBounds<usize>>(&self, range: R) -> Range<usize> {
404
let start = match range.start_bound() {
405
Bound::Included(&start) => start,
0 commit comments