Remove newtype enums from the compiler #4966
Labels
A-type-system
Area: Type system
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
git grep "enum .* = .*;"
to find them. Convert these to newtype structs and then remove them from the compiler completely.The text was updated successfully, but these errors were encountered: