Skip to content
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

libc: Don't use unstable apis #23811

Merged
merged 1 commit into from
Mar 29, 2015
Merged

Conversation

alexcrichton
Copy link
Member

Right now the std::isize::BYTES typedef is #[unstable], but liblibc is using
this, preventing it from compiling on stable Rust.

Right now the `std::isize::BYTES` typedef is `#[unstable]`, but liblibc is using
this, preventing it from compiling on stable Rust.
@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@Manishearth
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Mar 29, 2015

📌 Commit bd66f57 has been approved by Manishearth

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 29, 2015
…arth

Right now the `std::isize::BYTES` typedef is `#[unstable]`, but liblibc is using
this, preventing it from compiling on stable Rust.
bors added a commit that referenced this pull request Mar 29, 2015
@bors bors merged commit bd66f57 into rust-lang:master Mar 29, 2015
@alexcrichton alexcrichton deleted the libc-stable branch April 2, 2015 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants