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

Need to keep up with std::ascii reform #45

Closed
akosthekiss opened this issue Dec 28, 2014 · 0 comments · Fixed by #46
Closed

Need to keep up with std::ascii reform #45

akosthekiss opened this issue Dec 28, 2014 · 0 comments · Fixed by #46

Comments

@akosthekiss
Copy link
Contributor

When building cargo with (very) recent rustc, the following error is reported:

/home/akiss/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.1.3/src/ffi/easy.rs:153:37: 153:55 error: type `collections::string::String` does not implement any method in scope named `into_ascii_lower`
/home/akiss/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-0.1.3/src/ffi/easy.rs:153         let name = name.to_string().into_ascii_lower();

If I'm right, this is since rust-lang/rust@070ab63 , and the cause of the error is also present in current HEAD of curl-rust.
(PS: I know that cargo officially does not necessarily build with latest rustc, but both cargo and curl will eventually run into this issue.)

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 a pull request may close this issue.

1 participant