Skip to content

Commit 6b2dfdb

Browse files
ICH: Don't hash span expansion kind twice.
1 parent 79980c3 commit 6b2dfdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_incremental/calculate_svh/svh_visitor.rs

-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ impl<'a, 'hash, 'tcx> StrictVersionHashVisitor<'a, 'hash, 'tcx> {
163163
_ => SawSpanExpnKind::SomeExpansion,
164164
};
165165

166-
expansion_kind.hash(self.st);
167-
168166
SawSpan(&file1.name[..], line1, col1,
169167
&file2.name[..], line2, col2,
170168
expansion_kind).hash(self.st);

0 commit comments

Comments
 (0)