rust/compiler/rustc_hir_analysis
Matthias Krüger 6c7575721f
Rollup merge of #113036 - TaKO8Ki:fix-112094, r=compiler-errors
Accept `ReStatic` for RPITIT

Fixes #112094

Regression in 8216b7f229

If there is a better suggestion, I will go with that.
2023-06-25 22:34:32 +02:00
..

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