Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa
Remove manual implementations of HashStable for hir::Expr and hir::Ty. We do not need to force hashing HIR bodies inside those nodes. The contents of bodies are not accessible from the `hir_owner` query which used `hash_without_bodies`. When the content of a body is required, the access is still done using `hir_owner_nodes`, which continues hashing HIR bodies.
bors 2022-08-16
parent 2a479c7 · parent 3c9fc5f · commit 77b5049
0 files changed, 0 insertions, 0 deletions