]> git.lizzy.rs Git - rust.git/commit
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)
commit6e0c404f769ae93254dacc37338e05e07e659148
treeab857d637a7dc885f18323e982939c9c4c8f4785
parentc962b07ed37259b4b8b333b1a613be26773c8efc
parenta4b859e35f2e055e6866d58e72477e4cf256afa0
Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors

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.