mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-08 05:06:52 +00:00

This commit does the following: - Replaces use of rustc_type_ir by rustc_middle - Removes the rustc_type_ir dependency - The DelayedSet type is exposed by rustc_middle so everything can be accessed through rustc_middle in a coherent manner.