about summary refs log tree commit diff
path: root/src/libsyntax_ext
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_ext
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_ext')
-rw-r--r--src/libsyntax_ext/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs
index e83fd55cd71..66d6c0570ac 100644
--- a/src/libsyntax_ext/lib.rs
+++ b/src/libsyntax_ext/lib.rs
@@ -19,7 +19,6 @@
        html_root_url = "https://doc.rust-lang.org/nightly/")]
 #![cfg_attr(not(stage0), deny(warnings))]
 
-#![cfg_attr(stage0, feature(dotdot_in_tuple_patterns))]
 #![feature(proc_macro_lib)]
 #![feature(proc_macro_internals)]
 #![feature(rustc_private)]