You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
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`.
The text was updated successfully, but these errors were encountered:
It seems that #19741 is breaking this code, for instance
std::str::ScalarValue
doesn't exist anymore:The text was updated successfully, but these errors were encountered: