diff options
| author | Josh Stone <jistone@redhat.com> | 2025-02-26 20:47:53 -0800 | 
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-03-10 17:08:30 -0700 | 
| commit | 3b0c2585c8daec44877a38fd83edaf1888afe7f9 (patch) | |
| tree | dcdac774c95f0089ed156981520a71ff2275e19d /compiler/rustc_error_codes/src | |
| parent | 9fb94b32df38073bf63d009df77ed10cb1c989d0 (diff) | |
| download | rust-3b0c2585c8daec44877a38fd83edaf1888afe7f9.tar.gz rust-3b0c2585c8daec44877a38fd83edaf1888afe7f9.zip | |
Convert `ShardedHashMap` to use `hashbrown::HashTable`
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.
Diffstat (limited to 'compiler/rustc_error_codes/src')
0 files changed, 0 insertions, 0 deletions
