Make the UnifyValue for RegionVid ()
This commit is contained in:
parent
36a4d14c7e
commit
e8c284ff28
4 changed files with 9 additions and 6 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue