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. |
||
|---|---|---|
| .. | ||
| debug.rs | ||
| dep_node.rs | ||
| edges.rs | ||
| graph.rs | ||
| mod.rs | ||
| query.rs | ||
| README.md | ||
| serialized.rs | ||
To learn more about how dependency tracking works in rustc, see the [rustc guide].