rust/compiler/rustc_trait_selection/src/traits/specialize
Romain Perier ea7af1803f Use less rustc_type_ir in the compiler codebase
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.
2025-04-30 16:42:33 +02:00
..
mod.rs Use less rustc_type_ir in the compiler codebase 2025-04-30 16:42:33 +02:00
specialization_graph.rs Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors 2025-03-09 10:34:47 +01:00