diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-10-31 11:53:17 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-10-31 11:53:50 -0700 |
| commit | d0060d72e5b0f6ff2537808ff090b7fb96c3d10a (patch) | |
| tree | f68b873b1bf64e6987c49c6ffa98e1d08a86f1e9 /src/liballoc/tests | |
| parent | de9666f123e800d5fc34210f23127aa6a5d6e4ef (diff) | |
| download | rust-d0060d72e5b0f6ff2537808ff090b7fb96c3d10a.tar.gz rust-d0060d72e5b0f6ff2537808ff090b7fb96c3d10a.zip | |
Bump nightly to 1.32.0
* Also update the bootstrap compiler * Update cargo to 1.32.0 * Clean out stage0 annotations
Diffstat (limited to 'src/liballoc/tests')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 6d1cfb10859..3294837cb91 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -11,7 +11,6 @@ #![feature(allocator_api)] #![feature(alloc_system)] #![feature(box_syntax)] -#![cfg_attr(stage0, feature(min_const_fn))] #![feature(drain_filter)] #![feature(exact_size_is_empty)] #![feature(pattern)] |
