rust-analyzer/crates/hir_ty/src/infer
bors[bot] 6f1f91cdcf
Merge #8136 #8146
8136: Introduce QuantifiedWhereClause and DynTy analogous to Chalk r=flodiebold a=flodiebold

This introduces a bunch of new binders in lots of places, which we have to be careful about, but we had to add them at some point. There's a lot of skipping of the binders; once we're done with the Chalk move, we should review the remaining ones.

8146: Document patch policy r=matklad a=matklad

bors r+
🤖

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-03-22 12:08:25 +00:00
..
coerce.rs Turn Obligation into something similar to chalk_ir::DomainGoal 2021-03-20 12:47:12 +01:00
expr.rs Merge #8136 #8146 2021-03-22 12:08:25 +00:00
pat.rs Fix box pattern inference panic 2021-03-21 18:25:00 +01:00
path.rs Turn Obligation into something similar to chalk_ir::DomainGoal 2021-03-20 12:47:12 +01:00
unify.rs Introduce QuantifiedWhereClause and DynTy analogous to Chalk 2021-03-21 18:01:14 +01:00