Skip to content

Commit 69a1403

Browse files
authored
Rollup merge of #152703 - nnethercote:rm-rustc_query_system, r=Zalathar
Remove `rustc_query_system` The end point of the PR sequence rust-lang/rust#152160, rust-lang/rust#152419, rust-lang/rust#152516. r? @Zalathar
2 parents 30addec + 507d3ed commit 69a1403

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)