-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add a remark about the implicit implementation of Send and make a test for it #28314
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
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -92,6 +92,7 @@ impl Default for AtomicBool { | |||
} | |||
} | |||
|
|||
// Send is implicitely implemented for AtomicBool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/implicitely/implicitly/
(and below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed.
0812209
to
51354e9
Compare
@bors r+ rollup |
📌 Commit 51354e9 has been approved by |
⌛ Testing commit 51354e9 with merge c437c15... |
💔 Test failed - auto-mac-64-opt |
51354e9
to
9407cd5
Compare
This was a legit failure, I fixed it. |
This test already exists: src/test/run-pass/sync-send-atomics.rs |
9407cd5
to
1b3745f
Compare
@wthrowe Ok, removed the test. |
No description provided.