Files
rust/compiler/rustc_middle/src
bors 38bbc2ce03 Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillot
Avoid a `source_span` query when encoding Spans into query results

This avoids a `source_span` query when encoding `Span`s into query results. It's not sound to execute queries here as the query caches can be locked and the dep graph is no longer writable.

r? `@cjgillot`
2023-09-09 09:08:54 +00:00
..
2023-08-13 16:38:50 +00:00
2023-08-23 20:05:14 -04:00
2023-07-25 16:08:58 +00:00