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
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
The text was updated successfully, but these errors were encountered:
This is a spurious regression -- it appears nanomsg-sys changed between the two runs. I manually verified that all nanomsg-sys commits that compile on stable-2016-11-08 also compile on beta-2016-12-10.
Original report.
The text was updated successfully, but these errors were encountered: