diff options
| author | Trevor Spiteri <tspiteri@ieee.org> | 2022-08-29 20:14:06 +0200 |
|---|---|---|
| committer | Trevor Spiteri <tspiteri@ieee.org> | 2022-08-29 20:14:06 +0200 |
| commit | 4d95035083d4b3ce36a465ff4be916bf9bd8ee67 (patch) | |
| tree | cf423b047c4a588f07d19dbe5155c07d67cc3871 | |
| parent | b96fa1a25ced4cfa72923e6d45f47f36c2c00ce0 (diff) | |
| download | rust-4d95035083d4b3ce36a465ff4be916bf9bd8ee67.tar.gz rust-4d95035083d4b3ce36a465ff4be916bf9bd8ee67.zip | |
add tracking issue number to const_slice_split_at_not_mut
| -rw-r--r-- | library/core/src/slice/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/slice/mod.rs b/library/core/src/slice/mod.rs index 38f05f471cd..d5706c388f0 100644 --- a/library/core/src/slice/mod.rs +++ b/library/core/src/slice/mod.rs @@ -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] |
