Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

std::str stabilization breaking changes #4

Closed
seb-m opened this issue Dec 23, 2014 · 1 comment
Closed

std::str stabilization breaking changes #4

seb-m opened this issue Dec 23, 2014 · 1 comment

Comments

@seb-m
Copy link

seb-m commented Dec 23, 2014

It seems that #19741 is breaking this code, for instance std::str::ScalarValue doesn't exist anymore:

rustc-serialize-0.1.3/src/json.rs:205:25: 205:36 error: unresolved import `std::str::ScalarValue`. There is no `ScalarValue` in `std::str`
/Users/seb/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.3/src/json.rs:205 use std::str::{FromStr, ScalarValue};
                                                                                                                         ^~~~~~~~~~~
error: aborting due to previous error
Could not compile `rustc-serialize`.
@alexcrichton
Copy link
Contributor

Fixed in 97c3783, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants