Enable a link

This commit is contained in:
Takayuki Nakata 2020-08-04 22:20:38 +09:00 committed by Joshua Nelson
parent 574f709928
commit f24f0b15e0
1 changed files with 2 additions and 1 deletions

View File

@ -507,9 +507,10 @@ session. The overhead of doing so is a few percent of total compilation time.
Data structures used as query results could be factored in a way that removes Data structures used as query results could be factored in a way that removes
edges from the dependency graph. Especially "span" information is very volatile, edges from the dependency graph. Especially "span" information is very volatile,
so including it in query result will increase the chance that that result won't so including it in query result will increase the chance that that result won't
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
information. information.
[query-model]: ./query-evaluation-model-in-detail.html [query-model]: ./query-evaluation-model-in-detail.html
[https://github.com/rust-lang/rust/issues/47389]: https://github.com/rust-lang/rust/issues/47389