We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eec55 commit 33b12beCopy full SHA for 33b12be
src/libcollections/range.rs
@@ -8,8 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-#![unstable(feature = "collections_range", reason = "was just added",
12
- issue = "27711")]
+#![unstable(feature = "collections_range",
+ reason = "waiting for dust to settle on inclusive ranges",
13
+ issue = "30877")]
14
15
//! Range syntax.
16
0 commit comments