Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa

see #27711 and #30877

r? @alexcrichton
This commit is contained in:
Manish Goregaokar 2016-01-14 19:12:29 +05:30
commit f28a43102b

View File

@ -8,8 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![unstable(feature = "collections_range", reason = "was just added",
issue = "27711")]
#![unstable(feature = "collections_range",
reason = "waiting for dust to settle on inclusive ranges",
issue = "30877")]
//! Range syntax.