Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #157252 - heinwol:symbol-Interner-double-hashing, r=petrochenkov
Rewrite `rustc_span::symbol::Interner` to avoid double hashing
Involves resorting to raw `HashTable` and writing an ad-hoc `IndexMap`-like structure, as we cannot get access to raw hashes otherwise.
My local cachegrind profile shows ~ -20_000_000 Ir
r? @petrochenkov