mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 22:46:41 +00:00
Don't consider candidates with no failing where clauses when refining obligation causes in new solver Improves error messages when we have param-env candidates that don't deeply unify (i.e. after alias-bounds). r? lcnr