rust/compiler/rustc_const_eval/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
..
const_eval Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung 2023-02-15 21:30:57 +01:00
interpret Unify validity checks into a single query 2023-02-23 18:42:36 +00:00
transform Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors 2023-02-17 12:39:07 +01:00
util Unify validity checks into a single query 2023-02-23 18:42:36 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Unify validity checks into a single query 2023-02-23 18:42:36 +00:00