rust/compiler/rustc_typeck
Matthias Krüger 8257ba29ef
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-errors
Point to type parameter definition when not finding variant, method and associated item

fixes #77391
2022-06-25 15:14:10 +02:00
..

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