From b7dcf272d90657bfea13e54939ee04fed7c7f5f0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 12 Aug 2015 17:23:48 -0700 Subject: core: Fill out issues for unstable features --- src/libcore/array.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libcore/array.rs') diff --git a/src/libcore/array.rs b/src/libcore/array.rs index d8b363b8cf7..85a2d2c23f8 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -16,7 +16,8 @@ #![unstable(feature = "fixed_size_array", reason = "traits and impls are better expressed through generic \ - integer constants")] + integer constants", + issue = "27778")] use clone::Clone; use cmp::{PartialEq, Eq, PartialOrd, Ord, Ordering}; -- cgit 1.4.1-3-g733a5