-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Stabilize pointer::align_offset #60303
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
The job 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 |
📌 Commit cf9d667 has been approved by |
Stabilize pointer::align_offset Closes #44488
Just like with (In practice, it will always return |
@CryZe Can you do that docs change in a follow-up PR? |
They already state that: https://github.com/rust-lang/rust/pull/60303/files#diff-9839f9730ca3a90d5c0ebb0a7edd67cfR1524 |
That doesn't say that this may happen "spuriously".
to make sure that this gets across. |
☀️ Test successful - checks-travis, status-appveyor |
Out of curiosity, why wasn't this included in 1.35.0? Wasn't that released nearly a full month after this? |
Rust's release trains take 6 weeks. So any PR will generally enter the release that happens between 6 and 12 weeks after it landed. |
Closes #44488