Stabilize inclusive_range_syntax language feature.

Stabilize the syntax `a..=b` and `..=b`.
This commit is contained in:
kennytm
2018-01-28 03:19:29 +08:00
parent b5913f2e76
commit 92d1f8d8e4
19 changed files with 19 additions and 138 deletions

View File

@@ -14,7 +14,7 @@
#![feature(alloc_system)]
#![feature(attr_literals)]
#![feature(box_syntax)]
#![feature(inclusive_range_syntax)]
#![cfg_attr(stage0, feature(inclusive_range_syntax))]
#![feature(collection_placement)]
#![feature(const_fn)]
#![feature(drain_filter)]