diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-26 09:57:42 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-26 09:57:42 +0100 |
| commit | d976dbe853bf8ae104b1569d9143629535b6e507 (patch) | |
| tree | bcb3591565eb3652ebb77b23c3c80862e68cf432 | |
| parent | 0b46f0e649054a8ef1b222429adc3115706e6fa9 (diff) | |
| download | rust-d976dbe853bf8ae104b1569d9143629535b6e507.tar.gz rust-d976dbe853bf8ae104b1569d9143629535b6e507.zip | |
bump bootstrap; adjust stage0 uses in libsyntax_pos
| -rw-r--r-- | src/libsyntax_pos/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index f4771a52034..48d087ee43c 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -17,7 +17,6 @@ #![feature(rustc_attrs)] #![feature(specialization)] #![feature(step_trait)] -#![cfg_attr(not(stage0), feature(stdsimd))] use serialize::{Encodable, Decodable, Encoder, Decoder}; |
