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.
2 parents 4a05cb3 + 238cbd1 commit 7b8c96dCopy full SHA for 7b8c96d
core/src/slice/mod.rs
@@ -398,7 +398,7 @@ impl<T> [T] {
398
///
399
/// [`Index::index`]: ops::Index::index
400
#[track_caller]
401
- #[unstable(feature = "slice_check_range", issue = "none")]
+ #[unstable(feature = "slice_check_range", issue = "76393")]
402
pub fn check_range<R: RangeBounds<usize>>(&self, range: R) -> Range<usize> {
403
let start = match range.start_bound() {
404
Bound::Included(&start) => start,
0 commit comments