Closed
Description
In several places, we use #[stable_hasher(project(name))]
to skip hashing the Span
of an Ident
. For example:
rust/compiler/rustc_hir/src/hir.rs
Lines 205 to 209 in 404c847
It's not obvious why this is correct. Assuming that this isn't causing any issues with incr comp invalidation, then we should add comments explaining why this is the right thing to do.