diff options
| author | Sunjay Varma <varma.sunjay@gmail.com> | 2018-12-25 14:23:48 -0700 |
|---|---|---|
| committer | Sunjay Varma <varma.sunjay@gmail.com> | 2018-12-26 12:12:06 -0700 |
| commit | 1e8261861385a5cabc7df2ecab7132ae5226fae0 (patch) | |
| tree | 9581681d90d75ca14f4fa3aefdc745fbd4f5830d /src/liballoc | |
| parent | 79d8a0fcefa5134db2a94739b1d18daa01fc6e9f (diff) | |
| download | rust-1e8261861385a5cabc7df2ecab7132ae5226fae0.tar.gz rust-1e8261861385a5cabc7df2ecab7132ae5226fae0.zip | |
Stabilize duration_as_u128
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/benches/vec_deque_append.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/benches/vec_deque_append.rs b/src/liballoc/benches/vec_deque_append.rs index 327998b6f44..2db8fbe1309 100644 --- a/src/liballoc/benches/vec_deque_append.rs +++ b/src/liballoc/benches/vec_deque_append.rs @@ -1,4 +1,4 @@ -#![feature(duration_as_u128)] +#![cfg_attr(stage0, feature(duration_as_u128))] use std::{collections::VecDeque, time::Instant}; const VECDEQUE_LEN: i32 = 100000; |
