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.
The text was updated successfully, but these errors were encountered:
In favour of indexing (#15652). The plan as discussed in #15652 is to deprecate
get
andget_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 reinstateget
/get_mut
as returningOption<T>
, but that stage is to be confirmed later when we have a wider discussion about ergonomics.The text was updated successfully, but these errors were encountered: