You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In favour of indexing (#15652). The plan as discussed in #15652 is to deprecate get and get_mut now, change all uses in the compiler to indexing, then remove at some point in the future. At some other point >= the future we reinstate get/get_mut as returning Option<T>, but that stage is to be confirmed later when we have a wider discussion about ergonomics.