Files
rust/compiler
Nicholas Nethercote a6318f677d Move HashStableContext trait to rustc_data_structures.
This puts it in the same crate as the `HashStable` and `ToStableHasher`
traits. This requires introducing three types `RawSpan`, `RawDefId` and
`RawDefPathHash` to work around the fact that `rustc_data_structures`
is upstream of `rustc_span` and so doesn't have access to `Span`,
`DefId`, and `DefPathHash`. This is a bit ugly but is worth it because
moving `HashStableContext` enables big cleanups across many crates in
subsequent commits.
2026-04-30 08:20:37 +10:00
..
2026-04-20 00:18:28 +08:00
2026-04-29 07:41:14 +02:00
2026-04-20 00:18:28 +08:00
2026-04-29 07:41:14 +02:00
2026-04-08 21:09:07 +02:00
2026-04-20 00:18:28 +08:00