diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-12 17:23:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-15 18:09:16 -0700 |
| commit | b7dcf272d90657bfea13e54939ee04fed7c7f5f0 (patch) | |
| tree | cdea478a10b63039317b56c9ce427f6fb67db182 /src/libcore/array.rs | |
| parent | 6634777ae0a89a535d7b43cd95c227724818a260 (diff) | |
| download | rust-b7dcf272d90657bfea13e54939ee04fed7c7f5f0.tar.gz rust-b7dcf272d90657bfea13e54939ee04fed7c7f5f0.zip | |
core: Fill out issues for unstable features
Diffstat (limited to 'src/libcore/array.rs')
| -rw-r--r-- | src/libcore/array.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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}; |
