core: Fill out issues for unstable features

This commit is contained in:
Alex Crichton
2015-08-12 17:23:48 -07:00
parent 6634777ae0
commit b7dcf272d9
29 changed files with 174 additions and 101 deletions

View File

@@ -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};