Skip to content

Commit

Permalink
Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Oct 21, 2024
2 parents 886ae58 + 19b9f3d commit 7deb935
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7deb935

Please sign in to comment.