Skip to content

Commit 4d95035

Browse files
committed
add tracking issue number to const_slice_split_at_not_mut
1 parent b96fa1a commit 4d95035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ impl<T> [T] {
15411541
/// }
15421542
/// ```
15431543
#[stable(feature = "rust1", since = "1.0.0")]
1544-
#[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "none")]
1544+
#[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "101158")]
15451545
#[inline]
15461546
#[track_caller]
15471547
#[must_use]

0 commit comments

Comments
 (0)