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
The access_projection function does not exactly implement the semantics of LLBC when dereferencing a shared borrow.
At this line we should dive inside the shared value only if the remaining path is not empty.
Note that the impact of this semantical change is very minor, so it's not a high priority.
The text was updated successfully, but these errors were encountered:
The
access_projection
function does not exactly implement the semantics of LLBC when dereferencing a shared borrow.At this line we should dive inside the shared value only if the remaining path is not empty.
Note that the impact of this semantical change is very minor, so it's not a high priority.
The text was updated successfully, but these errors were encountered: