about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLin Yihai <linyihai@huawei.com>2024-04-27 21:22:04 +0800
committerLin Yihai <linyihai@huawei.com>2024-04-27 21:22:04 +0800
commit4faaa5339217267bfb4a0a26303f7197e56dcc72 (patch)
treec913674087e7cdd675ed6c8295c0a9a6d1c5b132
parent584f183dc0e0ce8d981811ebbf67886c0cfef9e0 (diff)
downloadrust-4faaa5339217267bfb4a0a26303f7197e56dcc72.tar.gz
rust-4faaa5339217267bfb4a0a26303f7197e56dcc72.zip
doc: Replace mod.rs with the appropriate link
-rw-r--r--compiler/rustc_hir_typeck/src/expr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_typeck/src/expr.rs b/compiler/rustc_hir_typeck/src/expr.rs
index 8923137fdd8..354324b5e97 100644
--- a/compiler/rustc_hir_typeck/src/expr.rs
+++ b/compiler/rustc_hir_typeck/src/expr.rs
@@ -1,6 +1,6 @@
 //! Type checking expressions.
 //!
-//! See `mod.rs` for more context on type checking in general.
+//! See [`rustc_hir_analysis::check`] for more context on type checking in general.
 
 use crate::cast;
 use crate::coercion::CoerceMany;