ICH: Don't hash span expansion kind twice.

This commit is contained in:
Michael Woerister 2016-08-29 15:29:50 -04:00
parent 5dd36bd486
commit 6785256557

View file

@ -163,8 +163,6 @@ impl<'a, 'hash, 'tcx> StrictVersionHashVisitor<'a, 'hash, 'tcx> {
_ => SawSpanExpnKind::SomeExpansion,
};
expansion_kind.hash(self.st);
SawSpan(&file1.name[..], line1, col1,
&file2.name[..], line2, col2,
expansion_kind).hash(self.st);