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 9642e48 + 4d95035 commit 60e8550Copy full SHA for 60e8550
1 file changed
library/core/src/slice/mod.rs
@@ -1541,7 +1541,7 @@ impl<T> [T] {
1541
/// }
1542
/// ```
1543
#[stable(feature = "rust1", since = "1.0.0")]
1544
- #[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "none")]
+ #[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "101158")]
1545
#[inline]
1546
#[track_caller]
1547
#[must_use]
0 commit comments