]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/src/lib.rs
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_infer / src / lib.rs
index b91c098ab03db2828718a7294dc0de51d773c5df..e040634edb088da85d65e9dd86aab0dda27b22b3 100644 (file)
@@ -2,7 +2,7 @@
 //!
 //! - **Type inference.** The type inference code can be found in the `infer` module;
 //!   this code handles low-level equality and subtyping operations. The
-//!   type check pass in the compiler is found in the `rustc_typeck` crate.
+//!   type check pass in the compiler is found in the `rustc_hir_analysis` crate.
 //!
 //! For more information about how rustc works, see the [rustc dev guide].
 //!