diff options
| author | Edd Barrett <vext01@gmail.com> | 2019-09-02 11:56:43 +0100 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-09-05 16:58:26 -0500 |
| commit | 8b129253b820a7371b5029e6466b0b4e1da1e353 (patch) | |
| tree | 1666cf2728791fe8096358d49fab0dddd7708dc0 /src/doc/rustc-dev-guide | |
| parent | c4293b61e76cc67c71eaba085b828496fe08bb25 (diff) | |
| download | rust-8b129253b820a7371b5029e6466b0b4e1da1e353.tar.gz rust-8b129253b820a7371b5029e6466b0b4e1da1e353.zip | |
Fix a link in the query docs.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/query.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/query.md b/src/doc/rustc-dev-guide/src/query.md index 4ab1d079ec1..f5961f6ba76 100644 --- a/src/doc/rustc-dev-guide/src/query.md +++ b/src/doc/rustc-dev-guide/src/query.md @@ -35,9 +35,9 @@ will in turn demand information about that crate, starting from the However, that vision is not fully realized. Still, big chunks of the compiler (for example, generating MIR) work exactly like this. -### The Query Evaluation Model in Detail +### Incremental Compilation in Detail -The [Query Evaluation Model in Detail][query-model] chapter gives a more +The [Incremental Compilation in Detail][query-model] chapter gives a more in-depth description of what queries are and how they work. If you intend to write a query of your own, this is a good read. @@ -277,4 +277,4 @@ rustc_queries! { `rustc_queries` macro will generate an appropriate `impl` automatically. -[query-model]: queries/query-evaluation-model-in-detail.html +[query-model]: queries/incremental-compilation-in-detail.md |
