ICH: Don't hash span expansion kind twice.
This commit is contained in:
parent
5dd36bd486
commit
6785256557
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue