rust/compiler/rustc_typeck
Yuki Okushi c3faa2250c
Rollup merge of #101425 - compiler-errors:point-at-ty-param, r=spastorino
Point at type parameter in plain path expr

Slightly better error message for a kinda unique use case.
2022-09-06 08:36:08 +09:00
..

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