about summary refs log tree commit diff
path: root/src/libcollections/enum_set.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-08-12 22:19:51 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-08-15 18:09:17 -0700
commit377c11aa83c1d2f6cc07fe178eb18a31e1813304 (patch)
treecfbe368801c2229c7caab2ecbe7381be1e810b1c /src/libcollections/enum_set.rs
parent3263d41bac17fe55093117b285e5addcbc5f41d5 (diff)
downloadrust-377c11aa83c1d2f6cc07fe178eb18a31e1813304.tar.gz
rust-377c11aa83c1d2f6cc07fe178eb18a31e1813304.zip
collections: Add issues for unstable features
Diffstat (limited to 'src/libcollections/enum_set.rs')
-rw-r--r--src/libcollections/enum_set.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcollections/enum_set.rs b/src/libcollections/enum_set.rs
index 246c213a19b..7e7e8ba2356 100644
--- a/src/libcollections/enum_set.rs
+++ b/src/libcollections/enum_set.rs
@@ -15,7 +15,8 @@
 
 #![unstable(feature = "enumset",
             reason = "matches collection reform specification, \
-                      waiting for dust to settle")]
+                      waiting for dust to settle",
+            issue = "0")]
 
 use core::marker;
 use core::fmt;