add real folder to Region
This commit is contained in:
parent
da2f897e59
commit
bb17fe8bf5
2 changed files with 40 additions and 3 deletions
|
@ -1532,7 +1532,7 @@ impl<'tcx> Stable<'tcx> for ty::RegionKind<'tcx> {
|
|||
})
|
||||
}
|
||||
ty::ReErased => RegionKind::ReErased,
|
||||
_=> unimplemented!()
|
||||
_ => unimplemented!(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue