Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
This reverts commit6499c5e7fc
, reversing changes made to78450d2d60
.
This commit is contained in:
parent
0e4524e5b4
commit
264cd05b16
372 changed files with 3647 additions and 2503 deletions
|
@ -181,7 +181,6 @@ impl<K: DepKind> EncoderState<K> {
|
|||
}
|
||||
}
|
||||
|
||||
#[instrument(level = "debug", skip(self, record_graph))]
|
||||
fn encode_node(
|
||||
&mut self,
|
||||
node: &NodeInfo<K>,
|
||||
|
@ -208,7 +207,6 @@ impl<K: DepKind> EncoderState<K> {
|
|||
stat.edge_counter += edge_count as u64;
|
||||
}
|
||||
|
||||
debug!(?index, ?node);
|
||||
let encoder = &mut self.encoder;
|
||||
if self.result.is_ok() {
|
||||
self.result = node.encode(encoder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue