We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736edbe commit 06e947dCopy full SHA for 06e947d
CHANGELOG.md
@@ -25,6 +25,7 @@ Please make sure to add your changes to the appropriate categories:
25
- Added enum-level `#[enumcapsulate(exclude)]`/`#[enumcapsulate(exclude(…))]` helper attribute.
26
- Added optional selection list to variant-level `#[enumcapsulate(exclude(…))]` helper attribute.
27
- Added optional selection list to variant-level `#[enumcapsulate(include(…))]` helper attribute.
28
+- Added derive support for generic enums (by force-excluding variants that use generic const/type parameters).
29
30
### Changed
31
0 commit comments