From e5ec43e217703c19f58842ebd8c40d35345bd896 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 10 Feb 2015 22:52:44 +0100 Subject: Opt into new `box_patterns` feature gate in various crates. Namely: `collections` (used in `dlist.rs`), `syntax`, `rustc`, `rustc_typeck`, `rustc_trans`, and `rustdoc`. --- src/libcollections/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcollections/lib.rs') diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index a542ee5d47d..0dd48fcfab6 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -24,6 +24,7 @@ #![feature(alloc)] #![feature(box_syntax)] +#![feature(box_patterns)] #![feature(core)] #![feature(hash)] #![feature(staged_api)] -- cgit 1.4.1-3-g733a5