Auto merge of #150388 - reddevilmidzy:hir-analysis, r=Kivooeo

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

cc: https://github.com/rust-lang/rustc-dev-guide/pull/2662
This commit is contained in:
bors
2025-12-26 13:52:26 +00:00
+2 -2
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/