rust/compiler/rustc_trait_selection/src
Michael Goulet 9928b14772
Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnr
Move autoderef to `rustc_hir_analysis`

Not sure if this is a change we actually want, but autoderef really is only (functionally) used by `rustc_hir_analysis` and `rustc_hir_typeck`, so it probably should live there.

Instead, implement a separate autoderef helper in `TypeErrCtxt` for the one use-case that  goes against the ordering of the crate graph..
2023-01-11 22:25:48 -08:00
..
solve Rollup merge of #106705 - compiler-errors:new-solver-err-properly, r=lcnr 2023-01-11 21:08:09 +01:00
traits Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnr 2023-01-11 22:25:48 -08:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
infer.rs Simplify some canonical type alias names 2023-01-03 01:16:10 +00:00
lib.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00