1
Fork 0

Make #[custom_encodable] an attribute for newtype_index

Makes the syntax a little more rusty.
This commit is contained in:
Nilstrieb 2022-12-18 21:02:14 +01:00
parent b4d739ef12
commit 88d5f7f4ce
6 changed files with 19 additions and 18 deletions

View file

@ -198,8 +198,8 @@ impl<'tcx> InherentOverlapChecker<'tcx> {
// entire graph when there are many connected regions.
rustc_index::newtype_index! {
#[custom_encodable]
pub struct RegionId {
ENCODABLE = custom
}
}
struct ConnectedRegion {