Destabilize fixed-width const defined atomic integers#58616
Destabilize fixed-width const defined atomic integers#58616bors merged 1 commit intorust-lang:masterfrom
Conversation
* With this PR 1.34.0 onwards const declarations of atomic integers will be unstable.
|
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors p=50 |
dtolnay
left a comment
There was a problem hiding this comment.
Thanks, looks good to me. I confirmed that the three existing stable consts as of rustc 1.33.0-beta, ATOMIC_BOOL_INIT, ATOMIC_ISIZE_INIT, ATOMIC_USIZE_INIT continue to be stable (but deprecated) with this PR, while the unstable as of rustc 1.33.0-beta consts are being reverted to unstable.
|
@bors r+ |
|
📌 Commit 99d67ca has been approved by |
|
⌛ Testing commit 99d67ca with merge 822c2262217f7f34e049930d557af72fc735d731... |
|
@bors retry |
|
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
Awesome, thanks @vertexclique! Great that this is getting in in time so we don't add debt. |
|
Aye! Better together folks! |
|
⌛ Testing commit 99d67ca with merge 4de13991d613e2cb81717bc66591916c93553622... |
|
@bors retry |
|
@bors treeclosed- |
|
☀️ Test successful - checks-travis, status-appveyor |
|
☀️ Test successful - checks-travis, status-appveyor |
With this PR version 1.34.0 onwards const declarations of atomic integers will be unstable.