1
Fork 0
rust/compiler/rustc_const_eval/src
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
..
const_eval Fix typos in compiler 2023-04-10 22:02:52 +02:00
interpret Implement Copy for LocationDetail 2023-04-13 18:04:30 +00:00
transform Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Stabilize is_some_and 2023-04-06 23:14:23 +02:00