]> git.lizzy.rs Git - rust.git/commit
Introduce QuantifiedWhereClause and DynTy analogous to Chalk
authorFlorian Diebold <flodiebold@gmail.com>
Sun, 21 Mar 2021 12:22:22 +0000 (13:22 +0100)
committerFlorian Diebold <flodiebold@gmail.com>
Sun, 21 Mar 2021 17:01:14 +0000 (18:01 +0100)
commit590c41635952e19c3caae525a827499dbd360049
treeeca7c162975ef901b723d255512e61c047e838b8
parent35868c4f7dc479dd5f731a2785ec6a203046ea9c
Introduce QuantifiedWhereClause and DynTy analogous to Chalk

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.
crates/hir/src/display.rs
crates/hir/src/lib.rs
crates/hir_ty/src/display.rs
crates/hir_ty/src/infer/unify.rs
crates/hir_ty/src/lib.rs
crates/hir_ty/src/lower.rs
crates/hir_ty/src/traits/chalk.rs
crates/hir_ty/src/traits/chalk/mapping.rs