mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
025d2a147f
Previously, there were two queries to check whether a type allows the 0x01 or zeroed bitpattern. I am planning on adding a further initness to check, truly uninit for MaybeUninit, which would make this three queries. This seems overkill for such a small feature, so this PR unifies them into one. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |