1
Fork 0

Make the UnifyValue for RegionVid ()

This commit is contained in:
Jack Huey 2021-05-14 18:17:13 -04:00
parent 36a4d14c7e
commit e8c284ff28
4 changed files with 9 additions and 6 deletions

View file

@ -38,7 +38,7 @@ impl UnifyValue for RegionVidKey {
}
impl UnifyKey for ty::RegionVid {
type Value = RegionVidKey;
type Value = ();
fn index(&self) -> u32 {
u32::from(*self)
}