mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
e769deca99
This allows them to be used in #[repr(C)] structs without warnings. Since rust-lang/rfcs#1649 and rust-lang/rust#35603 they are already documented to have "the same in-memory representation as" their corresponding primitive types. This just makes that explicit.