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.
3 lines
62 B
Rust
3 lines
62 B
Rust
mod collect_writes;
|
|
|
|
pub use collect_writes::FindAssignments;
|