mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

The `hash_raw_entry` feature has finished fcp-close, so the compiler should stop using it to allow its removal. Several `Sharded` maps were using raw entries to avoid re-hashing between shard and map lookup, and we can do that with `hashbrown::HashTable` instead.
For more information about how rustc works, see the rustc dev guide.