rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 256 forks source link

repr(transparent) works on single variant enums too #375

Closed JanBeh closed 1 year ago

JanBeh commented 1 year ago

The section "repr(transparent)" currently doesn't mention that #[repr(transparent)] also works with single variant enums, see: