about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/graph/tests.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-12 17:59:07 +0100
committerGitHub <noreply@github.com>2025-03-12 17:59:07 +0100
commit4ffbc32f1719fd27bf886cb5127d9f79236ff1d7 (patch)
treeed170da8194ab677d6965b46ab6097f4f00d272c /compiler/rustc_data_structures/src/graph/tests.rs
parentd55e2e43338c2aa2612f6ee7c868cd49849add6c (diff)
parent3b0c2585c8daec44877a38fd83edaf1888afe7f9 (diff)
downloadrust-4ffbc32f1719fd27bf886cb5127d9f79236ff1d7.tar.gz
rust-4ffbc32f1719fd27bf886cb5127d9f79236ff1d7.zip
Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease
Convert `ShardedHashMap` to use `hashbrown::HashTable`

The `hash_raw_entry` feature (#56167) 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_data_structures/src/graph/tests.rs')
0 files changed, 0 insertions, 0 deletions