We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584f183 commit 4faaa53Copy full SHA for 4faaa53
compiler/rustc_hir_typeck/src/expr.rs
@@ -1,6 +1,6 @@
1
//! Type checking expressions.
2
//!
3
-//! See `mod.rs` for more context on type checking in general.
+//! See [`rustc_hir_analysis::check`] for more context on type checking in general.
4
5
use crate::cast;
6
use crate::coercion::CoerceMany;
0 commit comments