rust/compiler/rustc_trait_selection/src
nils 16938915a4
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
Check `impl`'s `where` clauses in `consider_impl_candidate` in experimental solver

Check impl's nested predicates as part of the recursive evaluate in `consider_impl_candidate`.

<sub>Unless, for some reason, these are intentionally **not** checked here -- in which case, I really don't understand where they're being checked...<sub>

r? ```@lcnr```
2023-01-11 17:30:53 +01:00
..
solve Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr 2023-01-11 17:30:53 +01:00
traits Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
autoderef.rs partially_normalize_... -> At::normalize 2022-11-28 17:35:39 +00:00
errors.rs Don't print full paths in overlap errors 2022-11-10 05:41:09 +00:00
infer.rs Simplify some canonical type alias names 2023-01-03 01:16:10 +00:00
lib.rs implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00