let hashing_timer = dcx.profiler().incr_result_hashing(); let current_fingerprint = hash_result.map(|f| dcx.with_stable_hashing_context(|mut hcx| f(&mut hcx, &result))); // Intern the new `DepNode`. let (dep_node_index, prev_and_color) = self.current.intern_node(&self.previous...
let hashing_timer = dcx.profiler().incr_result_hashing(); let current_fingerprint = hash_result.map(|f| dcx.with_stable_hashing_context(|mut hcx| f(&mut hcx, &result))); // Intern the new `DepNode`. let (dep_node_index, prev_and_color) = self.current.intern_node(&self.previous...