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/lib.rs | |
| 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/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 84ca7c4fec9..7db6261a01c 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -86,7 +86,6 @@ #![feature(box_syntax)] #![feature(cfg_target_has_atomic)] #![feature(coerce_unsized)] -#![cfg_attr(stage0, feature(min_const_fn))] #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(dropck_eyepatch)] |
