]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_typeck/README.md
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / compiler / rustc_typeck / README.md
1 For high-level intro to how type checking works in rustc, see the
2 [type checking] chapter of the [rustc dev guide].
3
4 [type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
5 [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/