]> git.lizzy.rs Git - rust.git/blob - src/librustc_typeck/README.md
Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisdreavus
[rust.git] / src / librustc_typeck / README.md
1 For high-level intro to how type checking works in rustc, see the
2 [type checking] chapter of the [rustc guide].
3
4 [type checking]: https://rust-lang.github.io/rustc-guide/type-checking.html
5 [rustc guide]: https://rust-lang.github.io/rustc-guide/