Commit a6c4771
committed
Rollup merge of rust-lang#56214 - scalexm:unification, r=nikomatsakis
Implement chalk unification routines
`ResolventOps` and `AggregateOps` are mostly straightforwardly translated from chalk. I had caught a few bugs already in my `chalk` branch and backported fixes to this branch, but there may be other ones left. EDIT: I hope there are none left now :)
Fixes rust-lang#54935.File tree
7 files changed
+985
-151
lines changed- src
- librustc_mir/borrow_check/nll/type_check
- librustc_traits/chalk_context
- librustc
- infer/nll_relate
- ty
7 files changed
+985
-151
lines changed
0 commit comments