From cf94bdc0742c13e2a0cac864c478b8626b266e1b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:11:38 +0200 Subject: Merging upstream version 1.66.0+dfsg1. Signed-off-by: Daniel Baumann --- compiler/rustc_hir_analysis/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compiler/rustc_hir_analysis/README.md (limited to '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 index 000000000..b61dbd8c9 --- /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/ -- cgit v1.2.3