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
Since #2648 it is possible to have a data race reported which points at code and says it does a Read or a Write, when there is actually no memory access in said code. The fact that a reborrow can even be relevant for data races is on itself surprising, and if a user is not already familiar with the fact that the aliasing model and data race models interact, these diagnostics can look like a bug.
Since #2648 it is possible to have a data race reported which points at code and says it does a Read or a Write, when there is actually no memory access in said code. The fact that a reborrow can even be relevant for data races is on itself surprising, and if a user is not already familiar with the fact that the aliasing model and data race models interact, these diagnostics can look like a bug.
See #2920 for an example of a surprised user.
The text was updated successfully, but these errors were encountered: