mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
482a67d20f
Fixes #80336 Due to macro expansion, we may end up with spans with an invalid location and non-root `SyntaxContext`. This commits preserves the `SyntaxContext` of such spans in the incremental cache, and ensures that we always hash the `SyntaxContext` when computing the `Fingerprint` of a `Span` Previously, we would discard the `SyntaxContext` during serialization to the incremental cache, causing the span's `Fingerprint` to change across compilation sessions. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |