File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,15 @@ will in turn demand information about that crate, starting from the
3737 actual parsing.
3838
3939Although 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
4343in-depth description of what queries are and how they work.
4444If 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
4851Invoking a query is simple. The [ ` TyCtxt ` ] ("type context") struct offers a method
You can’t perform that action at this time.
0 commit comments