remove unimplemented

This commit is contained in:
ouz-a 2023-09-28 19:52:41 +03:00
parent eb779038de
commit 34f10e2ab9

View File

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