1
Fork 0
rust/compiler/rustc_trait_selection/src
nils 35cf81d707
Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=oli-obk
Handle inference variables in `CollectAllMismatches` correctly

1. Fix #106240
2. Treat int/float type variables correctly (see `src/test/ui/iterators/invalid-iterator-chain-with-int-infer.rs`), so we can point out things like "`Iterator::Item` changed to `{integer}` here"
2023-01-12 15:44:51 +01: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 #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=oli-obk 2023-01-12 15:44:51 +01: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