rust/compiler/rustc_abi/src
Nilstrieb 025d2a147f Unify validity checks into a single query
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.
2023-02-23 18:42:36 +00:00
..
layout.rs Remove some superfluous type parameters from layout.rs. 2023-01-21 10:22:31 -08:00
lib.rs Unify validity checks into a single query 2023-02-23 18:42:36 +00:00