Support trait impls on enums
authorMatt Corallo <git@bluematt.me>
Mon, 23 Oct 2023 23:45:03 +0000 (23:45 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 24 Oct 2023 17:23:22 +0000 (17:23 +0000)
Previously we'd only generate correct code for trait impls on
structs, but there's no reason for that restriction. Here we also
implement it on enums.


No differences found