mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
2109fe4e4e
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.