mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
4553a4baf2
Previously, `QueryJobInfo` was composed of two parts: a `QueryInfo` and a `QueryJob`. However, both `QueryInfo` and `QueryJob` have a `span` field, which seem to be the same. So, the `span` was recorded twice. Now, `QueryJobInfo` is composed of a `QueryStackFrame` (the other field of `QueryInfo`) and a `QueryJob`. So, now, the `span` is only recorded once. |
||
---|---|---|
.. | ||
dep_graph | ||
query | ||
cache.rs | ||
lib.rs |