rust/compiler
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
..
2021-08-30 20:17:45 -05:00
2021-08-30 20:17:45 -05:00
2021-08-30 22:18:55 -07:00
2021-08-30 20:17:45 -05:00
2021-08-30 20:18:39 -05:00
2021-08-27 16:21:25 -07:00
2021-08-30 20:18:42 -05:00
2021-08-28 00:16:34 -07:00
2021-08-30 20:17:45 -05:00