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_ext | |
| 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_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)] |
