X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=compiler%2Frustc_hir_analysis%2FREADME.md;fp=compiler%2Frustc_hir_analysis%2FREADME.md;h=b61dbd8c9648e9d7b7023ddea262865b0c13b38b;hb=2b03887add1ca379893ea11d649eab442706f514;hp=0000000000000000000000000000000000000000;hpb=f2b60f7d56372b42cd474522dab4a649f2c6f1a5;p=rustc.git diff --git a/compiler/rustc_hir_analysis/README.md b/compiler/rustc_hir_analysis/README.md new file mode 100644 index 0000000000..b61dbd8c96 --- /dev/null +++ b/compiler/rustc_hir_analysis/README.md @@ -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/