rust/compiler/rustc_query_system/src
Noah Lev 4553a4baf2 Remove redundant Span in QueryJobInfo
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.
2021-09-01 11:10:58 -07:00
..
dep_graph Create QuerySideEffects and use it for diagnostics 2021-07-25 20:27:58 -05:00
query Remove redundant Span in QueryJobInfo 2021-09-01 11:10:58 -07:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs Prevent double panic when handling incremental fingerprint mismatch 2021-08-12 15:11:39 -05:00