Skip to content

Commit

Permalink
add tracking issue number to const_slice_split_at_not_mut
Browse files Browse the repository at this point in the history
  • Loading branch information
tspiteri committed Aug 29, 2022
1 parent b96fa1a commit 4d95035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/slice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ impl<T> [T] {
/// }
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "none")]
#[rustc_const_unstable(feature = "const_slice_split_at_not_mut", issue = "101158")]
#[inline]
#[track_caller]
#[must_use]
Expand Down

0 comments on commit 4d95035

Please sign in to comment.