rust/compiler/rustc_hir_analysis
Matthias Krüger 0b96b25bdf
Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit, r=eholk
Account for late-bound vars from parent arg-position impl trait

We should be reporting an error like we do for late-bound args coming from a parent APIT.

Fixes #113016
2023-06-30 08:01:13 +02:00
..

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