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 75f455c + 6cbfed8 commit 8c3495a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8c3495a

Please sign in to comment.