-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rename AtomicInt and AtomicUint #20896
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
(rust_highfive has picked a reviewer for you, use r? to override) |
cc @aturon These may be able to be stabilized now? |
92dc713
to
2067a84
Compare
Thanks! I'm fine marking these as Could you also retain the old |
2067a84
to
a6446bb
Compare
@alexcrichton updated |
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize Closes rust-lang#20893 [breaking-change]
a6446bb
to
8b6cda3
Compare
Thanks @sfackler, already picking off items from my post-alpha TODO :) I'm fine with this. ( |
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize Closes #20893 [breaking-change]
Just saw this from This-Week-In-Rust. This won't be a big deal in practice, but this change creates the mis-implication that pointer-width (which is the basis of |
Change any use of AtomicInt to AtomicIsize and AtomicUint to AtomicUsize
Closes #20893
[breaking-change]