From 7eb7c56bd43b2ae12ef8b92e7258d520099a5347 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 28 Jan 2016 11:20:48 -0500 Subject: add indexing with RangeInclusive in libcore and libcollections --- src/libstd/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index dd84cba370c..6ecf5c32bdb 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -233,6 +233,7 @@ #![feature(fnbox)] #![feature(heap_api)] #![feature(hashmap_hasher)] +#![feature(inclusive_range)] #![feature(int_error_internals)] #![feature(into_cow)] #![feature(lang_items)] -- cgit 1.4.1-3-g733a5