diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-04-04 07:16:25 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-05 07:13:45 -0700 |
| commit | 8958815916201421b0a6648c68d7eb31bd3197ee (patch) | |
| tree | f9363ac15783a2e4817cb9979c57162b559c5bda /src/liballoc/benches | |
| parent | 01d0be99257f5942ddc1168db1a7b5a472cf2c31 (diff) | |
| download | rust-8958815916201421b0a6648c68d7eb31bd3197ee.tar.gz rust-8958815916201421b0a6648c68d7eb31bd3197ee.zip | |
Bump the bootstrap compiler to 1.26.0 beta
Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features!
Diffstat (limited to 'src/liballoc/benches')
| -rw-r--r-- | src/liballoc/benches/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs index a43aadfe9a2..4d92fc67b2a 100644 --- a/src/liballoc/benches/lib.rs +++ b/src/liballoc/benches/lib.rs @@ -10,7 +10,6 @@ #![deny(warnings)] -#![cfg_attr(stage0, feature(i128_type))] #![feature(rand)] #![feature(repr_simd)] #![feature(slice_sort_by_cached_key)] |
