Skip to content

hyper doesn't built with new rustc. #381

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
o01eg opened this issue Mar 18, 2015 · 1 comment · Fixed by #382
Closed

hyper doesn't built with new rustc. #381

o01eg opened this issue Mar 18, 2015 · 1 comment · Fixed by #382

Comments

@o01eg
Copy link

o01eg commented Mar 18, 2015

IpAddr was splitted to Ipv4Addr and Ipv6Addr

src\server/mod.rs:4:16: 4:22 error: unresolved import `std::net::IpAddr`. There is no `IpAddr` in `std::net`
src\server/mod.rs:4 use std::net::{IpAddr, SocketAddr};

rustc 1.0.0-dev (c10918905 2015-03-18) (built 2015-03-18)

@ghmlee
Copy link

ghmlee commented Mar 20, 2015

It should be merged soon.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants