diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-02-04 21:10:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 21:10:42 +0100 |
| commit | 113e27fcfcf20d3c241ca40c0f8c214aa578014d (patch) | |
| tree | 2d4d33d5cf9013bc0cc195781839d983b2af742e /library/alloc/src | |
| parent | 83e0fe3dbbeb675599ddc5ffef4e3c41f816726b (diff) | |
| parent | 89882388d931d2e4d0d30c73fc1aa9c56f4df110 (diff) | |
| download | rust-113e27fcfcf20d3c241ca40c0f8c214aa578014d.tar.gz rust-113e27fcfcf20d3c241ca40c0f8c214aa578014d.zip | |
Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum
Revert stabilizing integer::BITS. We agreed in the libs meeting just now to revert stablization, since the [breakage](https://github.com/rust-lang/rust/issues/81654) is significant throughout the ecosystem, through `lexical-core`. cc https://github.com/rust-lang/rust/issues/76904 Fixes https://github.com/rust-lang/rust/issues/81654
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 0a1ecced49a..a49979fb7aa 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -102,6 +102,7 @@ #![feature(fn_traits)] #![feature(fundamental)] #![feature(inplace_iteration)] +#![feature(int_bits_const)] #![feature(lang_items)] #![feature(layout_for_ptr)] #![feature(maybe_uninit_ref)] |
