We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cf488 commit cb51d0eCopy full SHA for cb51d0e
src/queries/incremental-compilation-in-detail.md
@@ -507,10 +507,9 @@ 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