-
Notifications
You must be signed in to change notification settings - Fork 14k
Make (unstable API) UniqueRc invariant for soundness
#135379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
b1b00a1 to
df57d65
Compare
|
lol, triagebot auto-rolled someone from compiler bc of the ui test r? libs cc @eholk @Mark-Simulacrum (for the original pr) |
|
@bors r+ Seems right. |
|
Yeah, this is definitely right. Conceptually this is like having a mutex that you can pre-reserve a read guard. |
|
Do we have a corresponding test for |
|
We don’t have |
|
Ah. :) I didn't realize this is an |
|
I should have added a “…yet”. |
Add test case from #133572 (comment) (comment in review of
UniqueArc), and fix the issue forUniqueRc.