From 2186660b5169cb7784b89a7fc0a25eb7889d1e6b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 16 Nov 2016 09:19:02 -0800 Subject: Update the bootstrap compiler Now that we've got a beta build, let's use it! --- src/libstd/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 12dbbe3c469..8132b139260 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -249,7 +249,6 @@ #![feature(const_fn)] #![feature(core_float)] #![feature(core_intrinsics)] -#![cfg_attr(stage0, feature(dotdot_in_tuple_patterns))] #![feature(dropck_parametricity)] #![feature(float_extras)] #![feature(float_from_str_radix)] @@ -276,7 +275,6 @@ #![feature(panic_unwind)] #![feature(placement_in_syntax)] #![feature(prelude_import)] -#![cfg_attr(stage0, feature(question_mark))] #![feature(rand)] #![feature(raw)] #![feature(repr_simd)] -- cgit 1.4.1-3-g733a5