diff options
| author | Lin Yihai <linyihai@huawei.com> | 2024-04-27 21:22:04 +0800 |
|---|---|---|
| committer | Lin Yihai <linyihai@huawei.com> | 2024-04-27 21:22:04 +0800 |
| commit | 4faaa5339217267bfb4a0a26303f7197e56dcc72 (patch) | |
| tree | c913674087e7cdd675ed6c8295c0a9a6d1c5b132 | |
| parent | 584f183dc0e0ce8d981811ebbf67886c0cfef9e0 (diff) | |
| download | rust-4faaa5339217267bfb4a0a26303f7197e56dcc72.tar.gz rust-4faaa5339217267bfb4a0a26303f7197e56dcc72.zip | |
doc: Replace mod.rs with the appropriate link
| -rw-r--r-- | compiler/rustc_hir_typeck/src/expr.rs | 2 |
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; |
