Skip to content

Commit

Permalink
Unrolled build for rust-lang#124437
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rust-timer authored Apr 27, 2024
2 parents 825e831 + 4faaa53 commit 2070f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_typeck/src/expr.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2070f1e

Please sign in to comment.