Files
rust/compiler/rustc_middle
Camille GILLOT 6f782c4e11 Add actual spans to the crate hash.
Now that we encode spans relative to the items, the item's own span is
never actually hashed as part of the HIR.
In consequence, we explicitly include it in the crate hash to avoid
missing cross-crate invalidations.
2021-09-10 20:18:31 +02:00
..
2021-09-10 20:18:31 +02:00

For more information about how rustc works, see the rustc dev guide.