rust/crates/hir_ty
Florian Diebold 0e8c4503bf Don't recheck obligations if we have learned nothing new
This is just the most trivial check: If no inference variables have been
updated, and there are no new obligations, we can just skip trying to
solve them again. We could be smarter about it, but this already helps
quite a bit, and I don't want to touch this too much before we replace
the inference table by Chalk's.

Fixes #8263 (well, improves it quite a bit).
2021-04-01 21:45:44 +02:00
..
src Don't recheck obligations if we have learned nothing new 2021-04-01 21:45:44 +02:00
Cargo.toml Use arrayvec 0.6 2021-03-25 21:03:20 +02:00