Enable a link
This commit is contained in:
parent
574f709928
commit
f24f0b15e0
|
|
@ -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
|
||||
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
|
||||
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.
|
||||
|
||||
|
||||
|
||||
[query-model]: ./query-evaluation-model-in-detail.html
|
||||
[https://github.com/rust-lang/rust/issues/47389]: https://github.com/rust-lang/rust/issues/47389
|
||||
|
|
|
|||
Loading…
Reference in New Issue