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
327: Remove the term "value holder" r=kirtchev-adacore a=jonas-schievink
Part of #178 (not yet sure what to do about "owner")
Since only local variables participate in initialization tracking, and ownership, but the term *value holder* includes consts and statics, the term is incorrect here.
This is still inaccurate, since borrows and initialization is tracked on a per-field basis in some cases, but already an improvement.
Co-authored-by: Jonas Schievink <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: