Skip to content

Fail Compilation with Rust Nightly. #75

Description

@icommit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions