diff options
| author | bors <bors@rust-lang.org> | 2016-11-30 19:17:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-11-30 19:17:24 +0000 |
| commit | ecff71a45c9d1aff9ba5dbc212cb1353578525ee (patch) | |
| tree | 5842d7bf824bdec746a47e20af0f701e38b5e1fd /src/libsyntax_ext | |
| parent | 5a0248068c693c64f74623e9a6f7504b900df8a6 (diff) | |
| parent | 2186660b5169cb7784b89a7fc0a25eb7889d1e6b (diff) | |
| download | rust-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.rs | 1 |
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)] |
