rust/compiler/rustc_hir_analysis
Matthias Krüger 824dbb53fb
Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compiler-errors
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.
2023-10-25 23:37:09 +02:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.