rust/compiler/rustc_trait_selection/src/error_reporting
Trevor Gross 059222ddc9
Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=lcnr
Invert infer `error_reporting` mod struture

Parallel change to #127493, which moves `rustc_infer::infer::error_reporting` to `rustc_infer::error_reporting::infer`. After this, we should just be able to merge this into `rustc_trait_selection::error_reporting::infer`, and pull down `TypeErrCtxt` into that crate. 👍

r? lcnr
2024-07-16 16:15:16 -05:00
..
traits Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=lcnr 2024-07-16 16:15:16 -05:00
mod.rs Move trait selection error reporting to its own top-level module 2024-07-08 16:04:47 -04:00