-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
impl From<bool> for AtomicBool #46293
Conversation
r? @TimNN (rust_highfive has picked a reviewer for you, use r? to override) |
Marked as beta nominated. cc @rust-lang/libs -- what do you think about backporting this to beta? |
I don't really see any reason to backport this. |
Agreed that feature-wise this seems fine but I probably wouldn't do the backport |
Right, I've changed it to |
LGTM. @bors r+ |
📌 Commit 71d766b has been approved by |
@bors rollup |
⌛ Testing commit 71d766b with merge 736976d701b620831b0617661bdc0ef0e953b21a... |
@bors treeclosed=1 Something's wrong with the macOS CI, investigating. |
💔 Test failed - status-travis |
@bors retry — travis-ci/travis-ci#8821 |
impl From<bool> for AtomicBool This seems like an obvious omission from rust-lang#45610. ~~I've used the same feature name and version in the hope that this can be backported to beta so it's stabilized with the other impls. If it can't be I'll change it to `1.24.0`.~~
This seems like an obvious omission from #45610.
I've used the same feature name and version in the hope that this can be backported to beta so it's stabilized with the other impls. If it can't be I'll change it to1.24.0
.