From aed7ddae8ea7f549dc2d493fda49dfa49de429b7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 7 Mar 2016 16:34:35 -0800 Subject: core: Make a new tracking issue for prelude traits The referenced issues here were both closed, so hook up a new issue which tracks specifically the prelude traits being unstable. --- src/libcore/slice.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcore/slice.rs') diff --git a/src/libcore/slice.rs b/src/libcore/slice.rs index 233e556b27e..77fc0e7159f 100644 --- a/src/libcore/slice.rs +++ b/src/libcore/slice.rs @@ -61,7 +61,7 @@ use raw::Slice as RawSlice; /// Extension methods for slices. #[unstable(feature = "core_slice_ext", reason = "stable interface provided by `impl [T]` in later crates", - issue = "27701")] + issue = "32110")] #[allow(missing_docs)] // documented elsewhere pub trait SliceExt { type Item; @@ -182,7 +182,7 @@ macro_rules! slice_ref { #[unstable(feature = "core_slice_ext", reason = "stable interface provided by `impl [T]` in later crates", - issue = "27701")] + issue = "32110")] impl SliceExt for [T] { type Item = T; -- cgit 1.4.1-3-g733a5