Rollup merge of #142328 - sorairolake:feature/uint-bit-width, r=tgross35

feat: Add `bit_width` for unsigned integer types

- Accepted ACP: rust-lang/libs-team#598
- Tracking issue: rust-lang/rust#142326

This PR adds methods to the primitive unsigned integer types that return the minimum number of bits required to represent an unsigned integer.
This commit is contained in:
Matthias Krüger 2025-06-11 13:48:13 +02:00 committed by GitHub
commit e3a84c8848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available