Skip to content

Commit 03a1bd8

Browse files
authored
Rollup merge of rust-lang#124437 - linyihai:doc-link-typeck, r=compiler-errors
doc: Make the `mod.rs` in the comment point to the correct location The origin `mod.rs` had moved to `rustc_hir_analysis::check`, but the annotation doesn't point to it. See [the origin PR](https://github.com/rust-lang/rust/pull/61857/files#diff-b65997b61ccd8d8e08238c925d631207671aca506e93ce7c5cfa0bec134c0a8e).
2 parents 625f5d4 + 4faaa53 commit 03a1bd8

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_typeck/src

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/expr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Type checking expressions.
22
//!
3-
//! See `mod.rs` for more context on type checking in general.
3+
//! See [`rustc_hir_analysis::check`] for more context on type checking in general.
44
55
use crate::cast;
66
use crate::coercion::CoerceMany;

0 commit comments

Comments
 (0)