Update links in compiler/rustc_hir_analysis/README.md for type checking

This commit is contained in:
Redddy 2025-12-26 16:34:49 +09:00 committed by GitHub
parent fabece9e94
commit d81ff8588c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
For high-level intro to how type checking works in rustc, see the
[type checking] chapter of the [rustc dev guide].
[hir typeck] chapter of the [rustc dev guide].
[type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
[hir typeck]: https://rustc-dev-guide.rust-lang.org/hir-typeck/summary.html
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/