rust/compiler/rustc_typeck
Vadim Petrochenkov d8d3b83e3a rustc: Parameterize ty::Visibility over used ID
It allows using `LocalDefId` instead of `DefId` when possible, and also encode cheaper `Visibility<DefIndex>` into metadata.
2022-09-07 13:35:41 +04:00
..

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