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
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};
IpAddr
was splitted toIpv4Addr
andIpv6Addr
rustc 1.0.0-dev (c10918905 2015-03-18) (built 2015-03-18)
The text was updated successfully, but these errors were encountered: