blob: c47271dbdf2ba2d527881ad315e128a9f80d1e98 [file] [log] [blame] [view] [edit]
For high-level intro to how type checking works in rustc, see the
[hir typeck] chapter of the [rustc dev guide].
[hir typeck]: https://rustc-dev-guide.rust-lang.org/hir-typeck/summary.html
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/