Compiling cfg-if v1.0.0 Compiling libc v0.2.171error[E0432]: unresolved import `crate::Ioctl` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/arch/generic/mod.rs:2:5 |2 | use crate::Ioctl; | ^^^^^^^----- | | | | | help: a similar name exists in the module (notice the capitalization): `ioctl` | no `Ioctl` in the rooterror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:55:21 |55 | pub actime: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:56:22 |56 | pub modtime: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:55:21 |55 | pub actime: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |55 | pub actime: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118| pub struct $i<time_t> { $($field)* } | ++++++++error[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:61:21 |61 | pub tv_sec: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `suseconds_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:62:22 |62 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ help: a type alias with a similar name exists: `useconds_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:7:1 |7 | pub type useconds_t = u32; | -------------------------- similarly named type alias `useconds_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:61:21 |61 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |61 | pub tv_sec: timer_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118| pub struct $i<time_t> { $($field)* } | ++++++++error[E0412]: cannot find type `suseconds_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:62:22 |62 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:7:1 |7 | pub type useconds_t = u32; | -------------------------- similarly named type alias `useconds_t` defined here |help: a type alias with a similar name exists |62 - pub tv_usec: suseconds_t,62 + pub tv_usec: useconds_t, |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118| pub struct $i<suseconds_t> { $($field)* } | +++++++++++++error[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:68:21 |68 | pub tv_sec: time_t, | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:68:21 |68 | pub tv_sec: time_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined here |help: a type alias with a similar name exists |68 | pub tv_sec: timer_t, | +help: you might be missing a type parameter |67 | pub struct timespec<time_t> { | ++++++++error[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:76:23 |76 | pub rlim_cur: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:77:23 |77 | pub rlim_max: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:76:23 |76 | pub rlim_cur: rlim_t, | ^^^^^^ | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here |help: a struct with a similar name exists |76 - pub rlim_cur: rlim_t,76 + pub rlim_cur: rlimit, |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118 | pub struct $i<rlim_t> { $($field)* } | ++++++++error[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:184:31 |184 | pub tms_utime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:185:31 |185 | pub tms_stime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:186:32 |186 | pub tms_cutime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:187:32 |187 | pub tms_cstime: crate::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:680:31 |680 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:681:52 |681 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> size_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:684:31 |684 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:684:43 |684 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:684:71 |684 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scopeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:829:43 |829 | pub fn fstat(fildes: c_int, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:842:48 |842 | pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:926:69 |926 | pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; | ^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1000:37 |1000 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1000:62 |1000 | pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1062:70 |1062 | pub fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1067:73 |1067 | pub fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1099:17 |1099 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0573]: expected type, found function `stat` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1119:49 |1119 | pub fn lstat(path: *const c_char, buf: *mut stat) -> c_int; | ^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1141:50 |1141 | pub fn truncate(path: *const c_char, length: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1142:41 |1142 | pub fn ftruncate(fd: c_int, length: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `clock_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1162:50 |1162 | pub fn times(buf: *mut crate::tms) -> crate::clock_t; | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:6:1 |6 | pub type clockid_t = c_int; | --------------------------- similarly named type alias `clockid_t` defined hereerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1164:37 |1164 | pub fn pthread_self() -> crate::pthread_t; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1165:37 |1165 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1165:59 |1165 | pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1170:40 |1170 | pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1172:48 |1172 | pub fn pthread_attr_init(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1173:51 |1173 | pub fn pthread_attr_destroy(attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1175:29 |1175 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1178:56 |1178 | pub fn pthread_attr_setstacksize(attr: *mut crate::pthread_attr_t, stack_size: size_t) | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1180:58 |1180 | pub fn pthread_attr_setdetachstate(attr: *mut crate::pthread_attr_t, state: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1181:42 |1181 | pub fn pthread_detach(thread: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1339:36 |1339 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1343:39 |1343 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1351:35 |1351 | pub fn mktime(tm: *mut tm) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1355:28 |1355 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1355:39 |1355 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1359:34 |1359 | pub fn gmtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1363:37 |1363 | pub fn localtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1367:28 |1367 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1367:43 |1367 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `time_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1371:42 |1371 | pub fn timegm(tm: *mut crate::tm) -> time_t; | ^^^^^^ help: a type alias with a similar name exists: `timer_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:7:1 |7 | pub type timer_t = *mut c_void; | ------------------------------- similarly named type alias `timer_t` defined hereerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1443:31 |1443 | pub fn sem_wait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1444:34 |1444 | pub fn sem_trywait(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1445:31 |1445 | pub fn sem_post(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0573]: expected type, found function `statvfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1446:51 |1446 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int; | ^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1447:42 |1447 | pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int; | ^^^^^^^ not a typeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1450:34 |1450 | pub fn sigemptyset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1452:32 |1452 | pub fn sigaddset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1454:33 |1454 | pub fn sigfillset(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1456:32 |1456 | pub fn sigdelset(set: *mut sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1458:36 |1458 | pub fn sigismember(set: *const sigset_t, signum: c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1461:48 |1461 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1461:71 |1461 | pub fn sigprocmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1463:33 |1463 | pub fn sigpending(set: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1470:53 |1470 | pub fn fseeko(stream: *mut crate::FILE, offset: off_t, whence: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1471:48 |1471 | pub fn ftello(stream: *mut crate::FILE) -> off_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1477:47 |1477 | pub fn cfgetispeed(termios: *const crate::termios) -> crate::speed_t; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1478:47 |1478 | pub fn cfgetospeed(termios: *const crate::termios) -> crate::speed_t; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1479:45 |1479 | pub fn cfsetispeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1480:45 |1480 | pub fn cfsetospeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1481:54 |1481 | pub fn tcgetattr(fd: c_int, termios: *mut crate::termios) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1482:81 |1482 | pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios: *const crate::termios) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1511:46 |1511 | pub fn lockf(fd: c_int, cmd: c_int, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `wchar_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1595:51 |1595 | pub fn open_wmemstream(ptr: *mut *mut wchar_t, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^^ not found in this scopeerror[E0573]: expected type, found function `sigaction` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1681:57 |1681 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction) | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `sigaction` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1681:81 |1681 | pub fn sigaction(signum: c_int, act: *const sigaction, oldact: *mut sigaction) | ^^^^^^^^^ not a typeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1699:33 |1699 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1712:51 |1712 | pub fn cfmakeraw(termios: *mut crate::termios); | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/mod.rs:1713:52 |1713 | pub fn cfsetspeed(termios: *mut crate::termios, speed: crate::speed_t) -> c_int; | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:205:29 |205 | pub msg_hdr: crate::msghdr, | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:546:33 |546 | pub const SOCK_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:4889:1 |4889 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined hereerror[E0412]: cannot find type `msghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1641:39 |1641 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1641:55 |1641 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1642:62 |1642 | if (*mhdr).msg_controllen as usize >= mem::size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1643:41 |1643 | (*mhdr).msg_control as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1645:23 |1645 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1649:35 |1649 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1654:66 |1654 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(mem::size_of::<cmsghdr>())) as c_uint | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1658:35 |1658 | CMSG_ALIGN(mem::size_of::<cmsghdr>()) as c_uint + length | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1769:34 |1769 | pub fn sem_destroy(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1770:31 |1770 | pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1781:46 |1781 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1781:75 |1781 | pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1783:29 |1783 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0573]: expected type, found function `statfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1790:50 |1790 | pub fn statfs(path: *const c_char, buf: *mut statfs) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `statfs` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1791:41 |1791 | pub fn fstatfs(fd: c_int, buf: *mut statfs) -> c_int; | ^^^^^^ not a typeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1793:45 |1793 | pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advise: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1793:57 |1793 | pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advise: c_int) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:19:1 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined hereerror[E0412]: cannot find type `siginfo_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1827:28 |1827 | infop: *mut crate::siginfo_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1877:50 |1877 | pub fn sendmsg(fd: c_int, msg: *const crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0412]: cannot find type `msghdr` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1878:48 |1878 | pub fn recvmsg(fd: c_int, msg: *mut crate::msghdr, flags: c_int) -> ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined hereerror[E0573]: expected type, found function `statfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1912:51 |1912 | pub fn fstatfs64(fd: c_int, buf: *mut statfs64) -> c_int; | ^^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1913:61 |1913 | pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> c_int; | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `statvfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1914:52 |1914 | pub fn fstatvfs64(fd: c_int, buf: *mut statvfs64) -> c_int; | ^^^^^^^^^ not a typeerror[E0573]: expected type, found function `statfs64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1915:60 |1915 | pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> c_int; | ^^^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1917:53 |1917 | pub fn fstat64(fildes: c_int, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1921:27 |1921 | buf: *mut stat64, | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1926:59 |1926 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0573]: expected type, found function `stat64` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1956:58 |1956 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> c_int; | ^^^^^^ not a typeerror[E0412]: cannot find type `termios` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:1992:31 |1992 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `termios` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/mod.rs:2000:31 |2000 | termp: *const termios, | ^^^^^^^ help: a struct with a similar name exists: `termios2` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `termios2` defined hereerror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:255:28 |255 | pub tp_all: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:256:29 |256 | pub tp_huge: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:257:31 |257 | pub tp_failed: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:295:29 |295 | pub seq_num: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:378:31 |378 | pub codes_ptr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:642:22 |642 | __sd: crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:643:22 |643 | __ss: crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:705:20 |705 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:706:20 |706 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `regoff_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:705:20 |705 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118 | pub struct $i<regoff_t> { $($field)* } | ++++++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:763:41 |763 | pub instruction_pointer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:764:27 |764 | pub args: [crate::__u64; 6], | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:774:24 |774 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:781:24 |781 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:782:25 |782 | pub val: crate::__s64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:788:24 |788 | pub id: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:814:28 |814 | pub src_fd: crate::__s64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:815:32 |815 | pub src_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:816:32 |816 | pub src_length: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:817:33 |817 | pub dest_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:845:27 |845 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:846:26 |846 | pub mode: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:847:29 |847 | pub resolve: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__s64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:852:25 |852 | pub sec: crate::__s64, | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEXATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1155:27 |1155 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEXATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCKATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1172:27 |1172 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCKATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_CONDATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1178:27 |1178 | size: [u8; crate::__SIZEOF_PTHREAD_CONDATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIERATTR_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1184:27 |1184 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIERATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1193:19 |1193 | pub mask: __u64, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `__u64` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1193:19 |1193 | pub mask: __u64, | ^^^^^ not found in this scope |help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:26 |118 | pub struct $i<__u64> { $($field)* } | +++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1239:30 |1239 | pub producer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1240:30 |1240 | pub consumer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1241:26 |1241 | pub desc: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1242:27 |1242 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1253:30 |1253 | pub producer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1254:30 |1254 | pub consumer: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1255:26 |1255 | pub desc: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1266:26 |1266 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1267:25 |1267 | pub len: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1275:26 |1275 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1276:25 |1276 | pub len: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1282:32 |1282 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1283:38 |1283 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1284:38 |1284 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1285:34 |1285 | pub rx_ring_full: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1286:46 |1286 | pub rx_fill_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1287:41 |1287 | pub tx_ring_empty_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1291:32 |1291 | pub rx_dropped: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1292:38 |1292 | pub rx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1293:38 |1293 | pub tx_invalid_descs: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1301:26 |1301 | pub addr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1307:34 |1307 | pub tx_timestamp: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1318:30 |1318 | pub attr_set: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1319:30 |1319 | pub attr_clr: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1320:33 |1320 | pub propagation: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1321:31 |1321 | pub userns_fd: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1327:33 |1327 | pub frag_offset: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `ino_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1386:27 |1386 | pub d_ino: crate::ino_t, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1387:20 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1387 | pub d_off: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1387:20 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...1387 | pub d_off: off_t, | ^^^^^ |help: a type alias with a similar name exists |1387 | pub d_off: loff_t, | +help: you might be missing a type parameter --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:26 |176 | pub struct $i<off_t> { $($field)* } | +++++++error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1507:33 |1507 | pub sched_flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1510:35 |1510 | pub sched_runtime: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1511:36 |1511 | pub sched_deadline: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1512:34 |1512 | pub sched_period: crate::__u64, | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1604:27 |1604 | size: [u8; crate::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1643:27 |1643 | size: [u8; crate::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1683:27 |1683 | size: [u8; crate::__SIZEOF_PTHREAD_BARRIER_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:1801:27 |1801 | pub flags: crate::__u64, | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:2550:34 |2550 | pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:2551:34 |2551 | pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:2977:15 |2977 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:2983:15 |2983 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`...3001 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined hereerror[E0412]: cannot find type `sem_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3072:35 |3072 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3072:53 |3072 | pub const SEM_FAILED: *mut crate::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3317:32 |3317 | pub const TFD_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`...4889 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined hereerror[E0425]: cannot find value `O_NONBLOCK` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3318:33 |3318 | pub const TFD_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`...4890 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ------------------------------------------ similarly named constant `IN_NONBLOCK` defined hereerror[E0425]: cannot find value `ENODATA` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3335:35 |2572 | pub const EI_DATA: usize = 5; | ----------------------------- similarly named constant `EI_DATA` defined here...3335 | pub const ENOATTR: c_int = crate::ENODATA; | ^^^^^^^ help: a constant with a similar name exists: `EI_DATA`error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3455:35 |3455 | pub const RESOLVE_NO_XDEV: crate::__u64 = 0x01; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3456:41 |3456 | pub const RESOLVE_NO_MAGICLINKS: crate::__u64 = 0x02; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3457:39 |3457 | pub const RESOLVE_NO_SYMLINKS: crate::__u64 = 0x04; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3458:35 |3458 | pub const RESOLVE_BENEATH: crate::__u64 = 0x08; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3459:35 |3459 | pub const RESOLVE_IN_ROOT: crate::__u64 = 0x10; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:3460:34 |3460 | pub const RESOLVE_CACHED: crate::__u64 = 0x20; | ^^^^^ not found in the crate rooterror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:4889:31 |4889 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ^^^^^^^^^ not found in this scopeerror[E0425]: cannot find value `O_NONBLOCK` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:4890:32 |4890 | pub const IN_NONBLOCK: c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find value `O_CLOEXEC` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:4894:39 |4889 | pub const IN_CLOEXEC: c_int = O_CLOEXEC; | ---------------------------------------- similarly named constant `IN_CLOEXEC` defined here...4894 | pub const OPEN_TREE_CLOEXEC: c_uint = O_CLOEXEC as c_uint; | ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`error[E0412]: cannot find type `off_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5802:37 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5802 | pub const XDP_PGOFF_RX_RING: crate::off_t = 0; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5803:37 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...5803 | pub const XDP_PGOFF_TX_RING: crate::off_t = 0x80000000; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5824:37 |5824 | pub const MOUNT_ATTR_RDONLY: crate::__u64 = 0x00000001; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5825:37 |5825 | pub const MOUNT_ATTR_NOSUID: crate::__u64 = 0x00000002; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5826:36 |5826 | pub const MOUNT_ATTR_NODEV: crate::__u64 = 0x00000004; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5827:37 |5827 | pub const MOUNT_ATTR_NOEXEC: crate::__u64 = 0x00000008; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5828:37 |5828 | pub const MOUNT_ATTR__ATIME: crate::__u64 = 0x00000070; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5829:39 |5829 | pub const MOUNT_ATTR_RELATIME: crate::__u64 = 0x00000000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5830:38 |5830 | pub const MOUNT_ATTR_NOATIME: crate::__u64 = 0x00000010; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5831:42 |5831 | pub const MOUNT_ATTR_STRICTATIME: crate::__u64 = 0x00000020; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5832:41 |5832 | pub const MOUNT_ATTR_NODIRATIME: crate::__u64 = 0x00000080; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5833:36 |5833 | pub const MOUNT_ATTR_IDMAP: crate::__u64 = 0x00100000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `__u64` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5834:42 |5834 | pub const MOUNT_ATTR_NOSYMFOLLOW: crate::__u64 = 0x00200000; | ^^^^^ not found in the crate rooterror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5868:25 |5868 | pub const EPIOCSPARAMS: Ioctl = 0x40088a01; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5869:25 |5869 | pub const EPIOCGPARAMS: Ioctl = 0x80088a02; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `msghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5960:37 |5960 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5960:58 |5960 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5960:75 |5960 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5961:52 |5961 | if ((*cmsg).cmsg_len as usize) < size_of::<cmsghdr>() { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5962:30 |5962 | return 0 as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5964:91 |5964 | let next = (cmsg as usize + super::CMSG_ALIGN((*cmsg).cmsg_len as usize)) as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5969:23 |5969 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `cmsghdr` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:5971:26 |5971 | next as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined hereerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6171:42 |6171 | pub fn aio_read(aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6172:43 |6172 | pub fn aio_write(aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6173:54 |6173 | pub fn aio_fsync(op: c_int, aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6174:45 |6174 | pub fn aio_error(aiocbp: *const aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6175:44 |6175 | pub fn aio_return(aiocbp: *mut aiocb) -> ssize_t; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6177:43 |6177 | aiocb_list: *const *const aiocb, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6181:55 |6181 | pub fn aio_cancel(fd: c_int, aiocbp: *mut aiocb) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `aiocb` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6184:41 |6184 | aiocb_list: *const *mut aiocb, | ^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6199:25 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6199 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6205:25 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6205 | offset: off_t, | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6290:50 |6290 | pub fn pthread_cancel(thread: crate::pthread_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `shmid_ds` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6346:62 |6346 | pub fn shmctl(shmid: c_int, cmd: c_int, buf: *mut crate::shmid_ds) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `msqid_ds` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6351:55 |6351 | pub fn msgctl(msqid: c_int, cmd: c_int, buf: *mut msqid_ds) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6365:54 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6365 | pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6365:66 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6365 | pub fn fallocate(fd: c_int, mode: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6366:47 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6366 | pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6366:59 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6366 | pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6413:52 |6413 | pub fn signalfd(fd: c_int, mask: *const crate::sigset_t, flags: c_int) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6428:32 |6428 | sigmask: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6432:21 |6432 | set: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `siginfo_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6433:20 |6433 | info: *mut siginfo_t, | ^^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6436:36 |6436 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `siginfo_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6436:57 |6436 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> c_int; | ^^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6445:24 |6445 | thread: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6450:24 |6450 | thread: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6454:48 |6454 | pub fn pthread_setschedprio(native: crate::pthread_t, priority: c_int) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6531:24 |6531 | native: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6553:36 |6553 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const crate::timespec) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6554:35 |6554 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut c_int) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6574:25 |6574 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6623:29 |6623 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6626:56 |6626 | pub fn pthread_attr_setguardsize(attr: *mut crate::pthread_attr_t, guardsize: size_t) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6628:29 |6628 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6632:27 |6632 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6636:29 |6636 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6639:58 |6639 | pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6641:29 |6641 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6645:27 |6645 | attr: *mut crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0573]: expected type, found function `crate::sysinfo` --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6654:31 |6654 | pub fn sysinfo(info: *mut crate::sysinfo) -> c_int; | ^^^^^^^^^^^^^^ not a typeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6657:24 |6657 | native: crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `off_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6667:63 |19 | pub type loff_t = c_longlong; | ----------------------------- similarly named type alias `loff_t` defined here...6667 | pub fn sendfile(out_fd: c_int, in_fd: c_int, offset: *mut off_t, count: size_t) -> ssize_t; | ^^^^^ help: a type alias with a similar name exists: `loff_t`error[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6668:43 |6668 | pub fn sigsuspend(mask: *const crate::sigset_t) -> c_int; | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `stack_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6676:35 |6676 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `stack_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6676:54 |6676 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> c_int; | ^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6677:32 |6677 | pub fn sem_close(sem: *mut sem_t) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6687:52 |6687 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6687:75 |6687 | pub fn pthread_sigmask(how: c_int, set: *const sigset_t, oldset: *mut sigset_t) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `sem_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6688:69 |6688 | pub fn sem_open(name: *const c_char, oflag: c_int, ...) -> *mut sem_t; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6690:40 |6690 | pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6707:32 |6707 | pub fn sigwait(set: *const sigset_t, sig: *mut c_int) -> c_int; | ^^^^^^^^ not found in this scopeerror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6727:29 |6727 | native: *mut crate::pthread_t, | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_attr_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6728:29 |6728 | attr: *const crate::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:176:13 |176 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined hereerror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6769:30 |6769 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6773:32 |6773 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6777:30 |6777 | default: *mut crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `sigset_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6781:32 |6781 | default: *const crate::sigset_t, | ^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6834:38 |6834 | pub fn regcomp(preg: *mut crate::regex_t, pattern: *const c_char, cflags: c_int) -> c_int; | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6837:29 |6837 | preg: *const crate::regex_t, | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6846:29 |6846 | preg: *const crate::regex_t, | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `regex_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6851:38 |6851 | pub fn regfree(preg: *mut crate::regex_t); | ^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6882:49 |6882 | pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6891:46 |6891 | pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `pthread_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6892:46 |6892 | pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; | ^^^^^^^^^ not found in the crate rooterror[E0412]: cannot find type `Ioctl` in this scope --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/mod.rs:6914:38 |6914 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; | ^^^^^ not found in this scopeerror[E0412]: cannot find type `rlim_t` in the crate root --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/unix/linux_like/linux/arch/generic/mod.rs:425:33 |425 | pub const RLIM_INFINITY: crate::rlim_t = !0; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/src/macros.rs:118:13 |118 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined hereSome errors have detailed explanations: E0412, E0425, E0432, E0573.For more information about an error, try `rustc --explain E0412`.error: could not compile `libc` (lib) due to 288 previous errors