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
rror[E0425]: cannot find value `POLLRDHUP` in crate `libc`
--> /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.18.0/src/platform/unix/mod.rs:1162:67
|
1162 | let events = libc::POLLIN | libc::POLLPRI | libc::POLLRDHUP;
| ^^^^^^^^^ help: a constant with a similar name exists: `POLLHUP`
|
::: /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/unix/bsd/mod.rs:477:1
|
477 | pub const POLLHUP: ::c_short = 0x10;
| ---------------------------- similarly named constant `POLLHUP` defined here
error[E0308]: mismatched types
--> /home/yuri/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.18.0/src/platform/unix/mod.rs:1170:21
|
1168 | let result = libc::poll(
| ---------- arguments to this function are incorrect
1169 | fd.as_mut_ptr(),
1170 | fd.len() as libc::c_ulong,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64`
Version: 0.18.0
FreeBSD 14.0
The text was updated successfully, but these errors were encountered:
Version: 0.18.0
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: