about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-11-30 19:17:24 +0000
committerbors <bors@rust-lang.org>2016-11-30 19:17:24 +0000
commitecff71a45c9d1aff9ba5dbc212cb1353578525ee (patch)
tree5842d7bf824bdec746a47e20af0f701e38b5e1fd /src/libstd
parent5a0248068c693c64f74623e9a6f7504b900df8a6 (diff)
parent2186660b5169cb7784b89a7fc0a25eb7889d1e6b (diff)
downloadrust-ecff71a45c9d1aff9ba5dbc212cb1353578525ee.tar.gz
rust-ecff71a45c9d1aff9ba5dbc212cb1353578525ee.zip
Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb
Update the bootstrap compiler

Now that we've got a beta build, let's use it!
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 0 insertions, 2 deletions
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)]