mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
9b538e8e62
Prefer non-`[type error]` candidates during selection Fixes #102130 Fixes #106351 r? types note: Alternatively we could filter out error where-clauses during param-env construction? But we still need to filter out impls with errors during `match_impl`, I think.