Closed
Description
Compiling libc v0.2.18
Compiling nanomsg-sys v0.6.0 (file:///home/crate)
error[E0252]: a value named `ENOTSUP` has already been imported in this module
--> src/lib.rs:7:9
|
5 | pub use libc::*;
| -------- previous import of `ENOTSUP` here
6 |
7 | pub use posix_consts::*;
| ^^^^^^^^^^^^^^^^ already imported
error[E0255]: a value named `ENOTSUP` has already been imported in this module
--> src/lib.rs:85:5
|
72 | use libc::*;
| -------- previous import of `ENOTSUP` here
...
85 | pub const ENOTSUP: c_int = NN_HAUSNUMERO + 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `ENOTSUP` was already imported
error: aborting due to 2 previous errors