diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-02-03 22:23:58 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2021-02-03 22:23:58 +0100 |
| commit | 89882388d931d2e4d0d30c73fc1aa9c56f4df110 (patch) | |
| tree | 7130a49f80a1592624821f8f66c6b2db562ff79b /compiler/rustc_data_structures/src | |
| parent | b81f5811f96fe750ab28c15219d1b0dba6b1dc90 (diff) | |
| download | rust-89882388d931d2e4d0d30c73fc1aa9c56f4df110.tar.gz rust-89882388d931d2e4d0d30c73fc1aa9c56f4df110.zip | |
Revert stabilizing integer::BITS.
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 36d261fb737..5880bbd3de4 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -13,6 +13,7 @@ #![feature(unboxed_closures)] #![feature(generator_trait)] #![feature(fn_traits)] +#![feature(int_bits_const)] #![feature(min_specialization)] #![feature(auto_traits)] #![feature(nll)] |
