>>> kalker: Building testing/kalker 2.2.0-r0 (using abuild 3.13.0-r3) started Thu, 11 Jul 2024 13:25:52 +0000 >>> kalker: Checking sanity of /home/buildozer/aports/testing/kalker/APKBUILD... >>> kalker: Analyzing dependencies... >>> kalker: Installing for build: build-base cargo cargo-auditable gmp-dev m4 mpc1-dev mpfr-dev (1/14) Installing libffi (3.4.6-r0) (2/14) Installing xz-libs (5.6.2-r0) (3/14) Installing libxml2 (2.12.8-r0) (4/14) Installing llvm18-libs (18.1.8-r0) (5/14) Installing scudo-malloc (18.1.8-r0) (6/14) Installing rust (1.79.0-r1) (7/14) Installing cargo (1.79.0-r1) (8/14) Installing cargo-auditable (0.6.2-r0) (9/14) Installing libgmpxx (6.3.0-r1) (10/14) Installing gmp-dev (6.3.0-r1) (11/14) Installing m4 (1.4.19-r3) (12/14) Installing mpc1-dev (1.3.1-r1) (13/14) Installing mpfr-dev (4.2.1-r0) (14/14) Installing .makedepends-kalker (20240711.132554) Executing busybox-1.36.1-r31.trigger OK: 513 MiB in 113 packages >>> kalker: Cleaning up srcdir >>> kalker: Cleaning up pkgdir >>> kalker: Cleaning up tmpdir >>> kalker: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kalker-2.2.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/kalker-2.2.0.tar.gz.part' kalker-2.2.0.tar.gz. 4% |* | 65288 0:00:19 ETA kalker-2.2.0.tar.gz. 28% |********* | 367k 0:00:05 ETA kalker-2.2.0.tar.gz. 51% |**************** | 671k 0:00:02 ETA kalker-2.2.0.tar.gz. 76% |************************ | 991k 0:00:01 ETA kalker-2.2.0.tar.gz. 100% |********************************| 1302k 0:00:00 ETA '/var/cache/distfiles/kalker-2.2.0.tar.gz.part' saved >>> kalker: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kalker-2.2.0.tar.gz >>> kalker: Checking sha512sums... kalker-2.2.0.tar.gz: OK system-libs.patch: OK >>> kalker: Unpacking /var/cache/distfiles/kalker-2.2.0.tar.gz... >>> kalker: system-libs.patch patching file kalk/Cargo.toml patching file Cargo.lock Updating crates.io index Downloading crates ... Downloaded wasm-bindgen-test-macro v0.3.33 Downloaded wasm-bindgen-shared v0.2.83 Downloaded utf8parse v0.2.0 Downloaded dirs v3.0.2 Downloaded test-case v1.2.3 Downloaded wasm-bindgen-macro-support v0.2.83 Downloaded wasm-bindgen-futures v0.4.33 Downloaded wasm-bindgen-macro v0.2.83 Downloaded wasm-bindgen-test v0.3.33 Downloaded az v1.2.1 Downloaded once_cell v1.17.0 Downloaded quote v1.0.23 Downloaded wasm-bindgen-backend v0.2.83 Downloaded proc-macro2 v1.0.50 Downloaded unicode-ident v1.0.6 Downloaded bumpalo v3.12.0 Downloaded rustyline v7.1.0 Downloaded unicode-segmentation v1.10.0 Downloaded seahorse v1.1.2 Downloaded js-sys v0.3.60 Downloaded aho-corasick v0.7.20 Downloaded wasm-bindgen v0.2.83 Downloaded nix v0.19.1 Downloaded syn v1.0.107 Downloaded regex v1.7.1 Downloaded regex-syntax v0.6.28 Downloaded rug v1.24.0 Downloaded libc v0.2.139 Downloaded gmp-mpfr-sys v1.6.2 Compiling libc v0.2.139 Compiling log v0.4.17 Compiling proc-macro2 v1.0.50 Compiling unicode-ident v1.0.6 Compiling quote v1.0.23 Compiling syn v1.0.107 Compiling wasm-bindgen-shared v0.2.83 Compiling cfg-if v1.0.0 Compiling once_cell v1.17.0 Compiling bumpalo v3.12.0 Compiling memchr v2.5.0 Compiling gmp-mpfr-sys v1.6.2 Compiling az v1.2.1 Compiling libm v0.2.8 Compiling wasm-bindgen v0.2.83 Compiling rug v1.24.0 Compiling bitflags v1.3.2 Compiling utf8parse v0.2.0 Compiling kalker v2.2.0 (/home/buildozer/aports/testing/kalker/src/kalker-2.2.0/cli) Compiling lazy_static v1.4.0 Compiling regex-syntax v0.6.28 Compiling unicode-segmentation v1.10.0 Compiling unicode-width v0.1.10 Compiling seahorse v1.1.2 Compiling ansi_term v0.12.1 Compiling aho-corasick v0.7.20 Compiling regex v1.7.1 error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/mod.rs:56:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 56 | pub gr_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 56 | pub gr_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 154+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 56 - pub gr_name: *mut ::c_char, 56 + 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.139/src/unix/mod.rs:57:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 57 | pub gr_passwd: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 57 | pub gr_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 154+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 57 - pub gr_passwd: *mut ::c_char, 57 + 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.139/src/unix/mod.rs:59:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 59 | pub gr_mem: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 59 | pub gr_mem: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 154+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 59 - pub gr_mem: *mut *mut ::c_char, 59 + 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.139/src/unix/mod.rs:79:24 | 79 | pub tv_nsec: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 154+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 79 - pub tv_nsec: ::c_long, 79 + 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.139/src/unix/mod.rs:90:24 | 90 | pub ru_maxrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 154+ 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.139/src/unix/mod.rs:93:23 | 93 | pub ru_ixrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 154+ 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.139/src/unix/mod.rs:96:23 | 96 | pub ru_idrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 154+ 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.139/src/unix/mod.rs:99:23 | 99 | pub ru_isrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 154+ 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.139/src/unix/mod.rs:102:24 | 102 | pub ru_minflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:105:24 | 105 | pub ru_majflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:108:23 | 108 | pub ru_nswap: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:111:25 | 111 | pub ru_inblock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:114:25 | 114 | pub ru_oublock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:117:24 | 117 | pub ru_msgsnd: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:120:24 | 120 | pub ru_msgrcv: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:123:26 | 123 | pub ru_nsignals: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:126:23 | 126 | pub ru_nvcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:129:24 | 129 | pub ru_nivcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:134:22 | 134 | __reserved: [c_long; 16], | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:146:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 146 | pub h_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 146 | pub h_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 146 - pub h_name: *mut ::c_char, 146 + 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.139/src/unix/mod.rs:147:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 147 | pub h_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 147 | pub h_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 147 - pub h_aliases: *mut *mut ::c_char, 147 + 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.139/src/unix/mod.rs:150:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 150 | pub h_addr_list: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 150 | pub h_addr_list: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 150 - pub h_addr_list: *mut *mut ::c_char, 150 + 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.139/src/unix/mod.rs:196:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 196 | pub s_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 196 | pub s_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 196 - pub s_name: *mut ::c_char, 196 + 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.139/src/unix/mod.rs:197:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 197 | pub s_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 197 | pub s_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 197 - pub s_aliases: *mut *mut ::c_char, 197 + 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.139/src/unix/mod.rs:199:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 199 | pub s_proto: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 199 | pub s_proto: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 199 - pub s_proto: *mut ::c_char, 199 + 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.139/src/unix/mod.rs:203:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 203 | pub p_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 203 | pub p_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 203 - pub p_name: *mut ::c_char, 203 + 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.139/src/unix/mod.rs:204:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 204 | pub p_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 204 | pub p_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 204 - pub p_aliases: *mut *mut ::c_char, 204 + 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.139/src/unix/mod.rs:465:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 465 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 465 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:465:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 465 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 465 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:470:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 470 | 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 | 470 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:470:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 470 | 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 | 470 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:474:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 474 | pub fn remove(filename: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 474 | pub fn remove(filename: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:475:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 475 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 475 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:475:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 475 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 475 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:477:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 477 | 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 | 477 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:478:48 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 478 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char); | ^^^^^^ | help: a type alias with a similar name exists | 478 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar); | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:482:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 482 | 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 | 482 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:482:73 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 482 | 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 | 482 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:488:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:489:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 489 | pub fn puts(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 489 | pub fn puts(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:497:45 | 497 | 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 | 1546+ 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.139/src/unix/mod.rs:498:40 | 498 | pub fn ftell(stream: *mut FILE) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:507:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn perror(s: *const c_char); | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn perror(s: *const c_schar); | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:508:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | pub fn atof(s: *const c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 508 | pub fn atof(s: *const c_schar) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:509:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn atoi(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn atoi(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:510:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | pub fn atol(s: *const c_char) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 510 | pub fn atol(s: *const c_schar) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:510:38 | 510 | pub fn atol(s: *const c_char) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:511:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 511 | pub fn atoll(s: *const c_char) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 511 | pub fn atoll(s: *const c_schar) -> c_longlong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:516:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:516:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:517:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:517:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:518:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | 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 | 518 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:518:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | 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 | 518 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:518:77 | 518 | 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 | 1546+ 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.139/src/unix/mod.rs:519:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:519:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:520:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | 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 | 520 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:520:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | 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 | 520 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:520:78 | 520 | 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 | 1546+ 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.139/src/unix/mod.rs:521:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:521:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:533:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 533 | pub fn system(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 533 | pub fn system(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:534:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 534 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 534 | pub fn getenv(s: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:534:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 534 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 534 | pub fn getenv(s: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:536:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 536 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 536 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:536:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 536 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 536 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:536:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 536 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 536 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:537:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 537 | 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 | 537 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:537:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 537 | 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 | 537 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:537:77 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 537 | 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 | 537 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:538:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 538 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 538 | pub fn stpcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:538:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 538 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 538 | pub fn stpcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:538:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 538 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 538 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:539:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 539 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 539 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:539:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 539 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 539 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:539:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 539 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 539 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:540:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 540 | 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 | 540 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:540:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 540 | 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 | 540 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:540:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 540 | 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 | 540 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:541:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 541 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 541 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:541:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 541 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 541 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:542:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 542 | 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 | 542 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:542:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 542 | 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 | 542 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:543:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 543 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 543 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:543:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 543 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 543 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:544:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 544 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 544 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:544:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 544 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 544 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:545:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 545 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 545 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:545:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 545 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 545 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:546:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:546:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 546 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 546 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:547:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 547 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 547 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:547:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 547 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 547 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:548:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 548 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 548 | pub fn strdup(cs: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:548:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 548 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 548 | pub fn strdup(cs: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:549:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 549 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 549 | pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:549:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 549 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 549 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:550:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:550:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:550:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 550 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 550 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:551:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:551:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:551:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:552:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:552:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:553:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | 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 | 553 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:553:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | 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 | 553 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:554:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 554 | pub fn strlen(cs: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 554 | pub fn strlen(cs: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:555:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 555 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 555 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:560:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 560 | pub fn strerror(n: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 560 | pub fn strerror(n: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:561:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 561 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 561 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:561:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 561 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 561 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:561:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 561 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 561 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:562:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 562 | pub fn strtok_r(s: *mut c_schar, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:562:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 562 | pub fn strtok_r(s: *mut c_char, t: *const c_schar, p: *mut *mut c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:562:68 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:562:84 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 562 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:563:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 563 | 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 | 563 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:563:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 563 | 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 | 563 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:564:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 564 | pub fn strsignal(sig: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 564 | pub fn strsignal(sig: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:565:31 | 565 | 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.139/src/unix/mod.rs:566:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 566 | 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 | 566 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:566:52 | 566 | 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.139/src/unix/mod.rs:569:31 | 569 | 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.139/src/unix/mod.rs:569:43 | 569 | 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.139/src/unix/mod.rs:569:71 | 569 | 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.139/src/unix/mod.rs:578:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 578 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd; | ^^^^^^ | help: a type alias with a similar name exists | 578 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 578 - pub fn getpwnam(name: *const ::c_char) -> *mut passwd; 578 + 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.139/src/unix/mod.rs:582:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 582 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 582 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 582 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 582 + 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.139/src/unix/mod.rs:583:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 583 | pub fn printf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 583 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 583 - pub fn printf(format: *const ::c_char, ...) -> ::c_int; 583 + 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.139/src/unix/mod.rs:584:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 584 | 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 | 584 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 584 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 584 + 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.139/src/unix/mod.rs:584:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 584 | 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 | 584 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 584 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 584 + 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.139/src/unix/mod.rs:585:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 585 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 585 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 585 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 585 + 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.139/src/unix/mod.rs:585:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 585 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 585 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 585 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 585 + 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.139/src/unix/mod.rs:590:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 590 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 590 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 590 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 590 + 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.139/src/unix/mod.rs:595:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 595 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 595 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 595 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int; 595 + 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.139/src/unix/mod.rs:600:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 600 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 600 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 600 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 600 + 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.139/src/unix/mod.rs:600:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 600 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 600 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 600 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 600 + 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.139/src/unix/mod.rs:717:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 717 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 717 | pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/mod.rs:733:45 | 733 | 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.139/src/unix/mod.rs:735:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 735 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 735 | pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:746:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 746 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 746 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/mod.rs:746:48 | 746 | 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.139/src/unix/mod.rs:753:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 753 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a type alias with a similar name exists | 753 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:760:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 760 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 760 | pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:765:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 765 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 765 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:781:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 781 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR; | ^^^^^^ | help: a type alias with a similar name exists | 781 | pub fn opendir(dirname: *const c_schar) -> *mut ::DIR; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:810:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 810 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 810 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 810 - pathname: *const ::c_char, 810 + 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.139/src/unix/mod.rs:817:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 817 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 817 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 817 - pathname: *const ::c_char, 817 + 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.139/src/unix/mod.rs:832:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 832 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 832 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 832 - pathname: *const ::c_char, 832 + pathname: *const c_char, | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/mod.rs:833:19 | 833 | 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.139/src/unix/mod.rs:838:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 838 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 838 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 838 - oldpath: *const ::c_char, 838 + 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.139/src/unix/mod.rs:840:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 840 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 840 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 840 - newpath: *const ::c_char, 840 + 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.139/src/unix/mod.rs:845:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 845 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 845 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 845 - oldpath: *const ::c_char, 845 + 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.139/src/unix/mod.rs:847:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 847 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 847 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 847 - newpath: *const ::c_char, 847 + 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.139/src/unix/mod.rs:850:26 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 850 | target: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 850 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 850 - target: *const ::c_char, 850 + 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.139/src/unix/mod.rs:852:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 852 | linkpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 852 | linkpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 852 - linkpath: *const ::c_char, 852 + 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.139/src/unix/mod.rs:854:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 854 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 854 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 854 - pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; 854 + 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.139/src/unix/mod.rs:856:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 856 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 856 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:858:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 858 | pub fn chdir(dir: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 858 | pub fn chdir(dir: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:860:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 860 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 860 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:865:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 865 | pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 865 | pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:877:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 877 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 877 | pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:877:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 877 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 877 | pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:878:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 878 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 878 | pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 878 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 878 + 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.139/src/unix/mod.rs:878:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 878 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 878 | pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 878 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 878 + 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.139/src/unix/mod.rs:879:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 879 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 879 | pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 879 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 879 + 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.139/src/unix/mod.rs:879:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 879 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 879 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 879 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 879 + 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.139/src/unix/mod.rs:880:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 880 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 880 | pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:880:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 880 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 880 | pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:882:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 882 | prog: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 882 | prog: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:883:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 883 | argv: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 883 | argv: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:884:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 884 | envp: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 884 | envp: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:886:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 886 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 886 | pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:886:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 886 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 886 | pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:888:58 | 888 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:889:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 889 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 889 | pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:889:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 889 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 889 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:895:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 895 | pub fn getlogin() -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 895 | pub fn getlogin() -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:900:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 900 | 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 | 900 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:900:75 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 900 | 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 | 900 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:907:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 907 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 907 | pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:907:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 907 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 907 | pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:909:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 909 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 909 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:909:60 | 909 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:917:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 917 | pub fn rmdir(path: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 917 | pub fn rmdir(path: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:939:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 939 | pub fn ttyname(fd: ::c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 939 | pub fn ttyname(fd: ::c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:945:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 945 | 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 | 945 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:946:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 946 | pub fn unlink(c: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 946 | pub fn unlink(c: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:975:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 975 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 975 | pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546+ 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.139/src/unix/mod.rs:1011:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1011 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; | ^^^^^^ | help: a type alias with a similar name exists | 1011 | pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1012:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1012 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1012 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1012 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 1012 + 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.139/src/unix/mod.rs:1012:79 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1012 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1012 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1012 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 1012 + 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.139/src/unix/mod.rs:1023:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1023 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1023 | pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/mod.rs:1023:49 | 1023 | 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.139/src/unix/mod.rs:1035:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1035 | 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 | 1035 | pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1035:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1035 | 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 | 1035 | pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1041:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1041 | pub fn unsetenv(name: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1041 | pub fn unsetenv(name: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1043:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1043 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1043 | pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1043:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1043 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1043 | pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1061:40 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1061 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1061 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1061 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1061 + 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.139/src/unix/mod.rs:1061:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1061 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1061 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1061 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1061 + 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.139/src/unix/mod.rs:1061:83 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1061 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1061 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1061 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1061 + 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.139/src/unix/mod.rs:1075:43 | 1075 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/mod.rs:1076:46 | 1076 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/mod.rs:1077:51 | 1077 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/mod.rs:1078:53 | 1078 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/mod.rs:1184:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1184 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1184 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1184 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; 1184 + 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.139/src/unix/mod.rs:1185:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1185 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1185 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1185 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; 1185 + 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.139/src/unix/mod.rs:1186:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1186 | pub fn dlerror() -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1186 | pub fn dlerror() -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1186 - pub fn dlerror() -> *mut ::c_char; 1186 + 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.139/src/unix/mod.rs:1187:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1187 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1187 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1187 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; 1187 + 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.139/src/unix/mod.rs:1199:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1199 | node: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1199 | node: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1200:25 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1200 | service: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1200 | service: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1211:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1211 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1211 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1211 - pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; 1211 + pub fn hstrerror(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.139/src/unix/mod.rs:1212:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1212 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1212 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1212 - pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; 1212 + 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.139/src/unix/mod.rs:1275:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1275 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1275 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1275 - pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; 1275 + 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.139/src/unix/mod.rs:1276:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1276 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1276 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1276 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 1276 + 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.139/src/unix/mod.rs:1278:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1278 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1278 | pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1278 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1278 + 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.139/src/unix/mod.rs:1278:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1278 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1278 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1278 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1278 + 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.139/src/unix/mod.rs:1279:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1279 | pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1279 | pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1279 - pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; 1279 + 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.139/src/unix/mod.rs:1282:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1282 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; | ^^^^^^ | help: a type alias with a similar name exists | 1282 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1282 - pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; 1282 + 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.139/src/unix/mod.rs:1284:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1284 | pub fn chroot(name: *const ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1284 | pub fn chroot(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1284 - pub fn chroot(name: *const ::c_char) -> ::c_int; 1284 + 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.139/src/unix/mod.rs:1307:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1307 | pub fn putenv(string: *mut c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1307 | pub fn putenv(string: *mut c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1330:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1330 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1330 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1330 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1330 + 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.139/src/unix/mod.rs:1330:76 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1330 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1330 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1330 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1330 + 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.139/src/unix/mod.rs:1337:31 | 1337 | 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.139/src/unix/mod.rs:1338:34 | 1338 | 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.139/src/unix/mod.rs:1339:31 | 1339 | 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.139/src/unix/mod.rs:1340:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1340 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1340 | pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1344:34 | 1344 | 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.139/src/unix/mod.rs:1346:32 | 1346 | 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.139/src/unix/mod.rs:1348:33 | 1348 | 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.139/src/unix/mod.rs:1350:32 | 1350 | 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.139/src/unix/mod.rs:1352:36 | 1352 | 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.139/src/unix/mod.rs:1355:50 | 1355 | 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.139/src/unix/mod.rs:1355:73 | 1355 | 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.139/src/unix/mod.rs:1357:33 | 1357 | 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.139/src/unix/mod.rs:1359:40 | 1359 | pub fn sysconf(name: ::c_int) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1546 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1359 - pub fn sysconf(name: ::c_int) -> ::c_long; 1359 + 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.139/src/unix/mod.rs:1361:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1361 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1361 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1380:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1380 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1380 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1380 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int; 1380 + 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.139/src/unix/mod.rs:1381:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1381 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1381 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1381 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1381 + 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.139/src/unix/mod.rs:1381:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1381 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1381 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1381 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1381 + 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.139/src/unix/mod.rs:1383:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1383 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1383 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1383 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1383 + 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.139/src/unix/mod.rs:1383:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1383 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1383 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1383 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1383 + 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.139/src/unix/mod.rs:1385:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1385 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); | ^^^^^^ | help: a type alias with a similar name exists | 1385 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int); | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1385 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); 1385 + 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.139/src/unix/mod.rs:1389:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1389 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); | ^^^^^^ | help: a type alias with a similar name exists | 1389 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...); | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1389 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); 1389 + 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.139/src/unix/mod.rs:1398:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1398 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1398 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1398 - pub fn ptsname(fd: ::c_int) -> *mut ::c_char; 1398 + 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.139/src/unix/mod.rs:1401:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1401 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1401 | pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1401:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1401 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1401 | pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1401:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1401 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1401 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1402:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1402 | 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 | 1402 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1414:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1414 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1414 | pub fn stpncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1414:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1414 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1414 | pub fn stpncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1414:85 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1414 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1414 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1423:32 | 1423 | 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.139/src/unix/mod.rs:1434:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1434 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1434 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1439:63 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1439 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1439 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1439 - pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, 1439 + 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.139/src/unix/mod.rs:1441:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1441 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1441 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1441 - pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, 1441 + 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.139/src/unix/mod.rs:1490:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1490 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1490 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1490 - pathname: *const ::c_char, 1490 + 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.139/src/unix/mod.rs:1491:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1491 | buf: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1491 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1546 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1491 - buf: *mut ::c_char, 1491 + 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.139/src/unix/mod.rs:1493:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1493 | 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 | 1493 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1494:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1494 | pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 1494 | pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1502:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1502 | 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 | 1502 | pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1502:60 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1502 | 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 | 1502 | pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1546 + 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.139/src/unix/mod.rs:1518:33 | 1518 | 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.139/src/unix/linux_like/mod.rs:42:25 | 42 | pub sa_data: [::c_char; 14], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 42 | pub sa_data: [::c_schar; 14], | ~~~~~~~ help: consider importing this type alias | 182+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 42 - pub sa_data: [::c_char; 14], 42 + 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.139/src/unix/linux_like/mod.rs:73:32 | 73 | pub ai_canonname: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 73 | pub ai_canonname: *mut char, | ~~~~ help: consider importing this type alias | 182+ 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.139/src/unix/linux_like/mod.rs:92:22 | 92 | fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 182+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 92 - fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], 92 + 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.139/src/unix/linux_like/mod.rs:105:26 | 105 | pub tm_gmtoff: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 105 - pub tm_gmtoff: ::c_long, 105 + 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.139/src/unix/linux_like/mod.rs:106:31 | 106 | pub tm_zone: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 106 | pub tm_zone: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 106 - pub tm_zone: *const ::c_char, 106 + 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.139/src/unix/linux_like/mod.rs:122:33 | 122 | pub dli_fname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 dli_fname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 122 - pub dli_fname: *const ::c_char, 122 + 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.139/src/unix/linux_like/mod.rs:124:33 | 124 | pub dli_sname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 dli_sname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 124 - pub dli_sname: *const ::c_char, 124 + 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.139/src/unix/linux_like/mod.rs:129:35 | 129 | pub decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 129 - pub decimal_point: *mut ::c_char, 129 + 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.139/src/unix/linux_like/mod.rs:130:35 | 130 | pub thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 130 - pub thousands_sep: *mut ::c_char, 130 + 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.139/src/unix/linux_like/mod.rs:131:30 | 131 | pub grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 131 - pub grouping: *mut ::c_char, 131 + 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.139/src/unix/linux_like/mod.rs:132:37 | 132 | pub int_curr_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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_curr_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 132 - pub int_curr_symbol: *mut ::c_char, 132 + 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.139/src/unix/linux_like/mod.rs:133:37 | 133 | pub currency_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 currency_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - pub currency_symbol: *mut ::c_char, 133 + 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.139/src/unix/linux_like/mod.rs:134:39 | 134 | pub mon_decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 mon_decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 134 - pub mon_decimal_point: *mut ::c_char, 134 + 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.139/src/unix/linux_like/mod.rs:135:39 | 135 | pub mon_thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 mon_thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub mon_thousands_sep: *mut ::c_char, 135 + 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.139/src/unix/linux_like/mod.rs:136:34 | 136 | pub mon_grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 mon_grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub mon_grouping: *mut ::c_char, 136 + 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.139/src/unix/linux_like/mod.rs:137:35 | 137 | pub positive_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 positive_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 137 - pub positive_sign: *mut ::c_char, 137 + 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.139/src/unix/linux_like/mod.rs:138:35 | 138 | pub negative_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 negative_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 138 - pub negative_sign: *mut ::c_char, 138 + 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.139/src/unix/linux_like/mod.rs:139:32 | 139 | pub int_frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 int_frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub int_frac_digits: ::c_char, 139 + 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.139/src/unix/linux_like/mod.rs:140:28 | 140 | pub frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 140 - pub frac_digits: ::c_char, 140 + 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.139/src/unix/linux_like/mod.rs:141:30 | 141 | pub p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 141 - pub p_cs_precedes: ::c_char, 141 + 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.139/src/unix/linux_like/mod.rs:142:31 | 142 | pub p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 142 - pub p_sep_by_space: ::c_char, 142 + 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.139/src/unix/linux_like/mod.rs:143:30 | 143 | pub n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 143 - pub n_cs_precedes: ::c_char, 143 + 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.139/src/unix/linux_like/mod.rs:144:31 | 144 | pub n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 144 - pub n_sep_by_space: ::c_char, 144 + 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.139/src/unix/linux_like/mod.rs:145:28 | 145 | pub p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 145 - pub p_sign_posn: ::c_char, 145 + 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.139/src/unix/linux_like/mod.rs:146:28 | 146 | pub n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 146 | pub n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 146 - pub n_sign_posn: ::c_char, 146 + 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.139/src/unix/linux_like/mod.rs:147:34 | 147 | pub int_p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 147 | pub int_p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 147 - pub int_p_cs_precedes: ::c_char, 147 + 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.139/src/unix/linux_like/mod.rs:148:35 | 148 | pub int_p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 148 | pub int_p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 148 - pub int_p_sep_by_space: ::c_char, 148 + 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.139/src/unix/linux_like/mod.rs:149:34 | 149 | pub int_n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 149 | pub int_n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 149 - pub int_n_cs_precedes: ::c_char, 149 + 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.139/src/unix/linux_like/mod.rs:150:35 | 150 | pub int_n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 150 | pub int_n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 150 - pub int_n_sep_by_space: ::c_char, 150 + 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.139/src/unix/linux_like/mod.rs:151:32 | 151 | pub int_p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 151 | pub int_p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 151 - pub int_p_sign_posn: ::c_char, 151 + 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.139/src/unix/linux_like/mod.rs:152:32 | 152 | pub int_n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 152 | pub int_n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 152 - pub int_n_sign_posn: ::c_char, 152 + 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.139/src/unix/linux_like/mod.rs:163:28 | 163 | pub ifa_name: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 163 | pub ifa_name: *mut char, | ~~~~ help: consider importing this type alias | 1827+ 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.139/src/unix/linux_like/mod.rs:179:23 | 179 | rtmsg_info: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 179 - rtmsg_info: ::c_ulong, 179 + 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.139/src/unix/linux_like/mod.rs:189:25 | 189 | pub arp_dev: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 189 | pub arp_dev: [::c_schar; 16], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 189 - pub arp_dev: [::c_char; 16], 189 + 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.139/src/unix/linux_like/mod.rs:208:24 | 208 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:229:26 | 229 | pub sun_path: [::c_char; 108] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 229 | pub sun_path: [::c_schar; 108] | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 229 - pub sun_path: [::c_char; 108] 229 + 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.139/src/unix/linux_like/mod.rs:242:25 | 242 | pub sysname: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 242 | pub sysname: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 242 - pub sysname: [::c_char; 65], 242 + 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.139/src/unix/linux_like/mod.rs:243:26 | 243 | pub nodename: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 243 | pub nodename: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 243 - pub nodename: [::c_char; 65], 243 + 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.139/src/unix/linux_like/mod.rs:244:25 | 244 | pub release: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 244 | pub release: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 244 - pub release: [::c_char; 65], 244 + 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.139/src/unix/linux_like/mod.rs:245:25 | 245 | pub version: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 245 | pub version: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 245 - pub version: [::c_char; 65], 245 + 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.139/src/unix/linux_like/mod.rs:246:25 | 246 | pub machine: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 246 | pub machine: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 246 - pub machine: [::c_char; 65], 246 + 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.139/src/unix/linux_like/mod.rs:247:28 | 247 | pub domainname: [::c_char; 65] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 247 | pub domainname: [::c_schar; 65] | ~~~~~~~ help: consider importing this type alias | 1827+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 247 - pub domainname: [::c_char; 65] 247 + 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.139/src/unix/linux_like/mod.rs:592:24 | 592 | pub const MS_RDONLY: ::c_ulong = 0x01; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 592 - pub const MS_RDONLY: ::c_ulong = 0x01; 592 + 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.139/src/unix/linux_like/mod.rs:593:24 | 593 | pub const MS_NOSUID: ::c_ulong = 0x02; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 593 - pub const MS_NOSUID: ::c_ulong = 0x02; 593 + 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.139/src/unix/linux_like/mod.rs:594:23 | 594 | pub const MS_NODEV: ::c_ulong = 0x04; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 594 - pub const MS_NODEV: ::c_ulong = 0x04; 594 + 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.139/src/unix/linux_like/mod.rs:595:24 | 595 | pub const MS_NOEXEC: ::c_ulong = 0x08; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 595 - pub const MS_NOEXEC: ::c_ulong = 0x08; 595 + 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.139/src/unix/linux_like/mod.rs:596:29 | 596 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 596 - pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; 596 + 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.139/src/unix/linux_like/mod.rs:597:25 | 597 | pub const MS_REMOUNT: ::c_ulong = 0x20; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 597 - pub const MS_REMOUNT: ::c_ulong = 0x20; 597 + 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.139/src/unix/linux_like/mod.rs:598:26 | 598 | pub const MS_MANDLOCK: ::c_ulong = 0x40; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 598 - pub const MS_MANDLOCK: ::c_ulong = 0x40; 598 + 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.139/src/unix/linux_like/mod.rs:599:25 | 599 | pub const MS_DIRSYNC: ::c_ulong = 0x80; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 599 - pub const MS_DIRSYNC: ::c_ulong = 0x80; 599 + 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.139/src/unix/linux_like/mod.rs:600:25 | 600 | pub const MS_NOATIME: ::c_ulong = 0x0400; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 600 - pub const MS_NOATIME: ::c_ulong = 0x0400; 600 + 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.139/src/unix/linux_like/mod.rs:601:28 | 601 | pub const MS_NODIRATIME: ::c_ulong = 0x0800; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 601 - pub const MS_NODIRATIME: ::c_ulong = 0x0800; 601 + 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.139/src/unix/linux_like/mod.rs:602:22 | 602 | pub const MS_BIND: ::c_ulong = 0x1000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 602 - pub const MS_BIND: ::c_ulong = 0x1000; 602 + 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.139/src/unix/linux_like/mod.rs:603:22 | 603 | pub const MS_MOVE: ::c_ulong = 0x2000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 603 - pub const MS_MOVE: ::c_ulong = 0x2000; 603 + 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.139/src/unix/linux_like/mod.rs:604:21 | 604 | pub const MS_REC: ::c_ulong = 0x4000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 604 - pub const MS_REC: ::c_ulong = 0x4000; 604 + 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.139/src/unix/linux_like/mod.rs:605:24 | 605 | pub const MS_SILENT: ::c_ulong = 0x8000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 605 - pub const MS_SILENT: ::c_ulong = 0x8000; 605 + 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.139/src/unix/linux_like/mod.rs:606:26 | 606 | pub const MS_POSIXACL: ::c_ulong = 0x010000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 606 - pub const MS_POSIXACL: ::c_ulong = 0x010000; 606 + 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.139/src/unix/linux_like/mod.rs:607:28 | 607 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 607 - pub const MS_UNBINDABLE: ::c_ulong = 0x020000; 607 + 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.139/src/unix/linux_like/mod.rs:608:25 | 608 | pub const MS_PRIVATE: ::c_ulong = 0x040000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 608 - pub const MS_PRIVATE: ::c_ulong = 0x040000; 608 + 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.139/src/unix/linux_like/mod.rs:609:23 | 609 | pub const MS_SLAVE: ::c_ulong = 0x080000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 609 - pub const MS_SLAVE: ::c_ulong = 0x080000; 609 + 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.139/src/unix/linux_like/mod.rs:610:24 | 610 | pub const MS_SHARED: ::c_ulong = 0x100000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 610 - pub const MS_SHARED: ::c_ulong = 0x100000; 610 + 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.139/src/unix/linux_like/mod.rs:611:26 | 611 | pub const MS_RELATIME: ::c_ulong = 0x200000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 611 - pub const MS_RELATIME: ::c_ulong = 0x200000; 611 + 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.139/src/unix/linux_like/mod.rs:612:27 | 612 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 612 - pub const MS_KERNMOUNT: ::c_ulong = 0x400000; 612 + 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.139/src/unix/linux_like/mod.rs:613:27 | 613 | pub const MS_I_VERSION: ::c_ulong = 0x800000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 613 - pub const MS_I_VERSION: ::c_ulong = 0x800000; 613 + 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.139/src/unix/linux_like/mod.rs:614:29 | 614 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 614 - pub const MS_STRICTATIME: ::c_ulong = 0x1000000; 614 + 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.139/src/unix/linux_like/mod.rs:615:26 | 615 | pub const MS_LAZYTIME: ::c_ulong = 0x2000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 615 - pub const MS_LAZYTIME: ::c_ulong = 0x2000000; 615 + pub const MS_LAZYTIME: c_ulong = 0x2000000; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:616:24 | 616 | pub const MS_ACTIVE: ::c_ulong = 0x40000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 616 - pub const MS_ACTIVE: ::c_ulong = 0x40000000; 616 + 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.139/src/unix/linux_like/mod.rs:617:25 | 617 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 617 - pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; 617 + 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.139/src/unix/linux_like/mod.rs:618:25 | 618 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1827+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 618 - pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; 618 + 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.139/src/unix/linux_like/mod.rs:1243:23 | 1243 | pub const UTIME_OMIT: c_long = 1073741822; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1827 + 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.139/src/unix/linux_like/mod.rs:1244:22 | 1244 | pub const UTIME_NOW: c_long = 1073741823; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1827 + use ffi::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.139/src/unix/linux_like/mod.rs:1385:39 | 1385 | pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1385 - pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5; 1385 + pub const ADFS_SUPER_MAGIC: c_long = 0x0000adf5; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1386:39 | 1386 | pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1386 - pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff; 1386 + pub const AFFS_SUPER_MAGIC: c_long = 0x0000adff; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1387:38 | 1387 | pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1387 - pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f; 1387 + pub const AFS_SUPER_MAGIC: c_long = 0x5346414f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1388:41 | 1388 | pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1388 - pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187; 1388 + pub const AUTOFS_SUPER_MAGIC: c_long = 0x0187; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1389:35 | 1389 | pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1389 - pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11; 1389 + pub const BPF_FS_MAGIC: c_long = 0xcafe4a11; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1390:40 | 1390 | pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1390 - pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e; 1390 + pub const BTRFS_SUPER_MAGIC: c_long = 0x9123683e; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1391:42 | 1391 | pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1391 - pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270; 1391 + pub const CGROUP2_SUPER_MAGIC: c_long = 0x63677270; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1392:41 | 1392 | pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1392 - pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb; 1392 + pub const CGROUP_SUPER_MAGIC: c_long = 0x27e0eb; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1393:39 | 1393 | pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1393 - pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245; 1393 + pub const CODA_SUPER_MAGIC: c_long = 0x73757245; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1394:35 | 1394 | pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1394 - pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45; 1394 + pub const CRAMFS_MAGIC: c_long = 0x28cd3d45; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1395:36 | 1395 | pub const DEBUGFS_MAGIC: ::c_long = 0x64626720; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1395 - pub const DEBUGFS_MAGIC: ::c_long = 0x64626720; 1395 + pub const DEBUGFS_MAGIC: c_long = 0x64626720; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1396:41 | 1396 | pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1396 - pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1; 1396 + pub const DEVPTS_SUPER_MAGIC: c_long = 0x1cd1; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1397:43 | 1397 | pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1397 - pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f; 1397 + pub const ECRYPTFS_SUPER_MAGIC: c_long = 0xf15f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1398:38 | 1398 | pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1398 - pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53; 1398 + pub const EFS_SUPER_MAGIC: c_long = 0x00414a53; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1399:39 | 1399 | pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1399 - pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53; 1399 + pub const EXT2_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1400:39 | 1400 | pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1400 - pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53; 1400 + pub const EXT3_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1401:39 | 1401 | pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1401 - pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53; 1401 + pub const EXT4_SUPER_MAGIC: c_long = 0x0000ef53; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1402:39 | 1402 | pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1402 - pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010; 1402 + pub const F2FS_SUPER_MAGIC: c_long = 0xf2f52010; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1403:39 | 1403 | pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1403 - pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546; 1403 + pub const FUSE_SUPER_MAGIC: c_long = 0x65735546; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1404:42 | 1404 | pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1404 - pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea; 1404 + pub const FUTEXFS_SUPER_MAGIC: c_long = 0xbad1dea; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1405:41 | 1405 | pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1405 - pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee; 1405 + pub const HOSTFS_SUPER_MAGIC: c_long = 0x00c0ffee; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1406:39 | 1406 | pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1406 - pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849; 1406 + pub const HPFS_SUPER_MAGIC: c_long = 0xf995e849; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1407:38 | 1407 | pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1407 - pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6; 1407 + pub const HUGETLBFS_MAGIC: c_long = 0x958458f6; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1408:40 | 1408 | pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1408 - pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660; 1408 + pub const ISOFS_SUPER_MAGIC: c_long = 0x00009660; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1409:40 | 1409 | pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1409 - pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6; 1409 + pub const JFFS2_SUPER_MAGIC: c_long = 0x000072b6; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1410:42 | 1410 | pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1410 - pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478; 1410 + pub const MINIX2_SUPER_MAGIC2: c_long = 0x00002478; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1411:41 | 1411 | pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1411 - pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468; 1411 + pub const MINIX2_SUPER_MAGIC: c_long = 0x00002468; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1412:41 | 1412 | pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1412 - pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a; 1412 + pub const MINIX3_SUPER_MAGIC: c_long = 0x4d5a; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1413:41 | 1413 | pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1413 - pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f; 1413 + pub const MINIX_SUPER_MAGIC2: c_long = 0x0000138f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1414:40 | 1414 | pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1414 - pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f; 1414 + pub const MINIX_SUPER_MAGIC: c_long = 0x0000137f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1415:40 | 1415 | pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1415 - pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44; 1415 + pub const MSDOS_SUPER_MAGIC: c_long = 0x00004d44; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1416:38 | 1416 | pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1416 - pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c; 1416 + pub const NCP_SUPER_MAGIC: c_long = 0x0000564c; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1417:38 | 1417 | pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1417 - pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969; 1417 + pub const NFS_SUPER_MAGIC: c_long = 0x00006969; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1418:40 | 1418 | pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1418 - pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434; 1418 + pub const NILFS_SUPER_MAGIC: c_long = 0x3434; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1419:40 | 1419 | pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1419 - pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f; 1419 + pub const OCFS2_SUPER_MAGIC: c_long = 0x7461636f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1420:43 | 1420 | pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1420 - pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1; 1420 + pub const OPENPROM_SUPER_MAGIC: c_long = 0x00009fa1; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1421:44 | 1421 | pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1421 - pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630; 1421 + pub const OVERLAYFS_SUPER_MAGIC: c_long = 0x794c7630; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1422:39 | 1422 | pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1422 - pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0; 1422 + pub const PROC_SUPER_MAGIC: c_long = 0x00009fa0; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1423:39 | 1423 | pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1423 - pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f; 1423 + pub const QNX4_SUPER_MAGIC: c_long = 0x0000002f; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1424:39 | 1424 | pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1424 - pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122; 1424 + pub const QNX6_SUPER_MAGIC: c_long = 0x68191122; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1425:43 | 1425 | pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1425 - pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821; 1425 + pub const RDTGROUP_SUPER_MAGIC: c_long = 0x7655821; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1426:43 | 1426 | pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1426 - pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973; 1426 + pub const REISERFS_SUPER_MAGIC: c_long = 0x52654973; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1427:39 | 1427 | pub const SECURITYFS_MAGIC: ::c_long = 0x73636673; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1427 - pub const SECURITYFS_MAGIC: ::c_long = 0x73636673; 1427 + pub const SECURITYFS_MAGIC: c_long = 0x73636673; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1428:36 | 1428 | pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1428 - pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c; 1428 + pub const SELINUX_MAGIC: c_long = 0xf97cff8c; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1429:34 | 1429 | pub const SMACK_MAGIC: ::c_long = 0x43415d53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1429 - pub const SMACK_MAGIC: ::c_long = 0x43415d53; 1429 + pub const SMACK_MAGIC: c_long = 0x43415d53; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1430:38 | 1430 | pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1430 - pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b; 1430 + pub const SMB_SUPER_MAGIC: c_long = 0x0000517b; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1431:34 | 1431 | pub const SYSFS_MAGIC: ::c_long = 0x62656572; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1431 - pub const SYSFS_MAGIC: ::c_long = 0x62656572; 1431 + pub const SYSFS_MAGIC: c_long = 0x62656572; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1432:34 | 1432 | pub const TMPFS_MAGIC: ::c_long = 0x01021994; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1432 - pub const TMPFS_MAGIC: ::c_long = 0x01021994; 1432 + pub const TMPFS_MAGIC: c_long = 0x01021994; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1433:36 | 1433 | pub const TRACEFS_MAGIC: ::c_long = 0x74726163; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1433 - pub const TRACEFS_MAGIC: ::c_long = 0x74726163; 1433 + pub const TRACEFS_MAGIC: c_long = 0x74726163; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1434:38 | 1434 | pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1434 - pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346; 1434 + pub const UDF_SUPER_MAGIC: c_long = 0x15013346; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1435:44 | 1435 | pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1435 - pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2; 1435 + pub const USBDEVICE_SUPER_MAGIC: c_long = 0x00009fa2; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1436:40 | 1436 | pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1436 - pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974; 1436 + pub const XENFS_SUPER_MAGIC: c_long = 0xabba1974; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1437:33 | 1437 | pub const NSFS_MAGIC: ::c_long = 0x6e736673; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1827 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1437 - pub const NSFS_MAGIC: ::c_long = 0x6e736673; 1437 + pub const NSFS_MAGIC: c_long = 0x6e736673; | error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1502:39 | 1502 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1502:55 | 1502 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1503:64 | 1503 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1504:41 | 1504 | (*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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1506:23 | 1506 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1510:35 | 1510 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1515:68 | 1515 | (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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1520:37 | 1520 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1634:34 | 1634 | 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.139/src/unix/linux_like/mod.rs:1635:31 | 1635 | 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.139/src/unix/linux_like/mod.rs:1646:65 | 1646 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/linux_like/mod.rs:1648:24 | 1648 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/linux_like/mod.rs:1655:34 | 1655 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1655 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1655 - pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; 1655 + 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.139/src/unix/linux_like/mod.rs:1655:52 | 1655 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1656:36 | 1656 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1656 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1656 - pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; 1656 + 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.139/src/unix/linux_like/mod.rs:1656:54 | 1656 | 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.139/src/unix/linux_like/mod.rs:1657:43 | 1657 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1658:45 | 1658 | 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.139/src/unix/linux_like/mod.rs:1659:37 | 1659 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1659 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1659 - pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; 1659 + 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.139/src/unix/linux_like/mod.rs:1659:55 | 1659 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1660:46 | 1660 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1673:24 | 1673 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1673 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1673 - path: *const ::c_char, 1673 + 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.139/src/unix/linux_like/mod.rs:1679:54 | 1679 | 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.139/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 | 1679 | pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1679 - pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; 1679 + 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.139/src/unix/linux_like/mod.rs:1681:33 | 1681 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1681 | pub fn creat64(path: *const char, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1682:47 | 1682 | 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.139/src/unix/linux_like/mod.rs:1685:26 | 1685 | pathname: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1685 | pathname: *const char, | ~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1686:19 | 1686 | 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.139/src/unix/linux_like/mod.rs:1691:33 | 1691 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1691 | pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1691:51 | 1691 | 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.139/src/unix/linux_like/mod.rs:1700:32 | 1700 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1700 | pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + 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.139/src/unix/linux_like/mod.rs:1701:47 | 1701 | pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1701 | pub fn openat64(fd: ::c_int, path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + 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.139/src/unix/linux_like/mod.rs:1715:32 | 1715 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1715 | pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/mod.rs:1715:50 | 1715 | 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.139/src/unix/linux_like/mod.rs:1716:36 | 1716 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1716 | pub fn truncate64(path: *const char, length: off64_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1827 + 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.139/src/unix/linux_like/mod.rs:1720:28 | 1720 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1720 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1720 - pathname: *const ::c_char, 1720 + 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.139/src/unix/linux_like/mod.rs:1742:47 | 1742 | 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.139/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 | 1742 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1742 - pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; 1742 + 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.139/src/unix/linux_like/mod.rs:1744:61 | 1744 | 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.139/src/unix/linux_like/mod.rs:1748:36 | 1748 | pub fn acct(filename: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1748 | pub fn acct(filename: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1748 - pub fn acct(filename: *const ::c_char) -> ::c_int; 1748 + 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.139/src/unix/linux_like/mod.rs:1766:24 | 1766 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1766 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1766 - file: *const ::c_char, 1766 + 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.139/src/unix/linux_like/mod.rs:1767:31 | 1767 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1767 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1767 - argv: *const *const ::c_char, 1767 + 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.139/src/unix/linux_like/mod.rs:1768:31 | 1768 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1768 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1768 - envp: *const *const ::c_char, 1768 + 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.139/src/unix/linux_like/mod.rs:1772:31 | 1772 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1772 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1772 - argv: *const *const ::c_char, 1772 + 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.139/src/unix/linux_like/mod.rs:1773:31 | 1773 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1773 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1773 - envp: *const *const ::c_char, 1773 + 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.139/src/unix/linux_like/mod.rs:1782:47 | 1782 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1783:45 | 1783 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/mod.rs:1805:30 | 1805 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1805 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1805 - name: *mut ::c_char, 1805 + 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.139/src/unix/linux_like/mod.rs:1813:30 | 1813 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 1813 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1827 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1813 - name: *mut ::c_char, 1813 + 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.139/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 | 446+ 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.139/src/unix/linux_like/linux/mod.rs:68:33 | 68 | pub gl_pathv: *mut *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 68 | pub gl_pathv: *mut *mut char, | ~~~~ help: consider importing this type alias | 446+ 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.139/src/unix/linux_like/linux/mod.rs:80:29 | 80 | pub pw_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 80 - pub pw_name: *mut ::c_char, 80 + 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.139/src/unix/linux_like/linux/mod.rs:81:31 | 81 | pub pw_passwd: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 81 | pub pw_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 81 - pub pw_passwd: *mut ::c_char, 81 + 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.139/src/unix/linux_like/linux/mod.rs:84:30 | 84 | pub pw_gecos: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 pw_gecos: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 84 - pub pw_gecos: *mut ::c_char, 84 + 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.139/src/unix/linux_like/linux/mod.rs:85:28 | 85 | pub pw_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 pw_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 85 - pub pw_dir: *mut ::c_char, 85 + 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.139/src/unix/linux_like/linux/mod.rs:86:30 | 86 | pub pw_shell: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 86 | pub pw_shell: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 86 - pub pw_shell: *mut ::c_char, 86 + 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.139/src/unix/linux_like/linux/mod.rs:90:29 | 90 | pub sp_namp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 90 | pub sp_namp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 90 - pub sp_namp: *mut ::c_char, 90 + 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.139/src/unix/linux_like/linux/mod.rs:91:29 | 91 | pub sp_pwdp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 91 | pub sp_pwdp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 446+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 91 - pub sp_pwdp: *mut ::c_char, 91 + 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.139/src/unix/linux_like/linux/mod.rs:92:26 | 92 | pub sp_lstchg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 92 - pub sp_lstchg: ::c_long, 92 + 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.139/src/unix/linux_like/linux/mod.rs:93:23 | 93 | pub sp_min: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 93 - pub sp_min: ::c_long, 93 + 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.139/src/unix/linux_like/linux/mod.rs:94:23 | 94 | pub sp_max: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 94 - pub sp_max: ::c_long, 94 + 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.139/src/unix/linux_like/linux/mod.rs:95:24 | 95 | pub sp_warn: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 95 - pub sp_warn: ::c_long, 95 + 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.139/src/unix/linux_like/linux/mod.rs:96:25 | 96 | pub sp_inact: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 96 - pub sp_inact: ::c_long, 96 + 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.139/src/unix/linux_like/linux/mod.rs:97:26 | 97 | pub sp_expire: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 97 - pub sp_expire: ::c_long, 97 + 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.139/src/unix/linux_like/linux/mod.rs:98:24 | 98 | pub sp_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 446+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 98 - pub sp_flag: ::c_ulong, 98 + 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.139/src/unix/linux_like/linux/mod.rs:165:29 | 165 | pub if_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 165 | pub if_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 165 - pub if_name: *mut ::c_char, 165 + 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.139/src/unix/linux_like/linux/mod.rs:220:26 | 220 | 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.139/src/unix/linux_like/linux/mod.rs:317:33 | 317 | pub dlpi_name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 317 | pub dlpi_name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 317 - pub dlpi_name: *const ::c_char, 317 + 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.139/src/unix/linux_like/linux/mod.rs:451:32 | 451 | pub mnt_fsname: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 451 | pub mnt_fsname: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 451 - pub mnt_fsname: *mut ::c_char, 451 + 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.139/src/unix/linux_like/linux/mod.rs:452:29 | 452 | pub mnt_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 452 | pub mnt_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 452 - pub mnt_dir: *mut ::c_char, 452 + 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.139/src/unix/linux_like/linux/mod.rs:453:30 | 453 | pub mnt_type: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 453 | pub mnt_type: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 453 - pub mnt_type: *mut ::c_char, 453 + 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.139/src/unix/linux_like/linux/mod.rs:454:30 | 454 | pub mnt_opts: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 454 | pub mnt_opts: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 454 - pub mnt_opts: *mut ::c_char, 454 + 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.139/src/unix/linux_like/linux/mod.rs:469:17 | 469 | __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.139/src/unix/linux_like/linux/mod.rs:470:17 | 470 | __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.139/src/unix/linux_like/linux/mod.rs:493:20 | 493 | pub dev: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 493 - pub dev: ::c_ulong, 493 + 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.139/src/unix/linux_like/linux/mod.rs:494:22 | 494 | pub stamp: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 494 - pub stamp: ::c_ulong, 494 + 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.139/src/unix/linux_like/linux/mod.rs:495:24 | 495 | pub updated: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 495 - pub updated: ::c_ulong, 495 + 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.139/src/unix/linux_like/linux/mod.rs:520:20 | 520 | 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.139/src/unix/linux_like/linux/mod.rs:521:20 | 521 | pub rm_eo: 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.139/src/unix/linux_like/linux/mod.rs:520:20 | 520 | pub rm_so: regoff_t, | ^^^^^^^^ not found in this scope | help: you might be missing a type parameter --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/macros.rs:77:26 | 77 | pub struct $i { $($field)* } | ++++++++++ error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:578:36 | 578 | pub instruction_pointer: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:579:22 | 579 | pub args: [::__u64; 6], | ^^^^^ not found in the crate root error[E0412]: cannot find type `__s64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:601:23 | 601 | pub src_fd: ::__s64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:602:27 | 602 | pub src_offset: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:603:27 | 603 | pub src_length: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:604:28 | 604 | pub dest_offset: ::__u64, | ^^^^^ 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.139/src/unix/linux_like/linux/mod.rs:608:26 | 608 | pub mem_start: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 608 - pub mem_start: ::c_ulong, 608 + pub mem_start: 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.139/src/unix/linux_like/linux/mod.rs:609:24 | 609 | pub mem_end: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 609 - pub mem_end: ::c_ulong, 609 + pub mem_end: 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.139/src/unix/linux_like/linux/mod.rs:623:28 | 623 | pub name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 623 | pub name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 623 - pub name: *const ::c_char, 623 + pub 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.139/src/unix/linux_like/linux/mod.rs:643:24 | 643 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 643 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 643 - pub d_name: [::c_char; 256], 643 + 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.139/src/unix/linux_like/linux/mod.rs:651:24 | 651 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 651 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 651 - pub d_name: [::c_char; 256], 651 + 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.139/src/unix/linux_like/linux/mod.rs:664:22 | 664 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 664 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 664 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 664 + 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.139/src/unix/linux_like/linux/mod.rs:669:22 | 669 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 669 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 669 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 669 + 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.139/src/unix/linux_like/linux/mod.rs:705:25 | 705 | pub mq_flags: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 705 - pub mq_flags: ::c_long, 705 + 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.139/src/unix/linux_like/linux/mod.rs:707:26 | 707 | pub mq_maxmsg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 707 - pub mq_maxmsg: ::c_long, 707 + 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.139/src/unix/linux_like/linux/mod.rs:709:27 | 709 | pub mq_msgsize: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 709 - pub mq_msgsize: ::c_long, 709 + 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.139/src/unix/linux_like/linux/mod.rs:711:27 | 711 | pub mq_curmsgs: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 711 - pub mq_curmsgs: ::c_long, 711 + 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.139/src/unix/linux_like/linux/mod.rs:713:17 | 713 | pad: [::c_long; 4], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 713 - pad: [::c_long; 4], 713 + pad: [c_long; 4], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:728:28 | 728 | pub ifru_slave: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 728 | pub ifru_slave: [::c_schar; ::IFNAMSIZ], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 728 - pub ifru_slave: [::c_char; ::IFNAMSIZ], 728 + pub ifru_slave: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:729:30 | 729 | pub ifru_newname: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 729 | pub ifru_newname: [::c_schar; ::IFNAMSIZ], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 729 - pub ifru_newname: [::c_char; ::IFNAMSIZ], 729 + pub ifru_newname: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:730:31 | 730 | pub ifru_data: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 730 | pub ifru_data: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 730 - pub ifru_data: *mut ::c_char, 730 + pub ifru_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.139/src/unix/linux_like/linux/mod.rs:735:26 | 735 | pub ifr_name: [::c_char; ::IFNAMSIZ], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 735 | pub ifr_name: [::c_schar; ::IFNAMSIZ], | ~~~~~~~ help: consider importing this type alias | 4469+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 735 - pub ifr_name: [::c_char; ::IFNAMSIZ], 735 + pub ifr_name: [c_char; ::IFNAMSIZ], | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1238:24 | 1238 | pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1238 - pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; 1238 + 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.139/src/unix/linux_like/linux/mod.rs:1560:22 | 1560 | pub const AT_NULL: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1560 - pub const AT_NULL: ::c_ulong = 0; 1560 + 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.139/src/unix/linux_like/linux/mod.rs:1561:24 | 1561 | pub const AT_IGNORE: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1561 - pub const AT_IGNORE: ::c_ulong = 1; 1561 + 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.139/src/unix/linux_like/linux/mod.rs:1562:24 | 1562 | pub const AT_EXECFD: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1562 - pub const AT_EXECFD: ::c_ulong = 2; 1562 + 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.139/src/unix/linux_like/linux/mod.rs:1563:22 | 1563 | pub const AT_PHDR: ::c_ulong = 3; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1563 - pub const AT_PHDR: ::c_ulong = 3; 1563 + 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.139/src/unix/linux_like/linux/mod.rs:1564:23 | 1564 | pub const AT_PHENT: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1564 - pub const AT_PHENT: ::c_ulong = 4; 1564 + 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.139/src/unix/linux_like/linux/mod.rs:1565:23 | 1565 | pub const AT_PHNUM: ::c_ulong = 5; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1565 - pub const AT_PHNUM: ::c_ulong = 5; 1565 + 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.139/src/unix/linux_like/linux/mod.rs:1566:24 | 1566 | pub const AT_PAGESZ: ::c_ulong = 6; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1566 - pub const AT_PAGESZ: ::c_ulong = 6; 1566 + 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.139/src/unix/linux_like/linux/mod.rs:1567:22 | 1567 | pub const AT_BASE: ::c_ulong = 7; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1567 - pub const AT_BASE: ::c_ulong = 7; 1567 + 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.139/src/unix/linux_like/linux/mod.rs:1568:23 | 1568 | pub const AT_FLAGS: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1568 - pub const AT_FLAGS: ::c_ulong = 8; 1568 + 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.139/src/unix/linux_like/linux/mod.rs:1569:23 | 1569 | pub const AT_ENTRY: ::c_ulong = 9; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1569 - pub const AT_ENTRY: ::c_ulong = 9; 1569 + 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.139/src/unix/linux_like/linux/mod.rs:1570:24 | 1570 | pub const AT_NOTELF: ::c_ulong = 10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1570 - pub const AT_NOTELF: ::c_ulong = 10; 1570 + 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.139/src/unix/linux_like/linux/mod.rs:1571:21 | 1571 | pub const AT_UID: ::c_ulong = 11; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1571 - pub const AT_UID: ::c_ulong = 11; 1571 + 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.139/src/unix/linux_like/linux/mod.rs:1572:22 | 1572 | pub const AT_EUID: ::c_ulong = 12; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1572 - pub const AT_EUID: ::c_ulong = 12; 1572 + 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.139/src/unix/linux_like/linux/mod.rs:1573:21 | 1573 | pub const AT_GID: ::c_ulong = 13; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1573 - pub const AT_GID: ::c_ulong = 13; 1573 + 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.139/src/unix/linux_like/linux/mod.rs:1574:22 | 1574 | pub const AT_EGID: ::c_ulong = 14; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1574 - pub const AT_EGID: ::c_ulong = 14; 1574 + 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.139/src/unix/linux_like/linux/mod.rs:1575:26 | 1575 | pub const AT_PLATFORM: ::c_ulong = 15; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1575 - pub const AT_PLATFORM: ::c_ulong = 15; 1575 + 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.139/src/unix/linux_like/linux/mod.rs:1576:23 | 1576 | pub const AT_HWCAP: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1576 - pub const AT_HWCAP: ::c_ulong = 16; 1576 + 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.139/src/unix/linux_like/linux/mod.rs:1577:24 | 1577 | pub const AT_CLKTCK: ::c_ulong = 17; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1577 - pub const AT_CLKTCK: ::c_ulong = 17; 1577 + 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.139/src/unix/linux_like/linux/mod.rs:1579:24 | 1579 | pub const AT_SECURE: ::c_ulong = 23; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1579 - pub const AT_SECURE: ::c_ulong = 23; 1579 + 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.139/src/unix/linux_like/linux/mod.rs:1580:31 | 1580 | pub const AT_BASE_PLATFORM: ::c_ulong = 24; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1580 - pub const AT_BASE_PLATFORM: ::c_ulong = 24; 1580 + 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.139/src/unix/linux_like/linux/mod.rs:1581:24 | 1581 | pub const AT_RANDOM: ::c_ulong = 25; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1581 - pub const AT_RANDOM: ::c_ulong = 25; 1581 + 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.139/src/unix/linux_like/linux/mod.rs:1582:24 | 1582 | pub const AT_HWCAP2: ::c_ulong = 26; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1582 - pub const AT_HWCAP2: ::c_ulong = 26; 1582 + 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.139/src/unix/linux_like/linux/mod.rs:1584:24 | 1584 | pub const AT_EXECFN: ::c_ulong = 31; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1584 - pub const AT_EXECFN: ::c_ulong = 31; 1584 + 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.139/src/unix/linux_like/linux/mod.rs:1588:30 | 1588 | pub const AT_SYSINFO_EHDR: ::c_ulong = 33; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1588 - pub const AT_SYSINFO_EHDR: ::c_ulong = 33; 1588 + pub const AT_SYSINFO_EHDR: c_ulong = 33; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:1735:24 | 1735 | pub const ST_RDONLY: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1735 - pub const ST_RDONLY: ::c_ulong = 1; 1735 + 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.139/src/unix/linux_like/linux/mod.rs:1736:24 | 1736 | pub const ST_NOSUID: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1736 - pub const ST_NOSUID: ::c_ulong = 2; 1736 + 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.139/src/unix/linux_like/linux/mod.rs:1737:23 | 1737 | pub const ST_NODEV: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1737 - pub const ST_NODEV: ::c_ulong = 4; 1737 + 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.139/src/unix/linux_like/linux/mod.rs:1738:24 | 1738 | pub const ST_NOEXEC: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1738 - pub const ST_NOEXEC: ::c_ulong = 8; 1738 + 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.139/src/unix/linux_like/linux/mod.rs:1739:29 | 1739 | pub const ST_SYNCHRONOUS: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1739 - pub const ST_SYNCHRONOUS: ::c_ulong = 16; 1739 + 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.139/src/unix/linux_like/linux/mod.rs:1740:26 | 1740 | pub const ST_MANDLOCK: ::c_ulong = 64; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1740 - pub const ST_MANDLOCK: ::c_ulong = 64; 1740 + 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.139/src/unix/linux_like/linux/mod.rs:1741:23 | 1741 | pub const ST_WRITE: ::c_ulong = 128; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1741 - pub const ST_WRITE: ::c_ulong = 128; 1741 + 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.139/src/unix/linux_like/linux/mod.rs:1742:24 | 1742 | pub const ST_APPEND: ::c_ulong = 256; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1742 - pub const ST_APPEND: ::c_ulong = 256; 1742 + 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.139/src/unix/linux_like/linux/mod.rs:1743:27 | 1743 | pub const ST_IMMUTABLE: ::c_ulong = 512; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1743 - pub const ST_IMMUTABLE: ::c_ulong = 512; 1743 + 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.139/src/unix/linux_like/linux/mod.rs:1744:25 | 1744 | pub const ST_NOATIME: ::c_ulong = 1024; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1744 - pub const ST_NOATIME: ::c_ulong = 1024; 1744 + 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.139/src/unix/linux_like/linux/mod.rs:1745:28 | 1745 | pub const ST_NODIRATIME: ::c_ulong = 2048; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1745 - pub const ST_NODIRATIME: ::c_ulong = 2048; 1745 + 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.139/src/unix/linux_like/linux/mod.rs:1766:19 | 1766 | 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.139/src/unix/linux_like/linux/musl/mod.rs:538:1 | 538 | 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.139/src/unix/linux_like/linux/mod.rs:1772:19 | 1772 | 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.139/src/unix/linux_like/linux/musl/mod.rs:539:1 | 539 | 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.139/src/unix/linux_like/linux/mod.rs:1855:30 | 1855 | 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.139/src/unix/linux_like/linux/mod.rs:1855:48 | 1855 | pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t; | ^^^^^ not found in this scope error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2053:40 | 2053 | pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2053 - pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; 2053 + pub const SECCOMP_FILTER_FLAG_TSYNC: 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.139/src/unix/linux_like/linux/mod.rs:2054:38 | 2054 | pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2054 - pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; 2054 + pub const SECCOMP_FILTER_FLAG_LOG: 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.139/src/unix/linux_like/linux/mod.rs:2055:45 | 2055 | pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2055 - pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; 2055 + pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: c_ulong = 4; | error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2075:35 | 2075 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` ... 3133 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2210:30 | 2210 | pub const RESOLVE_NO_XDEV: ::__u64 = 0x01; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2211:36 | 2211 | pub const RESOLVE_NO_MAGICLINKS: ::__u64 = 0x02; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2212:34 | 2212 | pub const RESOLVE_NO_SYMLINKS: ::__u64 = 0x04; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2213:30 | 2213 | pub const RESOLVE_BENEATH: ::__u64 = 0x08; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2214:30 | 2214 | pub const RESOLVE_IN_ROOT: ::__u64 = 0x10; | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2215:29 | 2215 | pub const RESOLVE_CACHED: ::__u64 = 0x20; | ^^^^^ 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.139/src/unix/linux_like/linux/mod.rs:2607:24 | 2607 | pub const SIOCADDRT: ::c_ulong = 0x0000890B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2607 - pub const SIOCADDRT: ::c_ulong = 0x0000890B; 2607 + 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.139/src/unix/linux_like/linux/mod.rs:2608:24 | 2608 | pub const SIOCDELRT: ::c_ulong = 0x0000890C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2608 - pub const SIOCDELRT: ::c_ulong = 0x0000890C; 2608 + 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.139/src/unix/linux_like/linux/mod.rs:2609:26 | 2609 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2609 - pub const SIOCGIFNAME: ::c_ulong = 0x00008910; 2609 + 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.139/src/unix/linux_like/linux/mod.rs:2610:26 | 2610 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2610 - pub const SIOCSIFLINK: ::c_ulong = 0x00008911; 2610 + 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.139/src/unix/linux_like/linux/mod.rs:2611:26 | 2611 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2611 - pub const SIOCGIFCONF: ::c_ulong = 0x00008912; 2611 + 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.139/src/unix/linux_like/linux/mod.rs:2612:27 | 2612 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2612 - pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; 2612 + 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.139/src/unix/linux_like/linux/mod.rs:2613:27 | 2613 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2613 - pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; 2613 + 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.139/src/unix/linux_like/linux/mod.rs:2614:26 | 2614 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2614 - pub const SIOCGIFADDR: ::c_ulong = 0x00008915; 2614 + 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.139/src/unix/linux_like/linux/mod.rs:2615:26 | 2615 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2615 - pub const SIOCSIFADDR: ::c_ulong = 0x00008916; 2615 + 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.139/src/unix/linux_like/linux/mod.rs:2616:29 | 2616 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2616 - pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; 2616 + 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.139/src/unix/linux_like/linux/mod.rs:2617:29 | 2617 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2617 - pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; 2617 + 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.139/src/unix/linux_like/linux/mod.rs:2618:29 | 2618 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2618 - pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; 2618 + 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.139/src/unix/linux_like/linux/mod.rs:2619:29 | 2619 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2619 - pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; 2619 + 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.139/src/unix/linux_like/linux/mod.rs:2620:29 | 2620 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2620 - pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; 2620 + 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.139/src/unix/linux_like/linux/mod.rs:2621:29 | 2621 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2621 - pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; 2621 + 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.139/src/unix/linux_like/linux/mod.rs:2622:28 | 2622 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2622 - pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; 2622 + 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.139/src/unix/linux_like/linux/mod.rs:2623:28 | 2623 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2623 - pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; 2623 + 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.139/src/unix/linux_like/linux/mod.rs:2624:25 | 2624 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2624 - pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; 2624 + 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.139/src/unix/linux_like/linux/mod.rs:2625:25 | 2625 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2625 - pub const SIOCSIFMEM: ::c_ulong = 0x00008920; 2625 + 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.139/src/unix/linux_like/linux/mod.rs:2626:25 | 2626 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2626 - pub const SIOCGIFMTU: ::c_ulong = 0x00008921; 2626 + 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.139/src/unix/linux_like/linux/mod.rs:2627:25 | 2627 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2627 - pub const SIOCSIFMTU: ::c_ulong = 0x00008922; 2627 + 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.139/src/unix/linux_like/linux/mod.rs:2628:28 | 2628 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2628 - pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; 2628 + 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.139/src/unix/linux_like/linux/mod.rs:2629:27 | 2629 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2629 - pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; 2629 + 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.139/src/unix/linux_like/linux/mod.rs:2630:27 | 2630 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2630 - pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; 2630 + 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.139/src/unix/linux_like/linux/mod.rs:2631:28 | 2631 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2631 - pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; 2631 + 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.139/src/unix/linux_like/linux/mod.rs:2632:27 | 2632 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2632 - pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; 2632 + 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.139/src/unix/linux_like/linux/mod.rs:2633:27 | 2633 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2633 - pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; 2633 + 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.139/src/unix/linux_like/linux/mod.rs:2634:27 | 2634 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2634 - pub const SIOCADDMULTI: ::c_ulong = 0x00008931; 2634 + 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.139/src/unix/linux_like/linux/mod.rs:2635:27 | 2635 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2635 - pub const SIOCDELMULTI: ::c_ulong = 0x00008932; 2635 + 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.139/src/unix/linux_like/linux/mod.rs:2636:27 | 2636 | pub const SIOCGIFINDEX: ::c_ulong = 0x00008933; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2636 - pub const SIOCGIFINDEX: ::c_ulong = 0x00008933; 2636 + pub const SIOCGIFINDEX: c_ulong = 0x00008933; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2637:26 | 2637 | pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2637 - pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX; 2637 + pub const SIOGIFINDEX: c_ulong = SIOCGIFINDEX; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2638:28 | 2638 | pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2638 - pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934; 2638 + pub const SIOCSIFPFLAGS: c_ulong = 0x00008934; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2639:28 | 2639 | pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2639 - pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935; 2639 + pub const SIOCGIFPFLAGS: c_ulong = 0x00008935; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2640:26 | 2640 | pub const SIOCDIFADDR: ::c_ulong = 0x00008936; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2640 - pub const SIOCDIFADDR: ::c_ulong = 0x00008936; 2640 + pub const SIOCDIFADDR: c_ulong = 0x00008936; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2641:33 | 2641 | pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2641 - pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937; 2641 + pub const SIOCSIFHWBROADCAST: c_ulong = 0x00008937; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2642:27 | 2642 | pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2642 - pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938; 2642 + pub const SIOCGIFCOUNT: c_ulong = 0x00008938; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2643:24 | 2643 | pub const SIOCGIFBR: ::c_ulong = 0x00008940; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2643 - pub const SIOCGIFBR: ::c_ulong = 0x00008940; 2643 + pub const SIOCGIFBR: c_ulong = 0x00008940; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2644:24 | 2644 | pub const SIOCSIFBR: ::c_ulong = 0x00008941; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2644 - pub const SIOCSIFBR: ::c_ulong = 0x00008941; 2644 + pub const SIOCSIFBR: c_ulong = 0x00008941; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2645:28 | 2645 | pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2645 - pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942; 2645 + pub const SIOCGIFTXQLEN: c_ulong = 0x00008942; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2646:28 | 2646 | pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2646 - pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943; 2646 + pub const SIOCSIFTXQLEN: c_ulong = 0x00008943; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2647:26 | 2647 | pub const SIOCETHTOOL: ::c_ulong = 0x00008946; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2647 - pub const SIOCETHTOOL: ::c_ulong = 0x00008946; 2647 + pub const SIOCETHTOOL: c_ulong = 0x00008946; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2648:26 | 2648 | pub const SIOCGMIIPHY: ::c_ulong = 0x00008947; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2648 - pub const SIOCGMIIPHY: ::c_ulong = 0x00008947; 2648 + pub const SIOCGMIIPHY: c_ulong = 0x00008947; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2649:26 | 2649 | pub const SIOCGMIIREG: ::c_ulong = 0x00008948; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2649 - pub const SIOCGMIIREG: ::c_ulong = 0x00008948; 2649 + pub const SIOCGMIIREG: c_ulong = 0x00008948; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2650:26 | 2650 | pub const SIOCSMIIREG: ::c_ulong = 0x00008949; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2650 - pub const SIOCSMIIREG: ::c_ulong = 0x00008949; 2650 + pub const SIOCSMIIREG: c_ulong = 0x00008949; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2651:25 | 2651 | pub const SIOCWANDEV: ::c_ulong = 0x0000894A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2651 - pub const SIOCWANDEV: ::c_ulong = 0x0000894A; 2651 + pub const SIOCWANDEV: c_ulong = 0x0000894A; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2652:26 | 2652 | pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2652 - pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B; 2652 + pub const SIOCOUTQNSD: c_ulong = 0x0000894B; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2653:24 | 2653 | pub const SIOCGSKNS: ::c_ulong = 0x0000894C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2653 - pub const SIOCGSKNS: ::c_ulong = 0x0000894C; 2653 + pub const SIOCGSKNS: c_ulong = 0x0000894C; | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:2654:23 | 2654 | pub const SIOCDARP: ::c_ulong = 0x00008953; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2654 - pub const SIOCDARP: ::c_ulong = 0x00008953; 2654 + 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.139/src/unix/linux_like/linux/mod.rs:2655:23 | 2655 | pub const SIOCGARP: ::c_ulong = 0x00008954; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2655 - pub const SIOCGARP: ::c_ulong = 0x00008954; 2655 + 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.139/src/unix/linux_like/linux/mod.rs:2656:23 | 2656 | pub const SIOCSARP: ::c_ulong = 0x00008955; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2656 - pub const SIOCSARP: ::c_ulong = 0x00008955; 2656 + 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.139/src/unix/linux_like/linux/mod.rs:2657:24 | 2657 | pub const SIOCDRARP: ::c_ulong = 0x00008960; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2657 - pub const SIOCDRARP: ::c_ulong = 0x00008960; 2657 + 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.139/src/unix/linux_like/linux/mod.rs:2658:24 | 2658 | pub const SIOCGRARP: ::c_ulong = 0x00008961; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2658 - pub const SIOCGRARP: ::c_ulong = 0x00008961; 2658 + 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.139/src/unix/linux_like/linux/mod.rs:2659:24 | 2659 | pub const SIOCSRARP: ::c_ulong = 0x00008962; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2659 - pub const SIOCSRARP: ::c_ulong = 0x00008962; 2659 + 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.139/src/unix/linux_like/linux/mod.rs:2660:25 | 2660 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2660 - pub const SIOCGIFMAP: ::c_ulong = 0x00008970; 2660 + 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.139/src/unix/linux_like/linux/mod.rs:2661:25 | 2661 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2661 - pub const SIOCSIFMAP: ::c_ulong = 0x00008971; 2661 + 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.139/src/unix/linux_like/linux/mod.rs:3133:34 | 3133 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:3555:28 | 3555 | pub const J1939_NO_NAME: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3555 - pub const J1939_NO_NAME: ::c_ulong = 0; 3555 + pub const J1939_NO_NAME: c_ulong = 0; | error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:3595:37 | 3595 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3596:37 | 3596 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3596:54 | 3596 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3597:59 | 3597 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3598:30 | 3598 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3602:21 | 3602 | as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3608:23 | 3608 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3610:26 | 3610 | 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.139/src/macros.rs:77:13 | 77 | 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.139/src/unix/linux_like/linux/mod.rs:3768:30 | 3768 | host: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3768 | host: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3768 - host: *mut ::c_char, 3768 + 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.139/src/unix/linux_like/linux/mod.rs:3770:30 | 3770 | serv: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3770 | serv: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3770 - serv: *mut ::c_char, 3770 + 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.139/src/unix/linux_like/linux/mod.rs:3781:28 | 3781 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3781 - liovcnt: ::c_ulong, 3781 + 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.139/src/unix/linux_like/linux/mod.rs:3783:28 | 3783 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3783 - riovcnt: ::c_ulong, 3783 + 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.139/src/unix/linux_like/linux/mod.rs:3784:26 | 3784 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3784 - flags: ::c_ulong, 3784 + 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.139/src/unix/linux_like/linux/mod.rs:3789:28 | 3789 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3789 - liovcnt: ::c_ulong, 3789 + 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.139/src/unix/linux_like/linux/mod.rs:3791:28 | 3791 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3791 - riovcnt: ::c_ulong, 3791 + 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.139/src/unix/linux_like/linux/mod.rs:3792:26 | 3792 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3792 - flags: ::c_ulong, 3792 + 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.139/src/unix/linux_like/linux/mod.rs:3804:50 | 3804 | 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 | 3804 | pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + use ffi::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.139/src/unix/linux_like/linux/mod.rs:3807:22 | 3807 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3807 - pub fn labs(i: ::c_long) -> ::c_long; 3807 + 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.139/src/unix/linux_like/linux/mod.rs:3807:35 | 3807 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3807 - pub fn labs(i: ::c_long) -> ::c_long; 3807 + 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.139/src/unix/linux_like/linux/mod.rs:3813:27 | 3813 | pub fn lrand48() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3813 - pub fn lrand48() -> ::c_long; 3813 + pub fn lrand48() -> 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.139/src/unix/linux_like/linux/mod.rs:3814:49 | 3814 | pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3814 - pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; 3814 + pub fn nrand48(xseed: *mut ::c_ushort) -> 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.139/src/unix/linux_like/linux/mod.rs:3815:27 | 3815 | pub fn mrand48() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3815 - pub fn mrand48() -> ::c_long; 3815 + pub fn mrand48() -> 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.139/src/unix/linux_like/linux/mod.rs:3816:49 | 3816 | pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3816 - pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long; 3816 + pub fn jrand48(xseed: *mut ::c_ushort) -> 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.139/src/unix/linux_like/linux/mod.rs:3817:28 | 3817 | pub fn srand48(seed: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3817 - pub fn srand48(seed: ::c_long); 3817 + pub fn srand48(seed: 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.139/src/unix/linux_like/linux/mod.rs:3821:35 | 3821 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3821 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3821 - pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; 3821 + 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.139/src/unix/linux_like/linux/mod.rs:3833:36 | 3833 | pub fn getspnam(name: *const ::c_char) -> *mut spwd; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3833 | pub fn getspnam(name: *const ::c_schar) -> *mut spwd; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3833 - pub fn getspnam(name: *const ::c_char) -> *mut spwd; 3833 + 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.139/src/unix/linux_like/linux/mod.rs:3838:24 | 3838 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3838 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3838 - name: *const ::c_char, 3838 + 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.139/src/unix/linux_like/linux/mod.rs:3840:21 | 3840 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3840 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3840 - buf: *mut ::c_char, 3840 + 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.139/src/unix/linux_like/linux/mod.rs:3845:34 | 3845 | 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 | 3845 | pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3851:61 | 3851 | 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.139/src/unix/linux_like/linux/mod.rs:3852:36 | 3852 | 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.139/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 | 3852 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3852 - pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; 3852 + 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.139/src/unix/linux_like/linux/mod.rs:3856:59 | 3856 | 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.139/src/unix/linux_like/linux/mod.rs:3862:19 | 3862 | msgtyp: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3862 - msgtyp: ::c_long, 3862 + 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.139/src/unix/linux_like/linux/mod.rs:3875:37 | 3875 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3875 | pub fn fopen64(filename: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3875:58 | 3875 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3875 | pub fn fopen64(filename: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3877:26 | 3877 | filename: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3877 | filename: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3878:22 | 3878 | mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3878 | mode: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3892:22 | 3892 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3892 | path: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3893:22 | 3893 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3893 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3898:22 | 3898 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3898 | path: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3899:22 | 3899 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3899 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3905:22 | 3905 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3905 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3910:22 | 3910 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3910 | path: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3911:22 | 3911 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3911 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3917:22 | 3917 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3917 | path: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3918:22 | 3918 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3918 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3925:22 | 3925 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3925 | name: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3930:35 | 3930 | 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 | 3930 | pub fn listxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3930:54 | 3930 | 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 | 3930 | pub fn listxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3931:36 | 3931 | 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 | 3931 | pub fn llistxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3931:55 | 3931 | 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 | 3931 | pub fn llistxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3932:52 | 3932 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3932 | pub fn flistxattr(filedes: ::c_int, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3933:37 | 3933 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3933 | pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3933:58 | 3933 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3933 | pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3934:38 | 3934 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3934 | pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3934:59 | 3934 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3934 | pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3935:56 | 3935 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3935 | pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:3936:49 | 3936 | 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.139/src/unix/linux_like/linux/mod.rs:3947:27 | 3947 | special: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3947 | special: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3947 - special: *const ::c_char, 3947 + 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.139/src/unix/linux_like/linux/mod.rs:3949:22 | 3949 | data: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3949 | data: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3949 - data: *mut ::c_char, 3949 + 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.139/src/unix/linux_like/linux/mod.rs:3951:35 | 3951 | 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.139/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 | 3951 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3951 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; 3951 + 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.139/src/unix/linux_like/linux/mod.rs:3953:37 | 3953 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3953 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3953 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int; 3953 + 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.139/src/unix/linux_like/linux/mod.rs:3956:25 | 3956 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3956 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3956 - msg_ptr: *mut ::c_char, 3956 + 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.139/src/unix/linux_like/linux/mod.rs:3962:25 | 3962 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3962 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3962 - msg_ptr: *mut ::c_char, 3962 + 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.139/src/unix/linux_like/linux/mod.rs:3969:27 | 3969 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3969 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3969 - msg_ptr: *const ::c_char, 3969 + 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.139/src/unix/linux_like/linux/mod.rs:3975:27 | 3975 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3975 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3975 - msg_ptr: *const ::c_char, 3975 + 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.139/src/unix/linux_like/linux/mod.rs:3987:27 | 3987 | 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.139/src/unix/linux_like/linux/mod.rs:3990:38 | 3990 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 3990 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3990 - pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; 3990 + 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.139/src/unix/linux_like/linux/mod.rs:3991:39 | 3991 | 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.139/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 | 3991 | pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3991 - pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; 3991 + 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.139/src/unix/linux_like/linux/mod.rs:3993:21 | 3993 | 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.139/src/unix/linux_like/linux/mod.rs:3994:20 | 3994 | 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.139/src/unix/linux_like/linux/mod.rs:3997:36 | 3997 | 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.139/src/unix/linux_like/linux/mod.rs:3997:57 | 3997 | 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.139/src/unix/linux_like/linux/mod.rs:3998:73 | 3998 | 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.139/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 | 3998 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3998 - pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; 3998 + 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.139/src/unix/linux_like/linux/mod.rs:4021:56 | 4021 | 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.139/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 | 4021 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4021 - pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; 4021 + 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.139/src/unix/linux_like/linux/mod.rs:4039:25 | 4039 | pattern: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4039 | pattern: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:4041:55 | 4041 | errfunc: ::Option ::c_int>, | ^^^^^^ | help: a builtin type with a similar name exists | 4041 | errfunc: ::Option ::c_int>, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:4048:38 | 4048 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4048 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4048 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int; 4048 + 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.139/src/unix/linux_like/linux/mod.rs:4050:45 | 4050 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4050 - pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); 4050 + 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.139/src/unix/linux_like/linux/mod.rs:4052:43 | 4052 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4052 - pub fn telldir(dirp: *mut ::DIR) -> ::c_long; 4052 + 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.139/src/unix/linux_like/linux/mod.rs:4071:38 | 4071 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4071 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4071 - pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; 4071 + 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.139/src/unix/linux_like/linux/mod.rs:4073:51 | 4073 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4073 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4073 - pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; 4073 + 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.139/src/unix/linux_like/linux/mod.rs:4075:39 | 4075 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4075 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4075 - pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 4075 + 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.139/src/unix/linux_like/linux/mod.rs:4076:41 | 4076 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4076 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4076 - pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; 4076 + 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.139/src/unix/linux_like/linux/mod.rs:4080:27 | 4080 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4080 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 4080 + 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.139/src/unix/linux_like/linux/mod.rs:4080:45 | 4080 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4080 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 4080 + 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.139/src/unix/linux_like/linux/mod.rs:4104:36 | 4104 | pub fn umount(target: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4104 | pub fn umount(target: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4104 - pub fn umount(target: *const ::c_char) -> ::c_int; 4104 + 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.139/src/unix/linux_like/linux/mod.rs:4118:36 | 4118 | 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.139/src/unix/linux_like/linux/mod.rs:4119:35 | 4119 | 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.139/src/unix/linux_like/linux/mod.rs:4122:35 | 4122 | pub fn swapoff(path: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4122 | pub fn swapoff(path: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4122 - pub fn swapoff(path: *const ::c_char) -> ::c_int; 4122 + 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.139/src/unix/linux_like/linux/mod.rs:4130:23 | 4130 | src: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4130 | src: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4130 - src: *const ::c_char, 4130 + 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.139/src/unix/linux_like/linux/mod.rs:4131:26 | 4131 | target: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4131 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4131 - target: *const ::c_char, 4131 + 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.139/src/unix/linux_like/linux/mod.rs:4132:26 | 4132 | fstype: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4132 | fstype: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4132 - fstype: *const ::c_char, 4132 + 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.139/src/unix/linux_like/linux/mod.rs:4133:18 | 4133 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4133 - flags: ::c_ulong, 4133 + 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.139/src/unix/linux_like/linux/mod.rs:4136:35 | 4136 | pub fn personality(persona: ::c_ulong) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 4136 - pub fn personality(persona: ::c_ulong) -> ::c_int; 4136 + 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.139/src/unix/linux_like/linux/mod.rs:4143:25 | 4143 | 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.139/src/unix/linux_like/linux/mod.rs:4178:24 | 4178 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/linux_like/linux/mod.rs:4181:39 | 4181 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4181 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4181 - pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; 4181 + 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.139/src/unix/linux_like/linux/mod.rs:4188:37 | 4188 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4188 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4188 - pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; 4188 + 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.139/src/unix/linux_like/linux/mod.rs:4194:34 | 4194 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4194 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4194 - pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; 4194 + 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.139/src/unix/linux_like/linux/mod.rs:4212:38 | 4212 | 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.139/src/unix/linux_like/linux/mod.rs:4216:21 | 4216 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4216 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4216 - buf: *mut ::c_char, 4216 + 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.139/src/unix/linux_like/linux/mod.rs:4220:35 | 4220 | 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.139/src/unix/linux_like/linux/mod.rs:4220:54 | 4220 | 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.139/src/unix/linux_like/linux/mod.rs:4221:32 | 4221 | 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.139/src/unix/linux_like/linux/mod.rs:4224:24 | 4224 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4224 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4224 - name: *const ::c_char, 4224 + 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.139/src/unix/linux_like/linux/mod.rs:4226:21 | 4226 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4226 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4226 - buf: *mut ::c_char, 4226 + 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.139/src/unix/linux_like/linux/mod.rs:4230:38 | 4230 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4230 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4230 - pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; 4230 + 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.139/src/unix/linux_like/linux/mod.rs:4231:54 | 4231 | 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.139/src/unix/linux_like/linux/mod.rs:4231:77 | 4231 | 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.139/src/unix/linux_like/linux/mod.rs:4232:36 | 4232 | 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.139/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 | 4232 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4232 - pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; 4232 + 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.139/src/unix/linux_like/linux/mod.rs:4232:73 | 4232 | 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.139/src/unix/linux_like/linux/mod.rs:4233:36 | 4233 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4233 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4233 - pub fn getgrnam(name: *const ::c_char) -> *mut ::group; 4233 + 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.139/src/unix/linux_like/linux/mod.rs:4236:38 | 4236 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4236 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4236 - pub fn sem_unlink(name: *const ::c_char) -> ::c_int; 4236 + 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.139/src/unix/linux_like/linux/mod.rs:4239:24 | 4239 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4239 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4239 - name: *const ::c_char, 4239 + 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.139/src/unix/linux_like/linux/mod.rs:4241:21 | 4241 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4241 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4241 - buf: *mut ::c_char, 4241 + 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.139/src/unix/linux_like/linux/mod.rs:4248:21 | 4248 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4248 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4248 - buf: *mut ::c_char, 4248 + 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.139/src/unix/linux_like/linux/mod.rs:4252:32 | 4252 | 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.139/src/unix/linux_like/linux/mod.rs:4260:24 | 4260 | user: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4260 | user: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4260 - user: *const ::c_char, 4260 + 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.139/src/unix/linux_like/linux/mod.rs:4277:34 | 4277 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4277 | pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:4277:55 | 4277 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 4277 | pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:4280:28 | 4280 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4280 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4280 - pathname: *const ::c_char, 4280 + 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.139/src/unix/linux_like/linux/mod.rs:4286:24 | 4286 | 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.139/src/macros.rs:112:13 | 112 | 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.139/src/unix/linux_like/linux/mod.rs:4301:41 | 4301 | 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.139/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 | 4301 | pub fn setmntent(filename: *const ::c_schar, ty: *const ::c_char) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4301 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 4301 + 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.139/src/unix/linux_like/linux/mod.rs:4301:62 | 4301 | 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.139/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 | 4301 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4301 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 4301 + 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.139/src/unix/linux_like/linux/mod.rs:4305:58 | 4305 | 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.139/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 | 4305 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4305 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 4305 + 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.139/src/unix/linux_like/linux/mod.rs:4305:76 | 4305 | 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.139/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 | 4305 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4305 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 4305 + 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.139/src/unix/linux_like/linux/mod.rs:4309:24 | 4309 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4309 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4309 - path: *const ::c_char, 4309 + 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.139/src/unix/linux_like/linux/mod.rs:4312:29 | 4312 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4312 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4312 - argv: *const *mut ::c_char, 4312 + 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.139/src/unix/linux_like/linux/mod.rs:4313:29 | 4313 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4313 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4313 - envp: *const *mut ::c_char, 4313 + 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.139/src/unix/linux_like/linux/mod.rs:4317:24 | 4317 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4317 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4317 - file: *const ::c_char, 4317 + 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.139/src/unix/linux_like/linux/mod.rs:4320:29 | 4320 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4320 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4320 - argv: *const *mut ::c_char, 4320 + 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.139/src/unix/linux_like/linux/mod.rs:4321:29 | 4321 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4321 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4321 - envp: *const *mut ::c_char, 4321 + 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.139/src/unix/linux_like/linux/mod.rs:4327:25 | 4327 | 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.139/src/unix/linux_like/linux/mod.rs:4331:27 | 4331 | 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.139/src/unix/linux_like/linux/mod.rs:4335:25 | 4335 | 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.139/src/unix/linux_like/linux/mod.rs:4339:27 | 4339 | 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.139/src/unix/linux_like/linux/mod.rs:4370:24 | 4370 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4370 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4370 - path: *const ::c_char, 4370 + 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.139/src/unix/linux_like/linux/mod.rs:4392:58 | 4392 | 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.139/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 | 4392 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4392 - pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; 4392 + 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.139/src/unix/linux_like/linux/mod.rs:4395:60 | 4395 | 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.139/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 | 4395 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4395 - pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; 4395 + 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.139/src/unix/linux_like/linux/mod.rs:4399:25 | 4399 | input: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4399 | input: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4399 - input: *const ::c_char, 4399 + 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.139/src/unix/linux_like/linux/mod.rs:4408:24 | 4408 | errbuf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4408 | errbuf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4408 - errbuf: *mut ::c_char, 4408 + 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.139/src/unix/linux_like/linux/mod.rs:4414:40 | 4414 | 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.139/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 | 4414 | pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4414 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 4414 + 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.139/src/unix/linux_like/linux/mod.rs:4414:67 | 4414 | 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.139/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 | 4414 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4414 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 4414 + 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.139/src/unix/linux_like/linux/mod.rs:4417:28 | 4417 | inbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4417 | inbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4417 - inbuf: *mut *mut ::c_char, 4417 + 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.139/src/unix/linux_like/linux/mod.rs:4419:29 | 4419 | outbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4419 | outbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4419 - outbuf: *mut *mut ::c_char, 4419 + outbuf: *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.139/src/unix/linux_like/linux/mod.rs:4441:29 | 4441 | pub fn gethostid() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 4469 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 4441 - pub fn gethostid() -> ::c_long; 4441 + pub fn gethostid() -> 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.139/src/unix/linux_like/linux/mod.rs:4452:65 | 4452 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4452 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4452 - pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; 4452 + pub fn pthread_getname_np(thread: ::pthread_t, 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.139/src/unix/linux_like/linux/mod.rs:4453:67 | 4453 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 4453 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 4469 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 4453 - pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; 4453 + pub fn pthread_setname_np(thread: ::pthread_t, 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.139/src/unix/linux_like/linux/mod.rs:4456:27 | 4456 | argv: *const *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4456 | argv: *const *mut char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/src/unix/linux_like/linux/mod.rs:4457:27 | 4457 | optstring: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 4457 | optstring: *const char, | ~~~~ help: consider importing this type alias | 4469 + 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.139/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.139/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.139/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.139/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.139/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.139/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.139/src/unix/linux_like/linux/musl/mod.rs:37:6 | 37 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | 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.139/src/unix/linux_like/linux/musl/mod.rs:46:27 | 46 | (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | 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.139/src/unix/linux_like/linux/musl/mod.rs:59:27 | 59 | (*(self as *const siginfo_t as *const siginfo_si_value)).si_value | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 92 | 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.139/src/unix/linux_like/linux/musl/mod.rs:71:25 | 71 | 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 | 71 - si_utime: ::c_long, 71 + 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.139/src/unix/linux_like/linux/musl/mod.rs:72:25 | 72 | 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 | 72 - si_stime: ::c_long, 72 + 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.139/src/unix/linux_like/linux/musl/mod.rs:97:14 | 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 97 | 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.139/src/unix/linux_like/linux/musl/mod.rs:99:36 | 92 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 99 | &(*(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.139/src/unix/linux_like/linux/musl/mod.rs:114:48 | 114 | 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 | 114 - pub unsafe fn si_utime(&self) -> ::c_long { 114 + 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.139/src/unix/linux_like/linux/musl/mod.rs:118:48 | 118 | 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 | 118 - pub unsafe fn si_stime(&self) -> ::c_long { 118 + 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.139/src/unix/linux_like/linux/musl/mod.rs:143:22 | 143 | __dummy4: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | __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 | 143 - __dummy4: [::c_char; 16], 143 + __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.139/src/unix/linux_like/linux/musl/mod.rs:148:24 | 148 | 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.139/src/unix/linux_like/linux/musl/mod.rs:154:24 | 154 | 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 | 154 - pub f_bsize: ::c_ulong, 154 + 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.139/src/unix/linux_like/linux/musl/mod.rs:155:25 | 155 | 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 | 155 - pub f_frsize: ::c_ulong, 155 + 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.139/src/unix/linux_like/linux/musl/mod.rs:163:23 | 163 | 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 | 163 - pub f_fsid: ::c_ulong, 163 + 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.139/src/unix/linux_like/linux/musl/mod.rs:168:23 | 168 | 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 | 168 - pub f_flag: ::c_ulong, 168 + 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.139/src/unix/linux_like/linux/musl/mod.rs:169:26 | 169 | 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 | 169 - pub f_namemax: ::c_ulong, 169 + 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.139/src/unix/linux_like/linux/musl/mod.rs:197:23 | 197 | __padding2: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 197 | __padding2: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 197 - __padding2: ::c_char, 197 + __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.139/src/unix/linux_like/linux/musl/mod.rs:201:24 | 201 | 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 | 201 - pub rt_pad1: ::c_ulong, 201 + 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.139/src/unix/linux_like/linux/musl/mod.rs:207:24 | 207 | 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 | 207 - pub rt_pad3: ::c_ulong, 207 + 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.139/src/unix/linux_like/linux/musl/mod.rs:215:28 | 215 | pub rt_dev: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 215 | 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 | 215 - pub rt_dev: *mut ::c_char, 215 + 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.139/src/unix/linux_like/linux/musl/mod.rs:216:23 | 216 | 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 | 216 - pub rt_mtu: ::c_ulong, 216 + 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.139/src/unix/linux_like/linux/musl/mod.rs:217:26 | 217 | 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 | 217 - pub rt_window: ::c_ulong, 217 + pub rt_window: c_ulong, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/musl/mod.rs:241:23 | 241 | pub offset: ::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 | 241 - pub offset: ::c_long, 241 + pub offset: 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.139/src/unix/linux_like/linux/musl/mod.rs:242:21 | 242 | pub freq: ::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 | 242 - pub freq: ::c_long, 242 + pub freq: 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.139/src/unix/linux_like/linux/musl/mod.rs:243:25 | 243 | pub maxerror: ::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 | 243 - pub maxerror: ::c_long, 243 + pub maxerror: 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.139/src/unix/linux_like/linux/musl/mod.rs:244:25 | 244 | pub esterror: ::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 | 244 - pub esterror: ::c_long, 244 + pub esterror: 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.139/src/unix/linux_like/linux/musl/mod.rs:246:25 | 246 | pub constant: ::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 | 246 - pub constant: ::c_long, 246 + pub constant: 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.139/src/unix/linux_like/linux/musl/mod.rs:247:26 | 247 | pub precision: ::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 | 247 - pub precision: ::c_long, 247 + pub precision: 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.139/src/unix/linux_like/linux/musl/mod.rs:248:26 | 248 | pub tolerance: ::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 | 248 - pub tolerance: ::c_long, 248 + pub tolerance: 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.139/src/unix/linux_like/linux/musl/mod.rs:250:21 | 250 | pub tick: ::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 | 250 - pub tick: ::c_long, 250 + pub tick: 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.139/src/unix/linux_like/linux/musl/mod.rs:251:24 | 251 | pub ppsfreq: ::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 | 251 - pub ppsfreq: ::c_long, 251 + pub ppsfreq: 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.139/src/unix/linux_like/linux/musl/mod.rs:252:23 | 252 | pub jitter: ::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 | 252 - pub jitter: ::c_long, 252 + pub jitter: 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.139/src/unix/linux_like/linux/musl/mod.rs:254:23 | 254 | pub stabil: ::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 | 254 - pub stabil: ::c_long, 254 + pub stabil: 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.139/src/unix/linux_like/linux/musl/mod.rs:255:23 | 255 | pub jitcnt: ::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 | 255 - pub jitcnt: ::c_long, 255 + pub jitcnt: 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.139/src/unix/linux_like/linux/musl/mod.rs:256:23 | 256 | pub calcnt: ::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 | 256 - pub calcnt: ::c_long, 256 + pub calcnt: 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.139/src/unix/linux_like/linux/musl/mod.rs:257:23 | 257 | pub errcnt: ::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 | 257 - pub errcnt: ::c_long, 257 + pub errcnt: 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.139/src/unix/linux_like/linux/musl/mod.rs:258:23 | 258 | pub stbcnt: ::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 | 258 - pub stbcnt: ::c_long, 258 + pub stbcnt: 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.139/src/unix/linux_like/linux/musl/mod.rs:265:25 | 265 | pub maxerror: ::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 | 265 - pub maxerror: ::c_long, 265 + pub maxerror: 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.139/src/unix/linux_like/linux/musl/mod.rs:266:25 | 266 | pub esterror: ::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 | 266 - pub esterror: ::c_long, 266 + pub esterror: 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.139/src/unix/linux_like/linux/musl/mod.rs:272:23 | 272 | 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 | 272 - pub uptime: ::c_ulong, 272 + 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.139/src/unix/linux_like/linux/musl/mod.rs:273:23 | 273 | 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 | 273 - pub loads: [::c_ulong; 3], 273 + 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.139/src/unix/linux_like/linux/musl/mod.rs:274:25 | 274 | 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 | 274 - pub totalram: ::c_ulong, 274 + 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.139/src/unix/linux_like/linux/musl/mod.rs:275:24 | 275 | 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 | 275 - pub freeram: ::c_ulong, 275 + 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.139/src/unix/linux_like/linux/musl/mod.rs:276:26 | 276 | 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 | 276 - pub sharedram: ::c_ulong, 276 + 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.139/src/unix/linux_like/linux/musl/mod.rs:277:26 | 277 | 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 | 277 - pub bufferram: ::c_ulong, 277 + 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.139/src/unix/linux_like/linux/musl/mod.rs:278:26 | 278 | 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 | 278 - pub totalswap: ::c_ulong, 278 + 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.139/src/unix/linux_like/linux/musl/mod.rs:279:25 | 279 | 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 | 279 - pub freeswap: ::c_ulong, 279 + 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.139/src/unix/linux_like/linux/musl/mod.rs:282:26 | 282 | 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 | 282 - pub totalhigh: ::c_ulong, 282 + 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.139/src/unix/linux_like/linux/musl/mod.rs:283:25 | 283 | 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 | 283 - pub freehigh: ::c_ulong, 283 + 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.139/src/unix/linux_like/linux/musl/mod.rs:285:28 | 285 | pub __reserved: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 285 | 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 | 285 - pub __reserved: [::c_char; 256], 285 + 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.139/src/unix/linux_like/linux/musl/mod.rs:297:25 | 297 | pub ut_line: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 297 | 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 | 297 - pub ut_line: [::c_char; 32], 297 + 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.139/src/unix/linux_like/linux/musl/mod.rs:298:23 | 298 | pub ut_id: [::c_char; 4], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 298 | 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 | 298 - pub ut_id: [::c_char; 4], 298 + 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.139/src/unix/linux_like/linux/musl/mod.rs:299:25 | 299 | pub ut_user: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 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 | 299 - pub ut_user: [::c_char; 32], 299 + 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.139/src/unix/linux_like/linux/musl/mod.rs:300:25 | 300 | pub ut_host: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 300 | 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 | 300 - pub ut_host: [::c_char; 256], 300 + 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.139/src/unix/linux_like/linux/musl/mod.rs:304:27 | 304 | 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 | 304 - pub ut_session: ::c_long, 304 + 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.139/src/unix/linux_like/linux/musl/mod.rs:315:22 | 315 | __unused: [::c_char; 20], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 315 | __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 | 315 - __unused: [::c_char; 20], 315 + __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.139/src/unix/linux_like/linux/musl/mod.rs:474:26 | 474 | 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 | 474 - pub const MS_RMT_MASK: ::c_ulong = 0x02800051; 474 + 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.139/src/unix/linux_like/linux/musl/mod.rs:483:45 | 483 | 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.139/src/unix/linux_like/linux/musl/mod.rs:521:31 | 521 | pub const O_NDELAY: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 589 | 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.139/src/unix/linux_like/linux/musl/mod.rs:527:36 | 527 | 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.139/src/unix/linux_like/linux/musl/mod.rs:535:34 | 535 | 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.139/src/unix/linux_like/linux/musl/mod.rs:589:37 | 589 | 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.139/src/unix/linux_like/linux/mod.rs:3133:1 | 3133 | 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.139/src/unix/linux_like/linux/musl/mod.rs:591:37 | 591 | 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.139/src/unix/linux_like/linux/mod.rs:3133:1 | 3133 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/musl/mod.rs:593:38 | 589 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ----------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here ... 593 | pub const PIDFD_NONBLOCK: ::c_uint = O_NONBLOCK as ::c_uint; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/musl/mod.rs:685:20 | 685 | pub const MAXTC: ::c_long = 6; | ^^^^^^ 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 | 685 - pub const MAXTC: ::c_long = 6; 685 + pub const MAXTC: c_long = 6; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/musl/mod.rs:731:47 | 731 | 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 | 731 - pub fn ptrace(request: ::c_int, ...) -> ::c_long; 731 + 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.139/src/unix/linux_like/linux/musl/mod.rs:742:24 | 742 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 742 | 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 | 742 - path: *const ::c_char, 742 + 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.139/src/unix/linux_like/linux/musl/mod.rs:744:31 | 744 | 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 | 744 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 744 + 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.139/src/unix/linux_like/linux/musl/mod.rs:744:45 | 744 | 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 | 744 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 744 + pub fn getauxval(type_: ::c_ulong) -> 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.139/src/unix/linux_like/linux/musl/mod.rs:754:30 | 754 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 754 | pub fn ctermid(s: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 754 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; 754 + pub fn ctermid(s: *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.139/src/unix/linux_like/linux/musl/mod.rs:754:48 | 754 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 754 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 754 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char; 754 + pub fn ctermid(s: *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.139/src/unix/linux_like/linux/musl/mod.rs:756:40 | 756 | pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 756 | pub fn memfd_create(name: *const ::c_schar, flags: ::c_uint) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 756 - pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int; 756 + pub fn memfd_create(name: *const c_char, flags: ::c_uint) -> ::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.139/src/unix/linux_like/linux/musl/mod.rs:760:42 | 760 | pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 760 | pub fn euidaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 760 - pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; 760 + pub fn euidaccess(pathname: *const c_char, mode: ::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.139/src/unix/linux_like/linux/musl/mod.rs:761:39 | 761 | pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 761 | pub fn eaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 761 - pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; 761 + pub fn eaccess(pathname: *const c_char, mode: ::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.139/src/unix/linux_like/linux/musl/mod.rs:763:51 | 763 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 763 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 763 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; 763 + pub fn asctime_r(tm: *const ::tm, buf: *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.139/src/unix/linux_like/linux/musl/mod.rs:763:69 | 763 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 763 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 763 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char; 763 + pub fn asctime_r(tm: *const ::tm, buf: *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.139/src/unix/linux_like/linux/musl/mod.rs:766:19 | 766 | s: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 766 | s: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 766 - s: *mut ::c_char, 766 + s: *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.139/src/unix/linux_like/linux/musl/mod.rs:768:26 | 768 | format: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 768 | format: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 768 - format: *const ::c_char, 768 + format: *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.139/src/unix/linux_like/linux/musl/mod.rs:771:33 | 771 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 771 | pub fn strptime(s: *const ::c_schar, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 771 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 771 + pub fn strptime(s: *const c_char, format: *const ::c_char, tm: *mut ::tm) -> *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.139/src/unix/linux_like/linux/musl/mod.rs:771:58 | 771 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 771 | pub fn strptime(s: *const ::c_char, format: *const ::c_schar, tm: *mut ::tm) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 771 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 771 + pub fn strptime(s: *const ::c_char, format: *const c_char, tm: *mut ::tm) -> *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.139/src/unix/linux_like/linux/musl/mod.rs:771:91 | 771 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 771 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 771 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char; 771 + pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *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.139/src/unix/linux_like/linux/musl/mod.rs:773:33 | 773 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 773 | pub fn dirname(path: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 773 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; 773 + pub fn dirname(path: *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.139/src/unix/linux_like/linux/musl/mod.rs:773:51 | 773 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 773 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 773 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; 773 + pub fn dirname(path: *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.139/src/unix/linux_like/linux/musl/mod.rs:774:34 | 774 | pub fn basename(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 774 | pub fn basename(path: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 774 - pub fn basename(path: *mut ::c_char) -> *mut ::c_char; 774 + pub fn basename(path: *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.139/src/unix/linux_like/linux/musl/mod.rs:774:52 | 774 | pub fn basename(path: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/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 | 774 | pub fn basename(path: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 774 - pub fn basename(path: *mut ::c_char) -> *mut ::c_char; 774 + pub fn basename(path: *mut ::c_char) -> *mut c_char; | error[E0412]: cannot find type `__u64` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/align.rs:53:27 | 53 | pub mask: __u64, | ^^^^^ not found in this scope | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:4488:1 | 4488 | 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[E0412]: cannot find type `__u64` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/align.rs:53:27 | 53 | pub mask: __u64, | ^^^^^ not found in this scope | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/mod.rs:4488:1 | 4488 | 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) help: you might be missing a type parameter --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/macros.rs:77:26 | 77 | pub struct $i<__u64> { $($field)* } | +++++++ 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.139/src/unix/linux_like/linux/align.rs:99:30 | 99 | 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.139/src/unix/linux_like/linux/musl/mod.rs:538:1 | 538 | 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.139/src/unix/linux_like/linux/mod.rs:4488:1 | 4488 | 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.139/src/unix/linux_like/linux/align.rs:123:30 | 123 | 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.139/src/unix/linux_like/linux/musl/mod.rs:539:1 | 539 | 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.139/src/unix/linux_like/linux/mod.rs:4488:1 | 4488 | 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[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/non_exhaustive.rs:5:22 | 5 | pub flags: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/non_exhaustive.rs:6:21 | 6 | pub mode: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.139/src/unix/linux_like/linux/non_exhaustive.rs:7:24 | 7 | pub resolve: ::__u64, | ^^^^^ not found in the crate root Some errors have detailed explanations: E0412, E0425, E0573. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` (lib) due to 845 previous errors warning: build failed, waiting for other jobs to finish... >>> ERROR: kalker: build failed >>> kalker: Uninstalling dependencies... (1/14) Purging .makedepends-kalker (20240711.132554) (2/14) Purging cargo-auditable (0.6.2-r0) (3/14) Purging gmp-dev (6.3.0-r1) (4/14) Purging libgmpxx (6.3.0-r1) (5/14) Purging m4 (1.4.19-r3) (6/14) Purging mpc1-dev (1.3.1-r1) (7/14) Purging mpfr-dev (4.2.1-r0) (8/14) Purging cargo (1.79.0-r1) (9/14) Purging rust (1.79.0-r1) (10/14) Purging llvm18-libs (18.1.8-r0) (11/14) Purging scudo-malloc (18.1.8-r0) (12/14) Purging libffi (3.4.6-r0) (13/14) Purging libxml2 (2.12.8-r0) (14/14) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 213 MiB in 99 packages