]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors
authornils <48135649+Nilstrieb@users.noreply.github.com>
Wed, 11 Jan 2023 16:30:55 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 16:30:55 +0000 (17:30 +0100)
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.


Trivial merge