mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

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.