Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot
Use UnhashMap for a few more maps
This avoids a few cases of hashing data that's already hashed.
cc https://github.com/rust-lang/rust/issues/56308