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/libstd | |
| 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/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 12dbbe3c469..8132b139260 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -249,7 +249,6 @@ #![feature(const_fn)] #![feature(core_float)] #![feature(core_intrinsics)] -#![cfg_attr(stage0, feature(dotdot_in_tuple_patterns))] #![feature(dropck_parametricity)] #![feature(float_extras)] #![feature(float_from_str_radix)] @@ -276,7 +275,6 @@ #![feature(panic_unwind)] #![feature(placement_in_syntax)] #![feature(prelude_import)] -#![cfg_attr(stage0, feature(question_mark))] #![feature(rand)] #![feature(raw)] #![feature(repr_simd)] |
