Files
rust/compiler/rustc_hir_analysis
Matthias Krüger 38e6bba9c1 Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors
Properly implement variances_of for RPITIT GAT

This fixes some of the issues found by crater run in https://github.com/rust-lang/rust/pull/112988#issuecomment-1610019572

r? ``@compiler-errors``
2023-06-30 08:01:14 +02:00
..

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