Skip to content

Commit

Permalink
Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Aug 16, 2022
2 parents c024cc9 + 07c8226 commit 071f172
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 071f172

Please sign in to comment.