Skip to content

Commit

Permalink
Rollup merge of #101159 - tspiteri:track-const-slice-split_at, r=Mark…
Browse files Browse the repository at this point in the history
…-Simulacrum

add tracking issue number to const_slice_split_at_not_mut

Add issue number #101158 to `const_slice_split_at_not_mut` feature.
  • Loading branch information
JohnTitor committed Aug 30, 2022
2 parents 9642e48 + 4d95035 commit 60e8550
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 60e8550

Please sign in to comment.