We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f1ab3 commit ec373aeCopy full SHA for ec373ae
src/queries/incremental-compilation-in-detail.md
@@ -507,9 +507,10 @@ session. The overhead of doing so is a few percent of total compilation time.
507
Data structures used as query results could be factored in a way that removes
508
edges from the dependency graph. Especially "span" information is very volatile,
509
so including it in query result will increase the chance that that result won't
510
-be reusable. See https://github.com/rust-lang/rust/issues/47389 for more
+be reusable. See [https://github.com/rust-lang/rust/issues/47389] for more
511
information.
512
513
514
515
[query-model]: ./query-evaluation-model-in-detail.html
516
+[https://github.com/rust-lang/rust/issues/47389]: https://github.com/rust-lang/rust/issues/47389
0 commit comments