-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
So @spastorino and @Nashenas88 have been on this awesome kick of making all "index-like things" use newtype_index!
. In #45825, I made RegionVid
implement Idx
, but I didn't use newtype_index!
because -- well, because dang it that PR is long enough. It'd be nice to do.
(I think btw we should shoot for not using public fields when we do these conversions -- I'd like to be able to transparently start using Nonzero
to make Option<I>
, as described in #45842.)
Metadata
Metadata
Assignees
Labels
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.