1
Fork 0

Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm

Revert reverting of stabilizing integer::BITS.

Now that `lexical-core` has an updated version that won't break with this stabilization, let's try to stabilize this again.

See https://github.com/rust-lang/rust/issues/81654#issuecomment-778564715

Tracking issue with FCP: https://github.com/rust-lang/rust/issues/76904
This commit is contained in:
bors 2021-03-25 10:29:58 +00:00
commit bba40880c0
9 changed files with 2 additions and 11 deletions

View file

@ -71,7 +71,6 @@
#![cfg_attr(not(bootstrap), feature(ptr_metadata))]
#![feature(once_cell)]
#![feature(unsized_tuple_coercion)]
#![feature(int_bits_const)]
#![feature(nonzero_leading_trailing_zeros)]
#![feature(const_option)]
#![feature(integer_atomics)]