diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-11-16 09:19:02 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-11-30 10:38:08 -0800 |
| commit | 2186660b5169cb7784b89a7fc0a25eb7889d1e6b (patch) | |
| tree | 57da88baf1858763e63eff44c92a4322b2b56195 /src/libsyntax/lib.rs | |
| parent | 8e373b47872872a2ce61c5b02f4dd96d90d046ee (diff) | |
| download | rust-2186660b5169cb7784b89a7fc0a25eb7889d1e6b.tar.gz rust-2186660b5169cb7784b89a7fc0a25eb7889d1e6b.zip | |
Update the bootstrap compiler
Now that we've got a beta build, let's use it!
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
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; |
