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

NonZero no longer exists #1264

Closed
dtolnay opened this issue May 19, 2018 · 0 comments
Closed

NonZero no longer exists #1264

dtolnay opened this issue May 19, 2018 · 0 comments

Comments

@dtolnay
Copy link
Member

dtolnay commented May 19, 2018

$ cargo build --features unstable

error[E0432]: unresolved import `core::nonzero::Zeroable`
   --> serde/src/lib.rs:218:38
    |
218 |     pub use core::nonzero::{NonZero, Zeroable};
    |                                      ^^^^^^^^ no `Zeroable` in `nonzero`

error[E0603]: module `nonzero` is private
   --> serde/src/lib.rs:218:29
    |
218 |     pub use core::nonzero::{NonZero, Zeroable};
    |                             ^^^^^^^

error[E0603]: module `nonzero` is private
   --> serde/src/lib.rs:218:38
    |
218 |     pub use core::nonzero::{NonZero, Zeroable};
    |                                      ^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant