1
Fork 0
rust/compiler/rustc_const_eval/src/util
Nilstrieb 2109fe4e4e Move some utils out of rustc_const_eval
This allows us to get rid of the `rustc_const_eval->rustc_borrowck`
dependency edge which was delaying the compilation of borrowck.

The added utils in `rustc_middle` are small and should not affect
compile times there.
2023-04-16 12:05:54 +02:00
..
alignment.rs fix is_disaligned logic for nested packed structs 2022-08-03 09:59:08 -04:00
check_validity_requirement.rs Allow checking whether a type allows being uninitialized 2023-03-02 18:33:48 +00:00
compare_types.rs Assert defining anchor is set in take_opaque_types 2023-01-09 18:14:28 +00:00
mod.rs Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
type_name.rs Introduce GeneratorWitnessMIR. 2023-01-27 18:58:44 +00:00