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

Stabilize Deserialize for Box<CStr> #1267

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

Stabilize Deserialize for Box<CStr> #1267

dtolnay opened this issue May 19, 2018 · 0 comments

Comments

@dtolnay
Copy link
Member

dtolnay commented May 19, 2018

This impl is currently behind our "unstable" cfg because it requires CString::into_boxed_c_str from Rust 1.20.

We should be able to use version detection through the Serde build.rs script to automatically provide the impl on sufficiently new compilers.

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