1
Fork 0

Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. Also corrected erroneous mention of TypeIdHasher in implementation of HashStable trait.

This commit is contained in:
iancormac84 2018-05-08 07:52:01 -04:00
parent 90463a6bdc
commit a8c2332cc8
2 changed files with 11 additions and 7 deletions

View file

@ -132,7 +132,7 @@ for ty::RegionKind {
ty::ReLateBound(..) |
ty::ReVar(..) |
ty::ReSkolemized(..) => {
bug!("TypeIdHasher: unexpected region {:?}", *self)
bug!("StableHasher: unexpected region {:?}", *self)
}
}
}