net2 is a dependent crate for hyper- Rust http library. I'm trying to compile the hyper crate with the Rust nightly compiler but the error messages I'm getting seems to be coming from this crate.
error[E0432]: unresolved import sys
--> /home/myUsername/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.32/src/tcp.rs:18:5
|
18 | use sys::c;
| ^^^ Maybe a missing extern crate sys;?
error[E0432]: unresolved import sys
--> /home/myUsername/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.32/src/udp.rs:18:5
|
18 | use sys::c;
| ^^^ Maybe a missing extern crate sys;?
There is at least 245 similar errors from this crate.
net2 is a dependent crate for hyper- Rust http library. I'm trying to compile the hyper crate with the Rust nightly compiler but the error messages I'm getting seems to be coming from this crate.
error[E0432]: unresolved import
sys--> /home/myUsername/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.32/src/tcp.rs:18:5
|
18 | use sys::c;
| ^^^ Maybe a missing
extern crate sys;?error[E0432]: unresolved import
sys--> /home/myUsername/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.32/src/udp.rs:18:5
|
18 | use sys::c;
| ^^^ Maybe a missing
extern crate sys;?There is at least 245 similar errors from this crate.