1
Fork 0

add real folder to Region

This commit is contained in:
ouz-a 2023-09-28 12:32:15 +03:00
parent da2f897e59
commit bb17fe8bf5
2 changed files with 40 additions and 3 deletions

View file

@ -1532,7 +1532,7 @@ impl<'tcx> Stable<'tcx> for ty::RegionKind<'tcx> {
})
}
ty::ReErased => RegionKind::ReErased,
_=> unimplemented!()
_ => unimplemented!(),
}
}
}