7a704f2cc7
fix: handle trait methods as inherent methods for trait-related types Fixes #10677 When resolving methods for trait object types and placeholder types that are bounded by traits, we need to count the methods of the trait and its super traits as inherent methods. This matters because these trait methods have higher priority than the other traits' methods. Relevant code in rustc: [`assemble_inherent_candidates_from_object()`]( |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |