Module rustc_query_system::ich
source · Expand description
ICH - Incremental Compilation Hash
Modules
- hcx 🔒
- This module contains
HashStableimplementations for various HIR data types in no particular order. - This module contains
HashStableimplementations for various data types fromrustc_astin no particular order.
Structs
- This is the context state available during incr. comp. hashing. It contains enough information to transform
DefIds andHirIds into stableDefPaths (i.e., a reference to theTyCtxt) and it holds a few caches for speeding up various things (e.g., eachDefId/DefPathis only hashed once).