about summary refs log tree commit diff
path: root/src/libsyntax
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/libsyntax
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/libsyntax')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 7a9347ded12..3e8dfda4a9a 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -32,10 +32,8 @@
 #![feature(staged_api)]
 #![feature(str_escape)]
 #![feature(unicode)]
-#![cfg_attr(stage0, feature(question_mark))]
 #![feature(rustc_diagnostic_macros)]
 #![feature(specialization)]
-#![cfg_attr(stage0, feature(dotdot_in_tuple_patterns))]
 
 extern crate core;
 extern crate serialize;