rust/src/librustc_incremental/calculate_svh
Niko Matsakis 6bd80d1116 compute and cache HIR hashes at beginning
This avoids the compile-time overhead of computing them twice.  It also fixes
an issue where the hash computed after typeck is differen than the hash before,
because typeck mutates the def-map in place.

Fixes #35549.
Fixes #35593.
2016-08-20 07:26:14 -04:00
..
mod.rs compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00
svh_visitor.rs compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00