From 595fda0de7fda252559b717e2e56b3b1eef1961e Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 27 Aug 2015 02:20:00 -0400 Subject: fix some more unstable issue annotations --- src/libstd/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 53a14c2b21b..317130f5f0e 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -168,7 +168,7 @@ macro_rules! try { /// /// For more information about select, see the `std::sync::mpsc::Select` structure. #[macro_export] -#[unstable(feature = "mpsc_select")] +#[unstable(feature = "mpsc_select", issue = "27800")] macro_rules! select { ( $($name:pat = $rx:ident.$meth:ident() => $code:expr),+ -- cgit 1.4.1-3-g733a5