1 2 3 4
//! Leave structs with unspecified layout by default like enums. //! //! [RFC: 0079-undefined-struct-layout](https://github.com/rust-lang/rfcs/blob/master/text/0079-undefined-struct-layout.md) struct RFCs(i32);