mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
6e0c404f76
Polymorphization cleanup Split out of #106233 Use a newtype instead of a bitset directly. This makes the code way easier to read and easier to adapt for future changes.