rust/compiler/rustc_hir_analysis
Matthias Krüger e826a9acb4
Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors
Make nested RPIT inherit the parent opaque's generics.

Fixes https://github.com/rust-lang/rust/issues/105197

r? ```@compiler-errors```
2022-12-08 12:57:29 +01:00
..

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