-
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
std: Fix up stabilization discrepancies #34399
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit b41c496 has been approved by |
@bors r- |
b41c496
to
3398312
Compare
@bors: r=brson |
📌 Commit 3398312 has been approved by |
|
@@ -20,7 +20,8 @@ | |||
|
|||
use os::raw::c_long; | |||
|
|||
#[unstable(feature = "pthread_t", issue = "29791")] pub type pthread_t = c_long; | |||
#[stable(feature = "pthread_t", since = "1.8.0")] |
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.
shouldn't this be 1.9.0?
⌛ Testing commit 3398312 with merge e86bf88... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
* Remove the deprecated `CharRange` type which was forgotten to be removed awhile back. * Stabilize the `os::$platform::raw::pthread_t` type which was intended to be stabilized as part of rust-lang#32804
3398312
to
c3e8c17
Compare
@bors: r=brson |
📌 Commit c3e8c17 has been approved by |
⌛ Testing commit c3e8c17 with merge 63907e4... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Thu, Jun 23, 2016 at 3:54 PM, bors notifications@github.com wrote:
|
std: Fix up stabilization discrepancies * Remove the deprecated `CharRange` type which was forgotten to be removed awhile back. * Stabilize the `os::$platform::raw::pthread_t` type which was intended to be stabilized as part of #32804
CharRange
type which was forgotten to be removedawhile back.
os::$platform::raw::pthread_t
type which was intended to bestabilized as part of std: Stabilize APIs for the 1.9 release #32804