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
if the borrowed value lives in mutable memory, we need to increase (temporarily) the ref count of boxes (or else prohibit this mutable memory from being changed and/or prohibit the borrowing).
evec/estr borrowing does not type check nor trans. Not sure why the former doesn't work but the latter is just unimplemented.
The text was updated successfully, but these errors were encountered:
Basic borrowing is in place, but more is needed:
The text was updated successfully, but these errors were encountered: