mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

When encountering an associated item with a type param that could be constrained, do not look at the parent item if the type param comes from the associated item. Fix #117209.