Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc
Stabilize `nonzero_bits` Closes #94881, implemented by #93292. This change stabilizes the associated `BITS` constant for `NonZero{U,I}{8,16,32,64,128,size}` integers, e.g.: ```rs impl NonZeroUsize { pub const BITS: u32 = usize::BITS; } ```
bors 2022-12-04
parent 64a24af · parent d6c0b7b · commit 53464a5
0 files changed, 0 insertions, 0 deletions