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
..
benches
src Add actual spans to the crate hash. 2021-09-10 20:18:31 +02:00
Cargo.toml Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
README.md

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