Skip to content

Commit

Permalink
Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillot
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Sep 9, 2023
2 parents d80e30d + 09481ed commit 5bd73a3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 5bd73a3

Please sign in to comment.