Skip to content

Commit 5975693

Browse files
authored
Merge pull request #2468 from rust-lang/query-cleaning
Query cleaning
2 parents 1976670 + 288ea6e commit 5975693

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/query.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ will in turn demand information about that crate, starting from the
3737
actual parsing.
3838

3939
Although this vision is not fully realized, large sections of the
40-
compiler (for example, generating [MIR](./mir/index.md)) currently work exactly like this.
40+
compiler (for example, generating [MIR]) currently work exactly like this.
4141

42-
[^incr-comp-detail]: The ["Incremental Compilation in Detail](queries/incremental-compilation-in-detail.md) chapter gives a more
42+
[^incr-comp-detail]: The [Incremental compilation in detail] chapter gives a more
4343
in-depth description of what queries are and how they work.
4444
If you intend to write a query of your own, this is a good read.
4545

46+
[Incremental compilation in detail]: queries/incremental-compilation-in-detail.md
47+
[MIR]: mir/index.md
48+
4649
## Invoking queries
4750

4851
Invoking a query is simple. The [`TyCtxt`] ("type context") struct offers a method

0 commit comments

Comments
 (0)