rust/compiler/rustc_infer
Nicholas Nethercote 000f8c4e82 Move unify_key module.
From `rustc_middle::infer` to `rustc_infer::infer`. Because everything
in it is only used within `rustc_infer`, and no longer needs to be
`pub`. Plus it's always good to make the huge `rustc_middle` crate
smaller.
2025-02-02 17:38:19 +11:00
..
src Move unify_key module. 2025-02-02 17:38:19 +11:00
Cargo.toml Remove unused intercrate dependencies 2024-11-07 14:17:16 +00:00
messages.ftl Move all error reporting into rustc_trait_selection 2024-07-21 22:34:35 -04:00