diff options
| author | Ashley Mannix <kodraus@hey.com> | 2021-01-31 21:50:47 +1000 | 
|---|---|---|
| committer | Ashley Mannix <kodraus@hey.com> | 2021-01-31 21:50:47 +1000 | 
| commit | 8940a2652e100554acb3e3bc86ee4f37a3e958ee (patch) | |
| tree | 5538e7494743b75b29b4555eba8379e02e8d8c8f /compiler/rustc_serialize/src/lib.rs | |
| parent | 9b3242982202707be2485b1e4cf5f3b34466a38d (diff) | |
| download | rust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.tar.gz rust-8940a2652e100554acb3e3bc86ee4f37a3e958ee.zip | |
stabilize int_bits_const
Diffstat (limited to 'compiler/rustc_serialize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_serialize/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler/rustc_serialize/src/lib.rs b/compiler/rustc_serialize/src/lib.rs index 53c3adcc20c..ea04e7bb44b 100644 --- a/compiler/rustc_serialize/src/lib.rs +++ b/compiler/rustc_serialize/src/lib.rs @@ -17,7 +17,6 @@ Core encoding and decoding interfaces. #![feature(min_specialization)] #![feature(vec_spare_capacity)] #![feature(core_intrinsics)] -#![feature(int_bits_const)] #![feature(maybe_uninit_slice)] #![feature(new_uninit)] #![cfg_attr(test, feature(test))] | 
