rust/compiler/rustc_typeck
Vadim Petrochenkov cee5521a03 Calculate visibilities once in resolve
Then use them through a query based on resolver outputs
2020-10-19 11:57:50 +03:00
..

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