Skip to content

Commit e51b865

Browse files
authored
Merge pull request #4864 from rust-lang/rustup-2026-02-18
Automatic Rustup
2 parents f1f7d09 + 220918e commit e51b865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/queries/incremental-compilation-in-detail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ fn try_mark_green(tcx, current_node) -> bool {
178178

179179
> NOTE:
180180
> The actual implementation can be found in
181-
> [`compiler/rustc_query_system/src/dep_graph/graph.rs`][try_mark_green]
181+
> [`compiler/rustc_middle/src/dep_graph/graph.rs`][try_mark_green]
182182
183183
By using red-green marking we can avoid the devastating cumulative effect of
184184
having false positives during change detection. Whenever a query is executed
@@ -534,4 +534,4 @@ information.
534534

535535

536536
[query-model]: ./query-evaluation-model-in-detail.html
537-
[try_mark_green]: https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_query_system/dep_graph/graph.rs.html
537+
[try_mark_green]: https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_middle/dep_graph/graph.rs.html

0 commit comments

Comments
 (0)