>>> exa: Building community/exa 0.10.1-r4 (using abuild 3.11.0_rc8-r0) started Mon, 17 Apr 2023 16:12:59 +0000 >>> exa: Checking sanity of /home/buildozer/aports/community/exa/APKBUILD... >>> exa: Analyzing dependencies... >>> exa: Installing for build: build-base cargo zlib-dev libgit2-dev (1/25) Installing cargo (1.68.2-r0) (2/25) Installing zlib-dev (1.2.13-r1) (3/25) Installing libidn2-dev (2.3.4-r1) (4/25) Installing openssl-dev (3.1.0-r3) (5/25) Installing nghttp2-dev (1.52.0-r1) (6/25) Installing brotli (1.0.9-r12) (7/25) Installing brotli-dev (1.0.9-r12) (8/25) Installing curl-dev (8.0.1-r2) (9/25) Installing libssh2 (1.10.0-r4) (10/25) Installing libssh2-dev (1.10.0-r4) (11/25) Installing http-parser (2.9.4-r0) (12/25) Installing http-parser-dev (2.9.4-r0) (13/25) Installing libgit2 (1.5.2-r0) (14/25) Installing bsd-compat-headers (0.7.2-r4) (15/25) Installing libformw (6.4_p20230401-r4) (16/25) Installing libmenuw (6.4_p20230401-r4) (17/25) Installing libpanelw (6.4_p20230401-r4) (18/25) Installing libncurses++ (6.4_p20230401-r4) (19/25) Installing ncurses-dev (6.4_p20230401-r4) (20/25) Installing libedit-dev (20221030.3.1-r1) (21/25) Installing libpcre2-16 (10.42-r1) (22/25) Installing libpcre2-32 (10.42-r1) (23/25) Installing pcre2-dev (10.42-r1) (24/25) Installing libgit2-dev (1.5.2-r0) (25/25) Installing .makedepends-exa (20230417.161302) Executing busybox-1.36.0-r7.trigger OK: 1023 MiB in 128 packages >>> exa: Cleaning up srcdir >>> exa: Cleaning up pkgdir >>> exa: Fetching https://distfiles.alpinelinux.org/distfiles/edge/exa-0.10.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 561k 100 561k 0 0 1330k 0 --:--:-- --:--:-- --:--:-- 1421k >>> exa: Fetching https://distfiles.alpinelinux.org/distfiles/edge/exa-accoutrements-v0.10.1.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9343 100 9343 0 0 24738 0 --:--:-- --:--:-- --:--:-- 27889 >>> exa: Fetching https://distfiles.alpinelinux.org/distfiles/edge/exa-0.10.1.tar.gz >>> exa: Fetching https://distfiles.alpinelinux.org/distfiles/edge/exa-accoutrements-v0.10.1.zip >>> exa: Checking sha512sums... exa-0.10.1.tar.gz: OK exa-accoutrements-v0.10.1.zip: OK fix-lockfile.patch: OK minimize-size.patch: OK >>> exa: Unpacking /var/cache/distfiles/exa-0.10.1.tar.gz... >>> exa: Unpacking /var/cache/distfiles/exa-accoutrements-v0.10.1.zip... >>> exa: fix-lockfile.patch patching file Cargo.lock >>> exa: minimize-size.patch patching file Cargo.toml Updating crates.io index Downloading crates ... Downloaded pkg-config v0.3.19 Downloaded num_cpus v1.13.0 Downloaded cc v1.0.67 Downloaded unicode-bidi v0.3.5 Downloaded jobserver v0.1.21 Downloaded unicode-normalization v0.1.17 Downloaded tinyvec v1.2.0 Downloaded url v2.2.1 Downloaded git2 v0.13.17 Downloaded libc v0.2.93 Downloaded unicode-width v0.1.8 Downloaded pad v0.1.6 Downloaded datetime v0.5.2 Downloaded zoneinfo_compiled v0.5.1 Downloaded libz-sys v1.1.2 Downloaded libgit2-sys v0.12.18+1.1.0 Downloaded openssl-sys v0.9.61 Downloaded idna v0.2.2 Downloaded locale v0.2.2 Downloaded term_grid v0.1.7 Downloaded matches v0.1.8 Downloaded openssl-src v111.15.0+1.1.1k Compiling libc v0.2.93 Compiling pkg-config v0.3.19 Compiling matches v0.1.8 Compiling tinyvec_macros v0.1.0 Compiling log v0.4.14 Compiling unicode-width v0.1.8 Compiling bitflags v1.2.1 Compiling cfg-if v1.0.0 Compiling percent-encoding v2.1.0 Compiling byteorder v1.4.3 Compiling scoped_threadpool v0.1.9 Compiling ansi_term v0.12.1 Compiling natord v1.0.9 Compiling glob v0.3.0 Compiling lazy_static v1.4.0 Compiling number_prefix v0.4.0 Compiling tinyvec v1.2.0 Compiling unicode-bidi v0.3.5 Compiling pad v0.1.6 Compiling term_grid v0.1.7 Compiling form_urlencoded v1.0.1 Compiling unicode-normalization v0.1.17 error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:45:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 45 | pub gr_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 45 | pub gr_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 144| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 45 - pub gr_name: *mut ::c_char, 45 + pub gr_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:46:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 46 | pub gr_passwd: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 46 | pub gr_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 144| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 46 - pub gr_passwd: *mut ::c_char, 46 + pub gr_passwd: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:48:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 48 | pub gr_mem: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 48 | pub gr_mem: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 144| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 48 - pub gr_mem: *mut *mut ::c_char, 48 + pub gr_mem: *mut *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:68:24 | 68 | pub tv_nsec: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 144| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 68 - pub tv_nsec: ::c_long, 68 + pub tv_nsec: c_long, | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:79:24 | 79 | pub ru_maxrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:82:23 | 82 | pub ru_ixrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:85:23 | 85 | pub ru_idrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:88:23 | 88 | pub ru_isrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:91:24 | 91 | pub ru_minflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:94:24 | 94 | pub ru_majflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:97:23 | 97 | pub ru_nswap: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 144| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:100:25 | 100 | pub ru_inblock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:103:25 | 103 | pub ru_oublock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:106:24 | 106 | pub ru_msgsnd: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:109:24 | 109 | pub ru_msgrcv: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:112:26 | 112 | pub ru_nsignals: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:115:23 | 115 | pub ru_nvcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:118:24 | 118 | pub ru_nivcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:123:22 | 123 | __reserved: [c_long; 16], | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:135:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 135 | pub h_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 135 | pub h_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub h_name: *mut ::c_char, 135 + pub h_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:136:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 136 | pub h_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 136 | pub h_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub h_aliases: *mut *mut ::c_char, 136 + pub h_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:139:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 139 | pub h_addr_list: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 139 | pub h_addr_list: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub h_addr_list: *mut *mut ::c_char, 139 + pub h_addr_list: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:185:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 185 | pub s_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 185 | pub s_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 185 - pub s_name: *mut ::c_char, 185 + pub s_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:186:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 186 | pub s_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 186 | pub s_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 186 - pub s_aliases: *mut *mut ::c_char, 186 + pub s_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:188:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 188 | pub s_proto: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 188 | pub s_proto: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 188 - pub s_proto: *mut ::c_char, 188 + pub s_proto: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:192:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 192 | pub p_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 192 | pub p_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 192 - pub p_name: *mut ::c_char, 192 + pub p_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:193:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 193 | pub p_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 193 | pub p_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 193 - pub p_aliases: *mut *mut ::c_char, 193 + pub p_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:438:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 438 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 438 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:438:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 438 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 438 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:443:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 443 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 443 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:443:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 443 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 443 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:444:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 444 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 444 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:445:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 445 | pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 445 | pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:449:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 449 | pub fn remove(filename: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 449 | pub fn remove(filename: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:450:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 450 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 450 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:450:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 450 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 450 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:452:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 452 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 452 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:453:48 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 453 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char); | ^^^^^^ | help: a type alias with a similar name exists | 453 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar); | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:457:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 457 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:457:73 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:463:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 463 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 463 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:464:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 464 | pub fn puts(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 464 | pub fn puts(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:472:45 | 472 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:473:40 | 473 | pub fn ftell(stream: *mut FILE) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:482:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 482 | pub fn perror(s: *const c_char); | ^^^^^^ | help: a type alias with a similar name exists | 482 | pub fn perror(s: *const c_schar); | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:483:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 483 | pub fn atoi(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 483 | pub fn atoi(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:488:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:488:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:489:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 489 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 489 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:489:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 489 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 489 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:489:77 | 489 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:490:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 490 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^ | help: a type alias with a similar name exists | 490 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:490:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 490 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^ | help: a type alias with a similar name exists | 490 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:490:78 | 490 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ^^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_ulong; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:503:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 503 | pub fn system(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 503 | pub fn system(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:504:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 504 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 504 | pub fn getenv(s: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:504:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 504 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 504 | pub fn getenv(s: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:506:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 506 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 506 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:506:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 506 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 506 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:506:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 506 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 506 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:507:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:507:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:507:77 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:508:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 508 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:508:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 508 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:508:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 508 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:509:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:509:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:509:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:510:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 510 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:510:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 510 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:511:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 511 | pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 511 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:511:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 511 | pub fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 511 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:512:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 512 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 512 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:512:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 512 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 512 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:513:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 513 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 513 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:513:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 513 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 513 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:514:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 514 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 514 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:514:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 514 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 514 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:515:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 515 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 515 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:515:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 515 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 515 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:516:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:516:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:517:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strdup(cs: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:517:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strdup(cs: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:518:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 518 | pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:518:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 518 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:519:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:519:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:519:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:520:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:520:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:520:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:521:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:521:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:522:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:522:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:523:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 523 | pub fn strlen(cs: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 523 | pub fn strlen(cs: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:524:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 524 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 524 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:529:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 529 | pub fn strerror(n: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 529 | pub fn strerror(n: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:530:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 530 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 530 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:530:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 530 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 530 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:530:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 530 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 530 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:531:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 531 | pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 531 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:531:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 531 | pub fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 531 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:532:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 532 | pub fn strsignal(sig: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 532 | pub fn strsignal(sig: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:533:31 | 533 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:534:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 534 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; | ^^^^^^ | help: a type alias with a similar name exists | 534 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:534:52 | 534 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:537:31 | 537 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:537:43 | 537 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:537:71 | 537 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:546:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 546 - pub fn getpwnam(name: *const ::c_char) -> *mut passwd; 546 + pub fn getpwnam(name: *const c_char) -> *mut passwd; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:550:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 550 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 550 + pub fn fprintf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:551:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn printf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 551 - pub fn printf(format: *const ::c_char, ...) -> ::c_int; 551 + pub fn printf(format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:552:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 552 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 552 + pub fn snprintf(s: *mut c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:552:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 552 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 552 + pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:553:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 553 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 553 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 553 + pub fn sprintf(s: *mut c_char, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:553:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 553 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 553 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 553 + pub fn sprintf(s: *mut ::c_char, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:558:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 558 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 558 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 558 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 558 + pub fn fscanf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:563:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 563 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 563 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 563 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int; 563 + pub fn scanf(format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:568:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 568 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 568 + pub fn sscanf(s: *const c_char, format: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:568:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 568 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 568 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 568 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 568 + pub fn sscanf(s: *const ::c_char, format: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:676:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 676 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 676 | pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:692:45 | 692 | pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:694:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 694 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 694 | pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:705:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 705 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 705 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:705:48 | 705 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:712:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 712 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a type alias with a similar name exists | 712 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:719:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 719 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 719 | pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:724:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 724 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 724 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:740:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 740 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR; | ^^^^^^ | help: a type alias with a similar name exists | 740 | pub fn opendir(dirname: *const c_schar) -> *mut ::DIR; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:769:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 769 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 769 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 769 - pathname: *const ::c_char, 769 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:776:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 776 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 776 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 776 - pathname: *const ::c_char, 776 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:791:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 791 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 791 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 791 - pathname: *const ::c_char, 791 + pathname: *const c_char, | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:792:19 | 792 | buf: *mut stat, | ^^^^ not a type error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:797:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 797 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 797 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 797 - oldpath: *const ::c_char, 797 + oldpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:799:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 799 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 799 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 799 - newpath: *const ::c_char, 799 + newpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:804:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 804 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 804 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 804 - oldpath: *const ::c_char, 804 + oldpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:806:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 806 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 806 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 806 - newpath: *const ::c_char, 806 + newpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:809:26 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 809 | target: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 809 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 809 - target: *const ::c_char, 809 + target: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:811:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 811 | linkpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 811 | linkpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 811 - linkpath: *const ::c_char, 811 + linkpath: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:813:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 813 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 813 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 813 - pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; 813 + pub fn unlinkat(dirfd: ::c_int, pathname: *const c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:815:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 815 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 815 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:817:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 817 | pub fn chdir(dir: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 817 | pub fn chdir(dir: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:819:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 819 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 819 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:824:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 824 | pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 824 | pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:836:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 836 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 836 | pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:836:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 836 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 836 | pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:837:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 837 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 837 | pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 837 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 837 + pub fn execle(path: *const c_char, arg0: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:837:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 837 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 837 | pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 837 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 837 + pub fn execle(path: *const ::c_char, arg0: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:838:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 838 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 838 | pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 838 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 838 + pub fn execlp(file: *const c_char, arg0: *const ::c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:838:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 838 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 838 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 838 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 838 + pub fn execlp(file: *const ::c_char, arg0: *const c_char, ...) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:839:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 839 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 839 | pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:839:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 839 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 839 | pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:841:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 841 | prog: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 841 | prog: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:842:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 842 | argv: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 842 | argv: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:843:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 843 | envp: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 843 | envp: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:845:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 845 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 845 | pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:845:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 845 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 845 | pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:847:58 | 847 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:848:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 848 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 848 | pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:848:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 848 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 848 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:854:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 854 | pub fn getlogin() -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 854 | pub fn getlogin() -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:859:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 859 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 859 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:859:75 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 859 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 859 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:866:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 866 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 866 | pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:866:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 866 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 866 | pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:868:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 868 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 868 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:868:60 | 868 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1440| use ffi::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:876:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 876 | pub fn rmdir(path: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 876 | pub fn rmdir(path: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:896:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 896 | pub fn ttyname(fd: ::c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 896 | pub fn ttyname(fd: ::c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:902:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 902 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 902 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:903:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 903 | pub fn unlink(c: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 903 | pub fn unlink(c: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:932:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 932 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 932 | pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:968:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 968 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; | ^^^^^^ | help: a type alias with a similar name exists | 968 | pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:969:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 969 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 969 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 969 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 969 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:969:79 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 969 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 969 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 969 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 969 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:980:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 980 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 980 | pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:980:49 | 980 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:992:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 992 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 992 | pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:992:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 992 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 992 | pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:998:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 998 | pub fn unsetenv(name: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 998 | pub fn unsetenv(name: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440| use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1000:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1000 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1000 | pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1000:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1000 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1000 | pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1013:40 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1013 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1013 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1013 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1013 + pub fn realpath(pathname: *const c_char, resolved: *mut ::c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1013:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1013 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1013 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1013 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1013 + pub fn realpath(pathname: *const ::c_char, resolved: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1013:83 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1013 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1013 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1013 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1013 + pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1027:43 | 1027 | pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1028:46 | 1028 | pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1029:51 | 1029 | pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stack_size: ::size_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1030:53 | 1030 | pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1137:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1137 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1137 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1137 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; 1137 + pub fn utimes(filename: *const c_char, times: *const ::timeval) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1138:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1138 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1138 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1138 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; 1138 + pub fn dlopen(filename: *const c_char, flag: ::c_int) -> *mut ::c_void; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1139:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1139 | pub fn dlerror() -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1139 | pub fn dlerror() -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1139 - pub fn dlerror() -> *mut ::c_char; 1139 + pub fn dlerror() -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1140:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1140 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1140 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1140 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; 1140 + pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *mut ::c_void; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1151:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1151 | node: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1151 | node: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1152:25 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1152 | service: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1152 | service: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1162:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1162 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1162 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1162 - pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; 1162 + pub fn gai_strerror(errcode: ::c_int) -> *const c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1217:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1217 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1217 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1217 - pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; 1217 + pub fn mknod(pathname: *const c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1218:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1218 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1218 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1218 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 1218 + pub fn gethostname(name: *mut c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1220:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1220 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1220 | pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1220 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1220 + pub fn getservbyname(name: *const c_char, proto: *const ::c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1220:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1220 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1220 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1220 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1220 + pub fn getservbyname(name: *const ::c_char, proto: *const c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1221:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1221 | pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1221 | pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1221 - pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; 1221 + pub fn getservbyport(port: ::c_int, proto: *const c_char) -> *mut servent; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1224:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1224 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; | ^^^^^^ | help: a type alias with a similar name exists | 1224 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1224 - pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; 1224 + pub fn getprotobyname(name: *const c_char) -> *mut protoent; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1226:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1226 | pub fn chroot(name: *const ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1226 | pub fn chroot(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1226 - pub fn chroot(name: *const ::c_char) -> ::c_int; 1226 + pub fn chroot(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1247:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1247 | pub fn putenv(string: *mut c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1247 | pub fn putenv(string: *mut c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1270:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1270 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1270 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1270 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1270 + pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1270:76 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1270 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1270 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1270 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1270 + pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut c_char; | error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1277:31 | 1277 | pub fn sem_wait(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1278:34 | 1278 | pub fn sem_trywait(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1279:31 | 1279 | pub fn sem_post(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1280:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1280 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1280 | pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1283:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1283 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1283 | pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1283:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1283 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1283 | pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1286:34 | 1286 | pub fn sigemptyset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1288:32 | 1288 | pub fn sigaddset(set: *mut sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1290:33 | 1290 | pub fn sigfillset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1292:32 | 1292 | pub fn sigdelset(set: *mut sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1294:36 | 1294 | pub fn sigismember(set: *const sigset_t, signum: ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1297:50 | 1297 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1297:73 | 1297 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1299:33 | 1299 | pub fn sigpending(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1301:40 | 1301 | pub fn sysconf(name: ::c_int) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1440 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1301 - pub fn sysconf(name: ::c_int) -> ::c_long; 1301 + pub fn sysconf(name: ::c_int) -> c_long; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1303:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1303 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1303 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1320:25 | 1320 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1339:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1339 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1339 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1339 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int; 1339 + pub fn mkstemp(template: *mut c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1340:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1340 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1340 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1340 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1340 + pub fn mkdtemp(template: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1340:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1340 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1340 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1340 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1340 + pub fn mkdtemp(template: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1342:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1342 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1342 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1342 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1342 + pub fn tmpnam(ptr: *mut c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1342:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1342 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1342 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1342 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1342 + pub fn tmpnam(ptr: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1344:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1344 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); | ^^^^^^ | help: a type alias with a similar name exists | 1344 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int); | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1344 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); 1344 + pub fn openlog(ident: *const c_char, logopt: ::c_int, facility: ::c_int); | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1348:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1348 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); | ^^^^^^ | help: a type alias with a similar name exists | 1348 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...); | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1348 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); 1348 + pub fn syslog(priority: ::c_int, message: *const c_char, ...); | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1357:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1357 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1357 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1357 - pub fn ptsname(fd: ::c_int) -> *mut ::c_char; 1357 + pub fn ptsname(fd: ::c_int) -> *mut c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1360:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1360 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1360 | pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1360:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1360 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1360 | pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1360:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1360 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1360 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1361:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1361 | pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t; | ^^^^^^ | help: a type alias with a similar name exists | 1361 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1370:32 | 1370 | ptr: *mut *mut wchar_t, | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1381:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1381 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1381 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1387:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1387 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1387 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1387 - pathname: *const ::c_char, 1387 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1388:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1388 | buf: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1388 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1388 - buf: *mut ::c_char, 1388 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1390:63 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1390 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1390 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1390 - pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, 1390 + pub fn mkdirat(dirfd: ::c_int, pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:1392:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1392 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1392 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1440 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1392 - pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, 1392 + pub fn openat(dirfd: ::c_int, pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:35:25 | 35 | pub sa_data: [::c_char; 14], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 35 | pub sa_data: [::c_schar; 14], | ~~~~~~~ help: consider importing this type alias | 163| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 35 - pub sa_data: [::c_char; 14], 35 + pub sa_data: [c_char; 14], | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:66:32 | 66 | pub ai_canonname: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 66 | pub ai_canonname: *mut char, | ~~~~ help: consider importing this type alias | 163| use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:85:22 | 85 | fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 163| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 85 - fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], 85 + fds_bits: [c_ulong; FD_SETSIZE / ULONG_SIZE], | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:98:26 | 98 | pub tm_gmtoff: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 163| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 98 - pub tm_gmtoff: ::c_long, 98 + pub tm_gmtoff: c_long, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:99:31 | 99 | pub tm_zone: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 99 | pub tm_zone: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 163| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 99 - pub tm_zone: *const ::c_char, 99 + pub tm_zone: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:115:33 | 115 | pub dli_fname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 115 | pub dli_fname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 115 - pub dli_fname: *const ::c_char, 115 + pub dli_fname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:117:33 | 117 | pub dli_sname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 117 | pub dli_sname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 117 - pub dli_sname: *const ::c_char, 117 + pub dli_sname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:122:35 | 122 | pub decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 122 | pub decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 122 - pub decimal_point: *mut ::c_char, 122 + pub decimal_point: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:123:35 | 123 | pub thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 123 | pub thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 123 - pub thousands_sep: *mut ::c_char, 123 + pub thousands_sep: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:124:30 | 124 | pub grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 124 | pub grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 124 - pub grouping: *mut ::c_char, 124 + pub grouping: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:125:37 | 125 | pub int_curr_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 125 | pub int_curr_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 125 - pub int_curr_symbol: *mut ::c_char, 125 + pub int_curr_symbol: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:126:37 | 126 | pub currency_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 126 | pub currency_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 126 - pub currency_symbol: *mut ::c_char, 126 + pub currency_symbol: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:127:39 | 127 | pub mon_decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 127 | pub mon_decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 127 - pub mon_decimal_point: *mut ::c_char, 127 + pub mon_decimal_point: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:128:39 | 128 | pub mon_thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 128 | pub mon_thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 128 - pub mon_thousands_sep: *mut ::c_char, 128 + pub mon_thousands_sep: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:129:34 | 129 | pub mon_grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 129 | pub mon_grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 129 - pub mon_grouping: *mut ::c_char, 129 + pub mon_grouping: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:130:35 | 130 | pub positive_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 130 | pub positive_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 130 - pub positive_sign: *mut ::c_char, 130 + pub positive_sign: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:131:35 | 131 | pub negative_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 131 | pub negative_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 131 - pub negative_sign: *mut ::c_char, 131 + pub negative_sign: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:132:32 | 132 | pub int_frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 132 | pub int_frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 132 - pub int_frac_digits: ::c_char, 132 + pub int_frac_digits: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:133:28 | 133 | pub frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 133 | pub frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - pub frac_digits: ::c_char, 133 + pub frac_digits: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:134:30 | 134 | pub p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 134 | pub p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 134 - pub p_cs_precedes: ::c_char, 134 + pub p_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:135:31 | 135 | pub p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 135 | pub p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub p_sep_by_space: ::c_char, 135 + pub p_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:136:30 | 136 | pub n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 136 | pub n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub n_cs_precedes: ::c_char, 136 + pub n_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:137:31 | 137 | pub n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 137 | pub n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 137 - pub n_sep_by_space: ::c_char, 137 + pub n_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:138:28 | 138 | pub p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 138 | pub p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 138 - pub p_sign_posn: ::c_char, 138 + pub p_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:139:28 | 139 | pub n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 139 | pub n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub n_sign_posn: ::c_char, 139 + pub n_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:140:34 | 140 | pub int_p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 140 | pub int_p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 140 - pub int_p_cs_precedes: ::c_char, 140 + pub int_p_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:141:35 | 141 | pub int_p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 141 | pub int_p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 141 - pub int_p_sep_by_space: ::c_char, 141 + pub int_p_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:142:34 | 142 | pub int_n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 142 | pub int_n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 142 - pub int_n_cs_precedes: ::c_char, 142 + pub int_n_cs_precedes: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:143:35 | 143 | pub int_n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 143 | pub int_n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 143 - pub int_n_sep_by_space: ::c_char, 143 + pub int_n_sep_by_space: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:144:32 | 144 | pub int_p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 144 | pub int_p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 144 - pub int_p_sign_posn: ::c_char, 144 + pub int_p_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:145:32 | 145 | pub int_n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 145 | pub int_n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 145 - pub int_n_sign_posn: ::c_char, 145 + pub int_n_sign_posn: c_char, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:156:28 | 156 | pub ifa_name: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 156 | pub ifa_name: *mut char, | ~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:172:23 | 172 | rtmsg_info: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 172 - rtmsg_info: ::c_ulong, 172 + rtmsg_info: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:182:25 | 182 | pub arp_dev: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 182 | pub arp_dev: [::c_schar; 16], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 182 - pub arp_dev: [::c_char; 16], 182 + pub arp_dev: [c_char; 16], | error[E0412]: cannot find type `msghdr` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:201:24 | 201 | pub msg_hdr: ::msghdr, | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:222:26 | 222 | pub sun_path: [::c_char; 108] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 222 | pub sun_path: [::c_schar; 108] | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 222 - pub sun_path: [::c_char; 108] 222 + pub sun_path: [c_char; 108] | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:235:25 | 235 | pub sysname: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 235 | pub sysname: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 235 - pub sysname: [::c_char; 65], 235 + pub sysname: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:236:26 | 236 | pub nodename: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 236 | pub nodename: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 236 - pub nodename: [::c_char; 65], 236 + pub nodename: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:237:25 | 237 | pub release: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 237 | pub release: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 237 - pub release: [::c_char; 65], 237 + pub release: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:238:25 | 238 | pub version: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 238 | pub version: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 238 - pub version: [::c_char; 65], 238 + pub version: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:239:25 | 239 | pub machine: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 239 | pub machine: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 239 - pub machine: [::c_char; 65], 239 + pub machine: [c_char; 65], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:240:28 | 240 | pub domainname: [::c_char; 65] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 240 | pub domainname: [::c_schar; 65] | ~~~~~~~ help: consider importing this type alias | 1635| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 240 - pub domainname: [::c_char; 65] 240 + pub domainname: [c_char; 65] | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:582:24 | 582 | pub const MS_RDONLY: ::c_ulong = 0x01; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 582 - pub const MS_RDONLY: ::c_ulong = 0x01; 582 + pub const MS_RDONLY: c_ulong = 0x01; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:583:24 | 583 | pub const MS_NOSUID: ::c_ulong = 0x02; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 583 - pub const MS_NOSUID: ::c_ulong = 0x02; 583 + pub const MS_NOSUID: c_ulong = 0x02; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:584:23 | 584 | pub const MS_NODEV: ::c_ulong = 0x04; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 584 - pub const MS_NODEV: ::c_ulong = 0x04; 584 + pub const MS_NODEV: c_ulong = 0x04; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:585:24 | 585 | pub const MS_NOEXEC: ::c_ulong = 0x08; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 585 - pub const MS_NOEXEC: ::c_ulong = 0x08; 585 + pub const MS_NOEXEC: c_ulong = 0x08; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:586:29 | 586 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 586 - pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; 586 + pub const MS_SYNCHRONOUS: c_ulong = 0x10; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:587:25 | 587 | pub const MS_REMOUNT: ::c_ulong = 0x20; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 587 - pub const MS_REMOUNT: ::c_ulong = 0x20; 587 + pub const MS_REMOUNT: c_ulong = 0x20; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:588:26 | 588 | pub const MS_MANDLOCK: ::c_ulong = 0x40; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 588 - pub const MS_MANDLOCK: ::c_ulong = 0x40; 588 + pub const MS_MANDLOCK: c_ulong = 0x40; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:589:25 | 589 | pub const MS_DIRSYNC: ::c_ulong = 0x80; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 589 - pub const MS_DIRSYNC: ::c_ulong = 0x80; 589 + pub const MS_DIRSYNC: c_ulong = 0x80; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:590:25 | 590 | pub const MS_NOATIME: ::c_ulong = 0x0400; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 590 - pub const MS_NOATIME: ::c_ulong = 0x0400; 590 + pub const MS_NOATIME: c_ulong = 0x0400; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:591:28 | 591 | pub const MS_NODIRATIME: ::c_ulong = 0x0800; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 591 - pub const MS_NODIRATIME: ::c_ulong = 0x0800; 591 + pub const MS_NODIRATIME: c_ulong = 0x0800; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:592:22 | 592 | pub const MS_BIND: ::c_ulong = 0x1000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 592 - pub const MS_BIND: ::c_ulong = 0x1000; 592 + pub const MS_BIND: c_ulong = 0x1000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:593:22 | 593 | pub const MS_MOVE: ::c_ulong = 0x2000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 593 - pub const MS_MOVE: ::c_ulong = 0x2000; 593 + pub const MS_MOVE: c_ulong = 0x2000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:594:21 | 594 | pub const MS_REC: ::c_ulong = 0x4000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 594 - pub const MS_REC: ::c_ulong = 0x4000; 594 + pub const MS_REC: c_ulong = 0x4000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:595:24 | 595 | pub const MS_SILENT: ::c_ulong = 0x8000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 595 - pub const MS_SILENT: ::c_ulong = 0x8000; 595 + pub const MS_SILENT: c_ulong = 0x8000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:596:26 | 596 | pub const MS_POSIXACL: ::c_ulong = 0x010000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 596 - pub const MS_POSIXACL: ::c_ulong = 0x010000; 596 + pub const MS_POSIXACL: c_ulong = 0x010000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:597:28 | 597 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 597 - pub const MS_UNBINDABLE: ::c_ulong = 0x020000; 597 + pub const MS_UNBINDABLE: c_ulong = 0x020000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:598:25 | 598 | pub const MS_PRIVATE: ::c_ulong = 0x040000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 598 - pub const MS_PRIVATE: ::c_ulong = 0x040000; 598 + pub const MS_PRIVATE: c_ulong = 0x040000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:599:23 | 599 | pub const MS_SLAVE: ::c_ulong = 0x080000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 599 - pub const MS_SLAVE: ::c_ulong = 0x080000; 599 + pub const MS_SLAVE: c_ulong = 0x080000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:600:24 | 600 | pub const MS_SHARED: ::c_ulong = 0x100000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 600 - pub const MS_SHARED: ::c_ulong = 0x100000; 600 + pub const MS_SHARED: c_ulong = 0x100000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:601:26 | 601 | pub const MS_RELATIME: ::c_ulong = 0x200000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 601 - pub const MS_RELATIME: ::c_ulong = 0x200000; 601 + pub const MS_RELATIME: c_ulong = 0x200000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:602:27 | 602 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 602 - pub const MS_KERNMOUNT: ::c_ulong = 0x400000; 602 + pub const MS_KERNMOUNT: c_ulong = 0x400000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:603:27 | 603 | pub const MS_I_VERSION: ::c_ulong = 0x800000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 603 - pub const MS_I_VERSION: ::c_ulong = 0x800000; 603 + pub const MS_I_VERSION: c_ulong = 0x800000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:604:29 | 604 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 604 - pub const MS_STRICTATIME: ::c_ulong = 0x1000000; 604 + pub const MS_STRICTATIME: c_ulong = 0x1000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:605:24 | 605 | pub const MS_ACTIVE: ::c_ulong = 0x40000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 605 - pub const MS_ACTIVE: ::c_ulong = 0x40000000; 605 + pub const MS_ACTIVE: c_ulong = 0x40000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:606:25 | 606 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 606 - pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; 606 + pub const MS_MGC_VAL: c_ulong = 0xc0ed0000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:607:25 | 607 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1635| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 607 - pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; 607 + pub const MS_MGC_MSK: c_ulong = 0xffff0000; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1171:23 | 1171 | pub const UTIME_OMIT: c_long = 1073741822; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1635 | use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1172:22 | 1172 | pub const UTIME_NOW: c_long = 1073741823; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1635 | use ffi::c_long; | error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1329:39 | 1329 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1329:55 | 1329 | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1330:64 | 1330 | if (*mhdr).msg_controllen as usize >= ::mem::size_of::() { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1331:41 | 1331 | (*mhdr).msg_control as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1333:23 | 1333 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1337:35 | 1337 | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut ::c_uchar { | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1342:68 | 1342 | (CMSG_ALIGN(length as usize) + CMSG_ALIGN(::mem::size_of::())) | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1347:37 | 1347 | CMSG_ALIGN(::mem::size_of::()) as ::c_uint + length | ^^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1440:34 | 1440 | pub fn sem_destroy(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1441:31 | 1441 | pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1452:65 | 1452 | pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1454:24 | 1454 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1461:34 | 1461 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1461 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1461 - pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; 1461 + pub fn statfs(path: *const c_char, buf: *mut statfs) -> ::c_int; | error[E0573]: expected type, found function `statfs` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1461:52 | 1461 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1462:36 | 1462 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1462 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1462 - pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; 1462 + pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> ::c_int; | error[E0573]: expected type, found function `statfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1462:54 | 1462 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ not a type error[E0573]: expected type, found function `statfs` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1463:43 | 1463 | pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1464:45 | 1464 | pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ not a type error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1465:37 | 1465 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1465 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1465 - pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; 1465 + pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> ::c_int; | error[E0573]: expected type, found function `statvfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1465:55 | 1465 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statvfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1466:46 | 1466 | pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statvfs` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1479:24 | 1479 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1479 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1479 - path: *const ::c_char, 1479 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1485:54 | 1485 | pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1485 | pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1485 - pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; 1485 + pub fn newlocale(mask: ::c_int, locale: *const c_char, base: ::locale_t) -> ::locale_t; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1487:33 | 1487 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1487 | pub fn creat64(path: *const char, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1488:47 | 1488 | pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1491:26 | 1491 | pathname: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1491 | pathname: *const char, | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1492:19 | 1492 | buf: *mut stat64, | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1497:33 | 1497 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1497 | pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1497:51 | 1497 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1506:32 | 1506 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1506 | pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1507:47 | 1507 | pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1507 | pub fn openat64(fd: ::c_int, path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1521:32 | 1521 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1521 | pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1521:50 | 1521 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ not a type error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1522:36 | 1522 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1522 | pub fn truncate64(path: *const char, length: off64_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1526:28 | 1526 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1526 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1526 - pathname: *const ::c_char, 1526 + pathname: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1548:47 | 1548 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1548 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1548 - pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; 1548 + pub fn ptsname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | error[E0412]: cannot find type `siginfo_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1550:61 | 1550 | pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) | ^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1556:36 | 1556 | pub fn acct(filename: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1556 | pub fn acct(filename: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1556 - pub fn acct(filename: *const ::c_char) -> ::c_int; 1556 + pub fn acct(filename: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1574:24 | 1574 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1574 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1574 - file: *const ::c_char, 1574 + file: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1575:31 | 1575 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1575 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1575 - argv: *const *const ::c_char, 1575 + argv: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1576:31 | 1576 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1576 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1576 - envp: *const *const ::c_char, 1576 + envp: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1580:31 | 1580 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1580 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1580 - argv: *const *const ::c_char, 1580 + argv: *const *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1581:31 | 1581 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1581 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1581 - envp: *const *const ::c_char, 1581 + envp: *const *const c_char, | error[E0412]: cannot find type `msghdr` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1590:47 | 1590 | pub fn sendmsg(fd: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `msghdr` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1591:45 | 1591 | pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int) -> ::ssize_t; | ^^^^^^ help: a struct with a similar name exists: `mmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1613:30 | 1613 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1613 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1613 - name: *mut ::c_char, 1613 + name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/mod.rs:1621:30 | 1621 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1621 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1635 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1621 - name: *mut ::c_char, 1621 + name: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:12:21 | 12 | pub type nfds_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 12 - pub type nfds_t = ::c_ulong; 12 + pub type nfds_t = c_ulong; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:62:33 | 62 | pub gl_pathv: *mut *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 62 | pub gl_pathv: *mut *mut char, | ~~~~ help: consider importing this type alias | 359| use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:74:29 | 74 | pub pw_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 74 | pub pw_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 74 - pub pw_name: *mut ::c_char, 74 + pub pw_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:75:31 | 75 | pub pw_passwd: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 75 | pub pw_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 75 - pub pw_passwd: *mut ::c_char, 75 + pub pw_passwd: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:78:30 | 78 | pub pw_gecos: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 78 | pub pw_gecos: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 78 - pub pw_gecos: *mut ::c_char, 78 + pub pw_gecos: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:79:28 | 79 | pub pw_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 79 | pub pw_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 79 - pub pw_dir: *mut ::c_char, 79 + pub pw_dir: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:80:30 | 80 | pub pw_shell: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 80 | pub pw_shell: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 80 - pub pw_shell: *mut ::c_char, 80 + pub pw_shell: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:84:29 | 84 | pub sp_namp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 84 | pub sp_namp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 84 - pub sp_namp: *mut ::c_char, 84 + pub sp_namp: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:85:29 | 85 | pub sp_pwdp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 85 | pub sp_pwdp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 359| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 85 - pub sp_pwdp: *mut ::c_char, 85 + pub sp_pwdp: *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:86:26 | 86 | pub sp_lstchg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 86 - pub sp_lstchg: ::c_long, 86 + pub sp_lstchg: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:87:23 | 87 | pub sp_min: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 87 - pub sp_min: ::c_long, 87 + pub sp_min: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:88:23 | 88 | pub sp_max: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 88 - pub sp_max: ::c_long, 88 + pub sp_max: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:89:24 | 89 | pub sp_warn: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 89 - pub sp_warn: ::c_long, 89 + pub sp_warn: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:90:25 | 90 | pub sp_inact: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 90 - pub sp_inact: ::c_long, 90 + pub sp_inact: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:91:26 | 91 | pub sp_expire: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 91 - pub sp_expire: ::c_long, 91 + pub sp_expire: c_long, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:92:24 | 92 | pub sp_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 359| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 92 - pub sp_flag: ::c_ulong, 92 + pub sp_flag: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:159:29 | 159 | pub if_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 159 | pub if_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 159 - pub if_name: *mut ::c_char, 159 + pub if_name: *mut c_char, | error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:214:26 | 214 | pub codes_ptr: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:311:33 | 311 | pub dlpi_name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 311 | pub dlpi_name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 311 - pub dlpi_name: *const ::c_char, 311 + pub dlpi_name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:445:32 | 445 | pub mnt_fsname: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 445 | pub mnt_fsname: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 445 - pub mnt_fsname: *mut ::c_char, 445 + pub mnt_fsname: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:446:29 | 446 | pub mnt_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 446 | pub mnt_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 446 - pub mnt_dir: *mut ::c_char, 446 + pub mnt_dir: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:447:30 | 447 | pub mnt_type: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 447 | pub mnt_type: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 447 - pub mnt_type: *mut ::c_char, 447 + pub mnt_type: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:448:30 | 448 | pub mnt_opts: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 448 | pub mnt_opts: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 448 - pub mnt_opts: *mut ::c_char, 448 + pub mnt_opts: *mut c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:463:17 | 463 | __sd: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:464:17 | 464 | __ss: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:487:20 | 487 | pub dev: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 487 - pub dev: ::c_ulong, 487 + pub dev: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:488:22 | 488 | pub stamp: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 488 - pub stamp: ::c_ulong, 488 + pub stamp: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:489:24 | 489 | pub updated: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 489 - pub updated: ::c_ulong, 489 + pub updated: c_ulong, | error[E0412]: cannot find type `regoff_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:514:20 | 514 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `regoff_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:515:20 | 515 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:559:24 | 559 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 559 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 559 - pub d_name: [::c_char; 256], 559 + pub d_name: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:567:24 | 567 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 567 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 567 - pub d_name: [::c_char; 256], 567 + pub d_name: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:580:22 | 580 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 580 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 580 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 580 + pub name: [c_char; UINPUT_MAX_NAME_SIZE], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:585:22 | 585 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 585 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 3594| use ffi::c_char; | help: if you import `c_char`, refer to it directly | 585 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 585 + pub name: [c_char; UINPUT_MAX_NAME_SIZE], | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:621:25 | 621 | pub mq_flags: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 621 - pub mq_flags: ::c_long, 621 + pub mq_flags: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:623:26 | 623 | pub mq_maxmsg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 623 - pub mq_maxmsg: ::c_long, 623 + pub mq_maxmsg: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:625:27 | 625 | pub mq_msgsize: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 625 - pub mq_msgsize: ::c_long, 625 + pub mq_msgsize: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:627:27 | 627 | pub mq_curmsgs: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 627 - pub mq_curmsgs: ::c_long, 627 + pub mq_curmsgs: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:629:17 | 629 | pad: [::c_long; 4], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594| use ffi::c_long; | help: if you import `c_long`, refer to it directly | 629 - pad: [::c_long; 4], 629 + pad: [c_long; 4], | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1091:24 | 1091 | pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1091 - pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; 1091 + pub const MS_NOUSER: c_ulong = 0xffffffff80000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1238:22 | 1238 | pub const AT_NULL: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1238 - pub const AT_NULL: ::c_ulong = 0; 1238 + pub const AT_NULL: c_ulong = 0; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1239:24 | 1239 | pub const AT_IGNORE: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1239 - pub const AT_IGNORE: ::c_ulong = 1; 1239 + pub const AT_IGNORE: c_ulong = 1; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1240:24 | 1240 | pub const AT_EXECFD: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1240 - pub const AT_EXECFD: ::c_ulong = 2; 1240 + pub const AT_EXECFD: c_ulong = 2; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1241:22 | 1241 | pub const AT_PHDR: ::c_ulong = 3; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1241 - pub const AT_PHDR: ::c_ulong = 3; 1241 + pub const AT_PHDR: c_ulong = 3; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1242:23 | 1242 | pub const AT_PHENT: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1242 - pub const AT_PHENT: ::c_ulong = 4; 1242 + pub const AT_PHENT: c_ulong = 4; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1243:23 | 1243 | pub const AT_PHNUM: ::c_ulong = 5; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1243 - pub const AT_PHNUM: ::c_ulong = 5; 1243 + pub const AT_PHNUM: c_ulong = 5; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1244:24 | 1244 | pub const AT_PAGESZ: ::c_ulong = 6; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1244 - pub const AT_PAGESZ: ::c_ulong = 6; 1244 + pub const AT_PAGESZ: c_ulong = 6; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1245:22 | 1245 | pub const AT_BASE: ::c_ulong = 7; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1245 - pub const AT_BASE: ::c_ulong = 7; 1245 + pub const AT_BASE: c_ulong = 7; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1246:23 | 1246 | pub const AT_FLAGS: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1246 - pub const AT_FLAGS: ::c_ulong = 8; 1246 + pub const AT_FLAGS: c_ulong = 8; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1247:23 | 1247 | pub const AT_ENTRY: ::c_ulong = 9; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1247 - pub const AT_ENTRY: ::c_ulong = 9; 1247 + pub const AT_ENTRY: c_ulong = 9; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1248:24 | 1248 | pub const AT_NOTELF: ::c_ulong = 10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1248 - pub const AT_NOTELF: ::c_ulong = 10; 1248 + pub const AT_NOTELF: c_ulong = 10; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1249:21 | 1249 | pub const AT_UID: ::c_ulong = 11; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1249 - pub const AT_UID: ::c_ulong = 11; 1249 + pub const AT_UID: c_ulong = 11; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1250:22 | 1250 | pub const AT_EUID: ::c_ulong = 12; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1250 - pub const AT_EUID: ::c_ulong = 12; 1250 + pub const AT_EUID: c_ulong = 12; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1251:21 | 1251 | pub const AT_GID: ::c_ulong = 13; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1251 - pub const AT_GID: ::c_ulong = 13; 1251 + pub const AT_GID: c_ulong = 13; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1252:22 | 1252 | pub const AT_EGID: ::c_ulong = 14; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1252 - pub const AT_EGID: ::c_ulong = 14; 1252 + pub const AT_EGID: c_ulong = 14; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1253:26 | 1253 | pub const AT_PLATFORM: ::c_ulong = 15; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1253 - pub const AT_PLATFORM: ::c_ulong = 15; 1253 + pub const AT_PLATFORM: c_ulong = 15; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1254:23 | 1254 | pub const AT_HWCAP: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1254 - pub const AT_HWCAP: ::c_ulong = 16; 1254 + pub const AT_HWCAP: c_ulong = 16; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1255:24 | 1255 | pub const AT_CLKTCK: ::c_ulong = 17; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1255 - pub const AT_CLKTCK: ::c_ulong = 17; 1255 + pub const AT_CLKTCK: c_ulong = 17; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1257:24 | 1257 | pub const AT_SECURE: ::c_ulong = 23; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1257 - pub const AT_SECURE: ::c_ulong = 23; 1257 + pub const AT_SECURE: c_ulong = 23; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1258:31 | 1258 | pub const AT_BASE_PLATFORM: ::c_ulong = 24; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1258 - pub const AT_BASE_PLATFORM: ::c_ulong = 24; 1258 + pub const AT_BASE_PLATFORM: c_ulong = 24; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1259:24 | 1259 | pub const AT_RANDOM: ::c_ulong = 25; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1259 - pub const AT_RANDOM: ::c_ulong = 25; 1259 + pub const AT_RANDOM: c_ulong = 25; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1260:24 | 1260 | pub const AT_HWCAP2: ::c_ulong = 26; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1260 - pub const AT_HWCAP2: ::c_ulong = 26; 1260 + pub const AT_HWCAP2: c_ulong = 26; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1262:24 | 1262 | pub const AT_EXECFN: ::c_ulong = 31; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1262 - pub const AT_EXECFN: ::c_ulong = 31; 1262 + pub const AT_EXECFN: c_ulong = 31; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1407:24 | 1407 | pub const ST_RDONLY: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1407 - pub const ST_RDONLY: ::c_ulong = 1; 1407 + pub const ST_RDONLY: c_ulong = 1; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1408:24 | 1408 | pub const ST_NOSUID: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1408 - pub const ST_NOSUID: ::c_ulong = 2; 1408 + pub const ST_NOSUID: c_ulong = 2; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1409:23 | 1409 | pub const ST_NODEV: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1409 - pub const ST_NODEV: ::c_ulong = 4; 1409 + pub const ST_NODEV: c_ulong = 4; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1410:24 | 1410 | pub const ST_NOEXEC: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1410 - pub const ST_NOEXEC: ::c_ulong = 8; 1410 + pub const ST_NOEXEC: c_ulong = 8; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1411:29 | 1411 | pub const ST_SYNCHRONOUS: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1411 - pub const ST_SYNCHRONOUS: ::c_ulong = 16; 1411 + pub const ST_SYNCHRONOUS: c_ulong = 16; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1412:26 | 1412 | pub const ST_MANDLOCK: ::c_ulong = 64; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1412 - pub const ST_MANDLOCK: ::c_ulong = 64; 1412 + pub const ST_MANDLOCK: c_ulong = 64; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1413:23 | 1413 | pub const ST_WRITE: ::c_ulong = 128; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1413 - pub const ST_WRITE: ::c_ulong = 128; 1413 + pub const ST_WRITE: c_ulong = 128; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1414:24 | 1414 | pub const ST_APPEND: ::c_ulong = 256; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1414 - pub const ST_APPEND: ::c_ulong = 256; 1414 + pub const ST_APPEND: c_ulong = 256; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1415:27 | 1415 | pub const ST_IMMUTABLE: ::c_ulong = 512; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1415 - pub const ST_IMMUTABLE: ::c_ulong = 512; 1415 + pub const ST_IMMUTABLE: c_ulong = 512; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1416:25 | 1416 | pub const ST_NOATIME: ::c_ulong = 1024; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1416 - pub const ST_NOATIME: ::c_ulong = 1024; 1416 + pub const ST_NOATIME: c_ulong = 1024; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1417:28 | 1417 | pub const ST_NODIRATIME: ::c_ulong = 2048; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1417 - pub const ST_NODIRATIME: ::c_ulong = 2048; 1417 + pub const ST_NODIRATIME: c_ulong = 2048; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1430:19 | 1430 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:535:1 | 535 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1436:19 | 1436 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:536:1 | 536 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here error[E0412]: cannot find type `sem_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1516:30 | 1516 | pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t; | ^^^^^ not found in the crate root error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1516:48 | 1516 | pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:1715:35 | 1715 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` ... 2592 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2153:24 | 2153 | pub const SIOCADDRT: ::c_ulong = 0x0000890B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2153 - pub const SIOCADDRT: ::c_ulong = 0x0000890B; 2153 + pub const SIOCADDRT: c_ulong = 0x0000890B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2154:24 | 2154 | pub const SIOCDELRT: ::c_ulong = 0x0000890C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2154 - pub const SIOCDELRT: ::c_ulong = 0x0000890C; 2154 + pub const SIOCDELRT: c_ulong = 0x0000890C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2155:26 | 2155 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2155 - pub const SIOCGIFNAME: ::c_ulong = 0x00008910; 2155 + pub const SIOCGIFNAME: c_ulong = 0x00008910; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2156:26 | 2156 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2156 - pub const SIOCSIFLINK: ::c_ulong = 0x00008911; 2156 + pub const SIOCSIFLINK: c_ulong = 0x00008911; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2157:26 | 2157 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2157 - pub const SIOCGIFCONF: ::c_ulong = 0x00008912; 2157 + pub const SIOCGIFCONF: c_ulong = 0x00008912; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2158:27 | 2158 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2158 - pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; 2158 + pub const SIOCGIFFLAGS: c_ulong = 0x00008913; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2159:27 | 2159 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2159 - pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; 2159 + pub const SIOCSIFFLAGS: c_ulong = 0x00008914; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2160:26 | 2160 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2160 - pub const SIOCGIFADDR: ::c_ulong = 0x00008915; 2160 + pub const SIOCGIFADDR: c_ulong = 0x00008915; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2161:26 | 2161 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2161 - pub const SIOCSIFADDR: ::c_ulong = 0x00008916; 2161 + pub const SIOCSIFADDR: c_ulong = 0x00008916; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2162:29 | 2162 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2162 - pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; 2162 + pub const SIOCGIFDSTADDR: c_ulong = 0x00008917; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2163:29 | 2163 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2163 - pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; 2163 + pub const SIOCSIFDSTADDR: c_ulong = 0x00008918; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2164:29 | 2164 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2164 - pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; 2164 + pub const SIOCGIFBRDADDR: c_ulong = 0x00008919; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2165:29 | 2165 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2165 - pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; 2165 + pub const SIOCSIFBRDADDR: c_ulong = 0x0000891A; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2166:29 | 2166 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2166 - pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; 2166 + pub const SIOCGIFNETMASK: c_ulong = 0x0000891B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2167:29 | 2167 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2167 - pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; 2167 + pub const SIOCSIFNETMASK: c_ulong = 0x0000891C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2168:28 | 2168 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2168 - pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; 2168 + pub const SIOCGIFMETRIC: c_ulong = 0x0000891D; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2169:28 | 2169 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2169 - pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; 2169 + pub const SIOCSIFMETRIC: c_ulong = 0x0000891E; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2170:25 | 2170 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2170 - pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; 2170 + pub const SIOCGIFMEM: c_ulong = 0x0000891F; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2171:25 | 2171 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2171 - pub const SIOCSIFMEM: ::c_ulong = 0x00008920; 2171 + pub const SIOCSIFMEM: c_ulong = 0x00008920; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2172:25 | 2172 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2172 - pub const SIOCGIFMTU: ::c_ulong = 0x00008921; 2172 + pub const SIOCGIFMTU: c_ulong = 0x00008921; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2173:25 | 2173 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2173 - pub const SIOCSIFMTU: ::c_ulong = 0x00008922; 2173 + pub const SIOCSIFMTU: c_ulong = 0x00008922; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2174:28 | 2174 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2174 - pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; 2174 + pub const SIOCSIFHWADDR: c_ulong = 0x00008924; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2175:27 | 2175 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2175 - pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; 2175 + pub const SIOCGIFENCAP: c_ulong = 0x00008925; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2176:27 | 2176 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2176 - pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; 2176 + pub const SIOCSIFENCAP: c_ulong = 0x00008926; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2177:28 | 2177 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2177 - pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; 2177 + pub const SIOCGIFHWADDR: c_ulong = 0x00008927; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2178:27 | 2178 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2178 - pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; 2178 + pub const SIOCGIFSLAVE: c_ulong = 0x00008929; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2179:27 | 2179 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2179 - pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; 2179 + pub const SIOCSIFSLAVE: c_ulong = 0x00008930; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2180:27 | 2180 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2180 - pub const SIOCADDMULTI: ::c_ulong = 0x00008931; 2180 + pub const SIOCADDMULTI: c_ulong = 0x00008931; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2181:27 | 2181 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2181 - pub const SIOCDELMULTI: ::c_ulong = 0x00008932; 2181 + pub const SIOCDELMULTI: c_ulong = 0x00008932; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2182:23 | 2182 | pub const SIOCDARP: ::c_ulong = 0x00008953; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2182 - pub const SIOCDARP: ::c_ulong = 0x00008953; 2182 + pub const SIOCDARP: c_ulong = 0x00008953; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2183:23 | 2183 | pub const SIOCGARP: ::c_ulong = 0x00008954; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2183 - pub const SIOCGARP: ::c_ulong = 0x00008954; 2183 + pub const SIOCGARP: c_ulong = 0x00008954; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2184:23 | 2184 | pub const SIOCSARP: ::c_ulong = 0x00008955; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2184 - pub const SIOCSARP: ::c_ulong = 0x00008955; 2184 + pub const SIOCSARP: c_ulong = 0x00008955; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2185:24 | 2185 | pub const SIOCDRARP: ::c_ulong = 0x00008960; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2185 - pub const SIOCDRARP: ::c_ulong = 0x00008960; 2185 + pub const SIOCDRARP: c_ulong = 0x00008960; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2186:24 | 2186 | pub const SIOCGRARP: ::c_ulong = 0x00008961; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2186 - pub const SIOCGRARP: ::c_ulong = 0x00008961; 2186 + pub const SIOCGRARP: c_ulong = 0x00008961; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2187:24 | 2187 | pub const SIOCSRARP: ::c_ulong = 0x00008962; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2187 - pub const SIOCSRARP: ::c_ulong = 0x00008962; 2187 + pub const SIOCSRARP: c_ulong = 0x00008962; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2188:25 | 2188 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2188 - pub const SIOCGIFMAP: ::c_ulong = 0x00008970; 2188 + pub const SIOCGIFMAP: c_ulong = 0x00008970; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2189:25 | 2189 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2189 - pub const SIOCSIFMAP: ::c_ulong = 0x00008971; 2189 + pub const SIOCSIFMAP: c_ulong = 0x00008971; | error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2592:34 | 2592 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2816:37 | 2816 | pub fn CMSG_NXTHDR(mhdr: *const msghdr, | ^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2817:37 | 2817 | cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2817:54 | 2817 | cmsg: *const cmsghdr) -> *mut cmsghdr { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2818:59 | 2818 | if ((*cmsg).cmsg_len as usize) < ::mem::size_of::() { | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2819:30 | 2819 | return 0 as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2823:21 | 2823 | as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2829:23 | 2829 | 0 as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2831:26 | 2831 | next as *mut cmsghdr | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2971:30 | 2971 | host: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 2971 | host: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 2971 - host: *mut ::c_char, 2971 + host: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2973:30 | 2973 | serv: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 2973 | serv: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 2973 - serv: *mut ::c_char, 2973 + serv: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2984:28 | 2984 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2984 - liovcnt: ::c_ulong, 2984 + liovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2986:28 | 2986 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2986 - riovcnt: ::c_ulong, 2986 + riovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2987:26 | 2987 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2987 - flags: ::c_ulong, 2987 + flags: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2992:28 | 2992 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2992 - liovcnt: ::c_ulong, 2992 + liovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2994:28 | 2994 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2994 - riovcnt: ::c_ulong, 2994 + riovcnt: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2995:26 | 2995 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2995 - flags: ::c_ulong, 2995 + flags: c_ulong, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3007:50 | 3007 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3007 | pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3010:29 | 3010 | pub fn atof(s: *const ::c_char) -> ::c_double; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3010 | pub fn atof(s: *const ::c_schar) -> ::c_double; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3010 - pub fn atof(s: *const ::c_char) -> ::c_double; 3010 + pub fn atof(s: *const c_char) -> ::c_double; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3011:22 | 3011 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3011 - pub fn labs(i: ::c_long) -> ::c_long; 3011 + pub fn labs(i: c_long) -> ::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3011:35 | 3011 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3011 - pub fn labs(i: ::c_long) -> ::c_long; 3011 + pub fn labs(i: ::c_long) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3015:35 | 3015 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3015 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3015 - pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; 3015 + pub fn lutimes(file: *const c_char, times: *const ::timeval) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3027:36 | 3027 | pub fn getspnam(name: *const ::c_char) -> *mut spwd; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3027 | pub fn getspnam(name: *const ::c_schar) -> *mut spwd; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3027 - pub fn getspnam(name: *const ::c_char) -> *mut spwd; 3027 + pub fn getspnam(name: *const c_char) -> *mut spwd; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3032:24 | 3032 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3032 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3032 - name: *const ::c_char, 3032 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3034:21 | 3034 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3034 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3034 - buf: *mut ::c_char, 3034 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3039:34 | 3039 | pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3039 | pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `shmid_ds` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3045:61 | 3045 | pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3046:36 | 3046 | pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3046 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3046 - pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; 3046 + pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> ::key_t; | error[E0412]: cannot find type `msqid_ds` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3050:59 | 3050 | pub fn msgctl(msqid: ::c_int, cmd: ::c_int, buf: *mut msqid_ds) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3056:19 | 3056 | msgtyp: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3056 - msgtyp: ::c_long, 3056 + msgtyp: c_long, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3069:37 | 3069 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3069 | pub fn fopen64(filename: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3069:58 | 3069 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3069 | pub fn fopen64(filename: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3071:26 | 3071 | filename: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3071 | filename: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3072:22 | 3072 | mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3072 | mode: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3086:22 | 3086 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3086 | path: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3087:22 | 3087 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3087 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3092:22 | 3092 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3092 | path: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3093:22 | 3093 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3093 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3099:22 | 3099 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3099 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3104:22 | 3104 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3104 | path: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3105:22 | 3105 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3105 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3111:22 | 3111 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3111 | path: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3112:22 | 3112 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3112 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3119:22 | 3119 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3119 | name: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3124:35 | 3124 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3124 | pub fn listxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3124:54 | 3124 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3124 | pub fn listxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3125:36 | 3125 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3125 | pub fn llistxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3125:55 | 3125 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3125 | pub fn llistxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3126:52 | 3126 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3126 | pub fn flistxattr(filedes: ::c_int, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3127:37 | 3127 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3127 | pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3127:58 | 3127 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3127 | pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3128:38 | 3128 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3128 | pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3128:59 | 3128 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3128 | pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3129:56 | 3129 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3129 | pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3130:49 | 3130 | pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3141:27 | 3141 | special: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3141 | special: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3141 - special: *const ::c_char, 3141 + special: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3143:22 | 3143 | data: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3143 | data: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3143 - data: *mut ::c_char, 3143 + data: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3145:35 | 3145 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3145 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3145 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; 3145 + pub fn mq_open(name: *const c_char, oflag: ::c_int, ...) -> ::mqd_t; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3147:37 | 3147 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3147 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3147 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int; 3147 + pub fn mq_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3150:25 | 3150 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3150 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3150 - msg_ptr: *mut ::c_char, 3150 + msg_ptr: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3156:25 | 3156 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3156 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3156 - msg_ptr: *mut ::c_char, 3156 + msg_ptr: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3163:27 | 3163 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3163 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3163 - msg_ptr: *const ::c_char, 3163 + msg_ptr: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3169:27 | 3169 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3169 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3169 - msg_ptr: *const ::c_char, 3169 + msg_ptr: *const c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3181:27 | 3181 | sigmask: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3184:38 | 3184 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3184 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3184 - pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; 3184 + pub fn mkostemp(template: *mut c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3185:39 | 3185 | pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3185 | pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3185 - pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; 3185 + pub fn mkostemps(template: *mut c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3187:21 | 3187 | set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3188:20 | 3188 | info: *mut siginfo_t, | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3191:36 | 3191 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3191:57 | 3191 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int; | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3192:73 | 3192 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3192 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3192 - pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; 3192 + pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3205:56 | 3205 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3205 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3205 - pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; 3205 + pub fn mkfifoat(dirfd: ::c_int, pathname: *const c_char, mode: ::mode_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3223:25 | 3223 | pattern: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3223 | pattern: *const char, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3225:55 | 3225 | errfunc: ::Option ::c_int>, | ^^^^^^ | help: a builtin type with a similar name exists | 3225 | errfunc: ::Option ::c_int>, | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3232:38 | 3232 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3232 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3232 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int; 3232 + pub fn shm_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3234:45 | 3234 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3234 - pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); 3234 + pub fn seekdir(dirp: *mut ::DIR, loc: c_long); | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3236:43 | 3236 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3236 - pub fn telldir(dirp: *mut ::DIR) -> ::c_long; 3236 + pub fn telldir(dirp: *mut ::DIR) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3255:38 | 3255 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3255 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3255 - pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; 3255 + pub fn mkstemps(template: *mut c_char, suffixlen: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3257:51 | 3257 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3257 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3257 - pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; 3257 + pub fn nl_langinfo(item: ::nl_item) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3259:39 | 3259 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3259 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3259 - pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 3259 + pub fn getdomainname(name: *mut c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3260:41 | 3260 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3260 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3260 - pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; 3260 + pub fn setdomainname(name: *const c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3263:27 | 3263 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3263 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 3263 + pub fn syscall(num: c_long, ...) -> ::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3263:45 | 3263 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3263 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 3263 + pub fn syscall(num: ::c_long, ...) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3287:36 | 3287 | pub fn umount(target: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3287 | pub fn umount(target: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3287 - pub fn umount(target: *const ::c_char) -> ::c_int; 3287 + pub fn umount(target: *const c_char) -> ::c_int; | error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3301:36 | 3301 | pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3302:35 | 3302 | pub fn sem_getvalue(sem: *mut sem_t, sval: *mut ::c_int) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3305:35 | 3305 | pub fn swapoff(path: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3305 | pub fn swapoff(path: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3305 - pub fn swapoff(path: *const ::c_char) -> ::c_int; 3305 + pub fn swapoff(path: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3313:23 | 3313 | src: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3313 | src: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3313 - src: *const ::c_char, 3313 + src: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3314:26 | 3314 | target: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3314 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3314 - target: *const ::c_char, 3314 + target: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3315:26 | 3315 | fstype: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3315 | fstype: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3315 - fstype: *const ::c_char, 3315 + fstype: *const c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3316:18 | 3316 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3316 - flags: ::c_ulong, 3316 + flags: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3319:35 | 3319 | pub fn personality(persona: ::c_ulong) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3594 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3319 - pub fn personality(persona: ::c_ulong) -> ::c_int; 3319 + pub fn personality(persona: c_ulong) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3326:25 | 3326 | sigmask: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3347:24 | 3347 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3350:39 | 3350 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3350 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3350 - pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; 3350 + pub fn sethostname(name: *const c_char, len: ::size_t) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3357:37 | 3357 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3357 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3357 - pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; 3357 + pub fn umount2(target: *const c_char, flags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3363:34 | 3363 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3363 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3363 - pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; 3363 + pub fn swapon(path: *const c_char, swapflags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3381:38 | 3381 | pub fn sigsuspend(mask: *const ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3385:21 | 3385 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3385 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3385 - buf: *mut ::c_char, 3385 + buf: *mut c_char, | error[E0412]: cannot find type `stack_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3389:35 | 3389 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `stack_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3389:54 | 3389 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3390:32 | 3390 | pub fn sem_close(sem: *mut sem_t) -> ::c_int; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3393:24 | 3393 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3393 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3393 - name: *const ::c_char, 3393 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3395:21 | 3395 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3395 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3395 - buf: *mut ::c_char, 3395 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3399:38 | 3399 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3399 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3399 - pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; 3399 + pub fn initgroups(user: *const c_char, group: ::gid_t) -> ::c_int; | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3400:54 | 3400 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3400:77 | 3400 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3401:36 | 3401 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3401 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3401 - pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; 3401 + pub fn sem_open(name: *const c_char, oflag: ::c_int, ...) -> *mut sem_t; | error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3401:73 | 3401 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3402:36 | 3402 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3402 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3402 - pub fn getgrnam(name: *const ::c_char) -> *mut ::group; 3402 + pub fn getgrnam(name: *const c_char) -> *mut ::group; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3405:38 | 3405 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3405 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3405 - pub fn sem_unlink(name: *const ::c_char) -> ::c_int; 3405 + pub fn sem_unlink(name: *const c_char) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3408:24 | 3408 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3408 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3408 - name: *const ::c_char, 3408 + name: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3410:21 | 3410 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3410 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3410 - buf: *mut ::c_char, 3410 + buf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3417:21 | 3417 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3417 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3417 - buf: *mut ::c_char, 3417 + buf: *mut c_char, | error[E0412]: cannot find type `sigset_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3421:32 | 3421 | pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3429:24 | 3429 | user: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3429 | user: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3429 - user: *const ::c_char, 3429 + user: *const c_char, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3438:34 | 3438 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3438 | pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3438:55 | 3438 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3438 | pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3441:28 | 3441 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3441 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3441 - pathname: *const ::c_char, 3441 + pathname: *const c_char, | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3447:24 | 3447 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3462:41 | 3462 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3462 | pub fn setmntent(filename: *const ::c_schar, ty: *const ::c_char) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3462 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 3462 + pub fn setmntent(filename: *const c_char, ty: *const ::c_char) -> *mut ::FILE; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3462:62 | 3462 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3462 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3462 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 3462 + pub fn setmntent(filename: *const ::c_char, ty: *const c_char) -> *mut ::FILE; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3466:58 | 3466 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3466 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3466 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 3466 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const c_char) -> *mut ::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3466:76 | 3466 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3466 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3466 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 3466 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3470:24 | 3470 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3470 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3470 - path: *const ::c_char, 3470 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3473:29 | 3473 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3473 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3473 - argv: *const *mut ::c_char, 3473 + argv: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3474:29 | 3474 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3474 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3474 - envp: *const *mut ::c_char, 3474 + envp: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3478:24 | 3478 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3478 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3478 - file: *const ::c_char, 3478 + file: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3481:29 | 3481 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3481 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3481 - argv: *const *mut ::c_char, 3481 + argv: *const *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3482:29 | 3482 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3482 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3482 - envp: *const *mut ::c_char, 3482 + envp: *const *mut c_char, | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3488:25 | 3488 | default: *mut ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3492:27 | 3492 | default: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3496:25 | 3496 | default: *mut ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3500:27 | 3500 | default: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3531:24 | 3531 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3531 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3531 - path: *const ::c_char, 3531 + path: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3553:58 | 3553 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3553 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3553 - pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; 3553 + pub fn inotify_add_watch(fd: ::c_int, path: *const c_char, mask: u32) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3556:60 | 3556 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3556 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3556 - pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; 3556 + pub fn regcomp(preg: *mut ::regex_t, pattern: *const c_char, cflags: ::c_int) -> ::c_int; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3560:25 | 3560 | input: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3560 | input: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3560 - input: *const ::c_char, 3560 + input: *const c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3569:24 | 3569 | errbuf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3569 | errbuf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3569 - errbuf: *mut ::c_char, 3569 + errbuf: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3575:40 | 3575 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3575 | pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3575 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 3575 + pub fn iconv_open(tocode: *const c_char, fromcode: *const ::c_char) -> iconv_t; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3575:67 | 3575 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3575 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3575 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 3575 + pub fn iconv_open(tocode: *const ::c_char, fromcode: *const c_char) -> iconv_t; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3578:28 | 3578 | inbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3578 | inbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3578 - inbuf: *mut *mut ::c_char, 3578 + inbuf: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3580:29 | 3580 | outbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3580 | outbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3594 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3580 - outbuf: *mut *mut ::c_char, 3580 + outbuf: *mut *mut c_char, | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:2:20 | 2 | pub type clock_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 | use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:12:19 | 12 | pub type time_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 | use ffi::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:13:24 | 13 | pub type suseconds_t = c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 | use ffi::c_long; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:18:23 | 18 | pub type shmatt_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 18 - pub type shmatt_t = ::c_ulong; 18 + pub type shmatt_t = c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:19:24 | 19 | pub type msgqnum_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 19 - pub type msgqnum_t = ::c_ulong; 19 + pub type msgqnum_t = c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:20:23 | 20 | pub type msglen_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 20 - pub type msglen_t = ::c_ulong; 20 + pub type msglen_t = c_ulong; | error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:27:6 | 27 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:36:27 | 36 | (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:49:27 | 49 | (*(self as *const siginfo_t as *const siginfo_si_value)).si_value | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:61:25 | 61 | si_utime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 61 - si_utime: ::c_long, 61 + si_utime: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:62:25 | 62 | si_stime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 62 - si_stime: ::c_long, 62 + si_stime: c_long, | error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:87:14 | 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 87 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:89:36 | 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 89 | &(*(self as *const siginfo_t as *const siginfo_f)).sifields | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:104:48 | 104 | pub unsafe fn si_utime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 104 - pub unsafe fn si_utime(&self) -> ::c_long { 104 + pub unsafe fn si_utime(&self) -> c_long { | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:108:48 | 108 | pub unsafe fn si_stime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 108 - pub unsafe fn si_stime(&self) -> ::c_long { 108 + pub unsafe fn si_stime(&self) -> c_long { | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:133:22 | 133 | __dummy4: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 133 | __dummy4: [::c_schar; 16], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - __dummy4: [::c_char; 16], 133 + __dummy4: [c_char; 16], | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:156:24 | 156 | pub sa_mask: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:162:24 | 162 | pub f_bsize: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 162 - pub f_bsize: ::c_ulong, 162 + pub f_bsize: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:163:25 | 163 | pub f_frsize: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 163 - pub f_frsize: ::c_ulong, 163 + pub f_frsize: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:171:23 | 171 | pub f_fsid: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 171 - pub f_fsid: ::c_ulong, 171 + pub f_fsid: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:176:23 | 176 | pub f_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 176 - pub f_flag: ::c_ulong, 176 + pub f_flag: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:177:26 | 177 | pub f_namemax: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 177 - pub f_namemax: ::c_ulong, 177 + pub f_namemax: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:205:23 | 205 | __padding2: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 205 | __padding2: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 205 - __padding2: ::c_char, 205 + __padding2: c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:209:24 | 209 | pub rt_pad1: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 209 - pub rt_pad1: ::c_ulong, 209 + pub rt_pad1: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:215:24 | 215 | pub rt_pad3: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 215 - pub rt_pad3: ::c_ulong, 215 + pub rt_pad3: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:223:28 | 223 | pub rt_dev: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 223 | pub rt_dev: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 223 - pub rt_dev: *mut ::c_char, 223 + pub rt_dev: *mut c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:224:23 | 224 | pub rt_mtu: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 224 - pub rt_mtu: ::c_ulong, 224 + pub rt_mtu: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:225:26 | 225 | pub rt_window: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 225 - pub rt_window: ::c_ulong, 225 + pub rt_window: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:256:23 | 256 | pub uptime: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 256 - pub uptime: ::c_ulong, 256 + pub uptime: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:257:23 | 257 | pub loads: [::c_ulong; 3], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 257 - pub loads: [::c_ulong; 3], 257 + pub loads: [c_ulong; 3], | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:258:25 | 258 | pub totalram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 258 - pub totalram: ::c_ulong, 258 + pub totalram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:259:24 | 259 | pub freeram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 259 - pub freeram: ::c_ulong, 259 + pub freeram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:260:26 | 260 | pub sharedram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 260 - pub sharedram: ::c_ulong, 260 + pub sharedram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:261:26 | 261 | pub bufferram: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 261 - pub bufferram: ::c_ulong, 261 + pub bufferram: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:262:26 | 262 | pub totalswap: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 262 - pub totalswap: ::c_ulong, 262 + pub totalswap: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:263:25 | 263 | pub freeswap: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 263 - pub freeswap: ::c_ulong, 263 + pub freeswap: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:266:26 | 266 | pub totalhigh: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 266 - pub totalhigh: ::c_ulong, 266 + pub totalhigh: c_ulong, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:267:25 | 267 | pub freehigh: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 267 - pub freehigh: ::c_ulong, 267 + pub freehigh: c_ulong, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:269:28 | 269 | pub __reserved: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 269 | pub __reserved: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 269 - pub __reserved: [::c_char; 256], 269 + pub __reserved: [c_char; 256], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:281:25 | 281 | pub ut_line: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 281 | pub ut_line: [::c_schar; 32], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 281 - pub ut_line: [::c_char; 32], 281 + pub ut_line: [c_char; 32], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:282:23 | 282 | pub ut_id: [::c_char; 4], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 282 | pub ut_id: [::c_schar; 4], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 282 - pub ut_id: [::c_char; 4], 282 + pub ut_id: [c_char; 4], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:283:25 | 283 | pub ut_user: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 283 | pub ut_user: [::c_schar; 32], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 283 - pub ut_user: [::c_char; 32], 283 + pub ut_user: [c_char; 32], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:284:25 | 284 | pub ut_host: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 284 | pub ut_host: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 284 - pub ut_host: [::c_char; 256], 284 + pub ut_host: [c_char; 256], | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:288:27 | 288 | pub ut_session: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 288 - pub ut_session: ::c_long, 288 + pub ut_session: c_long, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:299:22 | 299 | __unused: [::c_char; 20], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 299 | __unused: [::c_schar; 20], | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 299 - __unused: [::c_char; 20], 299 + __unused: [c_char; 20], | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:458:26 | 458 | pub const MS_RMT_MASK: ::c_ulong = 0x02800051; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 458 - pub const MS_RMT_MASK: ::c_ulong = 0x02800051; 458 + pub const MS_RMT_MASK: c_ulong = 0x02800051; | error[E0425]: cannot find value `O_DIRECTORY` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:467:45 | 467 | pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:505:31 | 505 | pub const O_NDELAY: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 586 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ----------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here error[E0425]: cannot find value `MAP_ANON` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:514:36 | 514 | pub const MAP_ANONYMOUS: ::c_int = MAP_ANON; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `SIGSYS` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:532:34 | 532 | pub const SIGUNUSED: ::c_int = ::SIGSYS; | ^^^^^^ not found in the crate root error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:586:37 | 586 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2592:1 | 2592 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:588:37 | 588 | pub const SFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:2592:1 | 2592 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:681:47 | 681 | pub fn ptrace(request: ::c_int, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_long; | help: if you import `c_long`, refer to it directly | 681 - pub fn ptrace(request: ::c_int, ...) -> ::c_long; 681 + pub fn ptrace(request: ::c_int, ...) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:709:24 | 709 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 709 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 | use ffi::c_char; | help: if you import `c_char`, refer to it directly | 709 - path: *const ::c_char, 709 + path: *const c_char, | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:711:31 | 711 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 711 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 711 + pub fn getauxval(type_: c_ulong) -> ::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:711:45 | 711 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 711 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 711 + pub fn getauxval(type_: ::c_ulong) -> c_ulong; | error[E0412]: cannot find type `__u64` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/align.rs:51:27 | 51 | pub mask: __u64, | ^^^^^ not found in this scope | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3613:1 | 3613 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/align.rs:95:30 | 95 | size: [u8; ::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:535:1 | 535 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3613:1 | 3613 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/align.rs:117:30 | 117 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/musl/mod.rs:536:1 | 536 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3613:1 | 3613 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0204]: the trait `Copy` may not be implemented for this type | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/align.rs:95:17 | 95 | size: [u8; ::__SIZEOF_PTHREAD_MUTEX_T], | -------------------------------------- this field does not implement `Copy` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3613:1 | 3613 | expand_align!(); | --------------- in this macro invocation --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:118:25 | 118 | impl ::Copy for $i {} | ^^ | = note: this error originates in the macro `s_no_extra_traits` which comes from the expansion of the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0204]: the trait `Copy` may not be implemented for this type | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/align.rs:117:17 | 117 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCK_T], | --------------------------------------- this field does not implement `Copy` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/unix/linux_like/linux/mod.rs:3613:1 | 3613 | expand_align!(); | --------------- in this macro invocation --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.93/src/macros.rs:118:25 | 118 | impl ::Copy for $i {} | ^^ | = note: this error originates in the macro `s_no_extra_traits` which comes from the expansion of the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) Some errors have detailed explanations: E0204, E0412, E0425, E0573. For more information about an error, try `rustc --explain E0204`. error: could not compile `libc` due to 681 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile `libc` due to 681 previous errors >>> ERROR: exa: build failed >>> exa: Uninstalling dependencies... (1/25) Purging .makedepends-exa (20230417.161302) (2/25) Purging cargo (1.68.2-r0) (3/25) Purging libgit2-dev (1.5.2-r0) (4/25) Purging curl-dev (8.0.1-r2) (5/25) Purging libidn2-dev (2.3.4-r1) (6/25) Purging nghttp2-dev (1.52.0-r1) (7/25) Purging brotli-dev (1.0.9-r12) (8/25) Purging brotli (1.0.9-r12) (9/25) Purging libssh2-dev (1.10.0-r4) (10/25) Purging http-parser-dev (2.9.4-r0) (11/25) Purging libgit2 (1.5.2-r0) (12/25) Purging http-parser (2.9.4-r0) (13/25) Purging libssh2 (1.10.0-r4) (14/25) Purging openssl-dev (3.1.0-r3) (15/25) Purging pcre2-dev (10.42-r1) (16/25) Purging libedit-dev (20221030.3.1-r1) (17/25) Purging bsd-compat-headers (0.7.2-r4) (18/25) Purging ncurses-dev (6.4_p20230401-r4) (19/25) Purging libncurses++ (6.4_p20230401-r4) (20/25) Purging libpanelw (6.4_p20230401-r4) (21/25) Purging zlib-dev (1.2.13-r1) (22/25) Purging libpcre2-16 (10.42-r1) (23/25) Purging libpcre2-32 (10.42-r1) (24/25) Purging libformw (6.4_p20230401-r4) (25/25) Purging libmenuw (6.4_p20230401-r4) Executing busybox-1.36.0-r7.trigger OK: 1000 MiB in 103 packages