Support `#[repr(transparent)]` enums
Opened this issue · 0 comments
joshlf commented
A #[repr(transparent)]
enum is a single-variant enum whose variant has a single non-zero-sized field. Once #1752 lands, it should be relatively easy to add support for these.