We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These types were stabilized in rust-lang/rust#50808 and will be released in Rust 1.28.
We should use version detection through the Serde build.rs script to automatically provide the impl on sufficiently new compilers.
The text was updated successfully, but these errors were encountered:
Implement for std::num::NonZero* on Rust 1.28+
c29be4d
… regardless of the `unstable` feature. Fix serde-rs#1274.
defd885
No branches or pull requests
These types were stabilized in rust-lang/rust#50808 and will be released in Rust 1.28.
We should use version detection through the Serde build.rs script to automatically provide the impl on sufficiently new compilers.
The text was updated successfully, but these errors were encountered: