mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
814df6e50e
Dont consider predicates that may hold as impossible in `is_impossible_associated_item` Use infer vars to account for ambiguities when considering if methods are impossible to instantiate for a given self type. Also while we're at it, let's use the new trait solver instead of `evaluate` since this is used in rustdoc. r? lcnr Fixes #131839