File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ will in turn demand information about that crate, starting from the
35
35
However, that vision is not fully realized. Still, big chunks of the
36
36
compiler (for example, generating MIR) work exactly like this.
37
37
38
- ### The Query Evaluation Model in Detail
38
+ ### Incremental Compilation in Detail
39
39
40
- The [ Query Evaluation Model in Detail] [ query-model ] chapter gives a more
40
+ The [ Incremental Compilation in Detail] [ query-model ] chapter gives a more
41
41
in-depth description of what queries are and how they work.
42
42
If you intend to write a query of your own, this is a good read.
43
43
@@ -277,4 +277,4 @@ rustc_queries! {
277
277
278
278
` rustc_queries ` macro will generate an appropriate ` impl ` automatically.
279
279
280
- [ query-model ] : queries/query-evaluation-model- in-detail.html
280
+ [ query-model ] : queries/incremental-compilation- in-detail.md
You can’t perform that action at this time.
0 commit comments