rust/crates/hir_ty
Florian Diebold 1250ddc5cf Rework obligation handling
We can't do the easy hack that we did before anymore, where we kept
track of whether any inference variables changed since the last time we
rechecked obligations. Instead, we store the obligations in
canonicalized form; that way we can easily check the inference variables
to see whether they have changed since the goal was canonicalized.
2021-05-21 17:48:34 +02:00
..
src Rework obligation handling 2021-05-21 17:48:34 +02:00
Cargo.toml Bump chalk 2021-04-21 19:20:01 +03:00