]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_hir_analysis/README.md
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_hir_analysis / README.md
diff --git a/compiler/rustc_hir_analysis/README.md b/compiler/rustc_hir_analysis/README.md
new file mode 100644 (file)
index 0000000..b61dbd8
--- /dev/null
@@ -0,0 +1,5 @@
+For high-level intro to how type checking works in rustc, see the
+[type checking] chapter of the [rustc dev guide].
+
+[type checking]: https://rustc-dev-guide.rust-lang.org/type-checking.html
+[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/