824dbb53fb
Do not suggest 'Trait<Assoc=arg>' when in trait impl Fixes #116464 We now skip the suggestion if we're in an impl of the trait.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.