>>> pipr: Building community/pipr 0.0.16-r1 (using abuild 3.12.0-r0) started Tue, 05 Dec 2023 12:59:30 +0000 >>> pipr: Checking sanity of /home/buildozer/aports/community/pipr/APKBUILD... >>> pipr: Analyzing dependencies... >>> pipr: Installing for build: build-base bubblewrap cargo cargo-auditable oniguruma-dev (1/12) Installing bubblewrap (0.8.0-r1) (2/12) Installing libffi (3.4.4-r3) (3/12) Installing xz-libs (5.4.5-r0) (4/12) Installing libxml2 (2.11.6-r0) (5/12) Installing llvm16-libs (16.0.6-r7) (6/12) Installing scudo-malloc (17.0.5-r0) (7/12) Installing rust (1.72.1-r0) (8/12) Installing cargo (1.72.1-r0) (9/12) Installing cargo-auditable (0.6.1-r3) (10/12) Installing oniguruma (6.9.9-r0) (11/12) Installing oniguruma-dev (6.9.9-r0) (12/12) Installing .makedepends-pipr (20231205.125937) Executing busybox-1.36.1-r15.trigger OK: 942 MiB in 114 packages >>> pipr: Cleaning up srcdir >>> pipr: Cleaning up pkgdir >>> pipr: Cleaning up tmpdir >>> pipr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pipr-0.0.16.tar.gz >>> pipr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pipr-0.0.16.tar.gz >>> pipr: Checking sha512sums... pipr-0.0.16.tar.gz: OK handle-unrecognized-option.patch: OK >>> pipr: Unpacking /var/cache/distfiles/pipr-0.0.16.tar.gz... >>> pipr: handle-unrecognized-option.patch patching file src/main.rs Compiling autocfg v1.0.1 Compiling libc v0.2.106 Compiling cfg-if v1.0.0 Compiling memchr v2.4.1 Compiling proc-macro2 v1.0.32 Compiling unicode-xid v0.2.2 Compiling syn v1.0.81 Compiling log v0.4.14 Compiling version_check v0.9.3 Compiling cc v1.0.71 Compiling typenum v1.14.0 Compiling futures-core v0.3.17 Compiling cfg-if v0.1.10 Compiling serde v1.0.130 Compiling bitflags v1.3.2 Compiling lazy_static v1.4.0 Compiling smallvec v1.7.0 Compiling scopeguard v1.1.0 Compiling ryu v1.0.5 Compiling slab v0.4.5 Compiling proc-macro-hack v0.5.19 Compiling adler v1.0.2 Compiling pkg-config v0.3.22 Compiling proc-macro-nested v0.1.7 Compiling futures-channel v0.3.17 Compiling futures-task v0.3.17 Compiling futures-sink v0.3.17 Compiling crc32fast v1.2.1 Compiling serde_json v1.0.69 Compiling version_check v0.1.5 Compiling lexical-core v0.7.6 Compiling parking_lot_core v0.8.5 Compiling signal-hook v0.3.10 Compiling regex-syntax v0.6.25 Compiling pin-project-lite v0.2.7 Compiling failure_derive v0.1.8 Compiling gimli v0.26.1 Compiling serde_derive v1.0.130 Compiling hashbrown v0.11.2 Compiling pin-utils v0.1.0 Compiling heapless v0.5.6 Compiling safemem v0.3.3 Compiling futures-io v0.3.17 Compiling static_assertions v1.1.0 Compiling itoa v0.4.8 Compiling linked-hash-map v0.5.4 Compiling byteorder v1.4.3 Compiling stable_deref_trait v1.2.0 Compiling instant v0.1.12 Compiling arrayvec v0.5.2 Compiling base64 v0.13.0 Compiling fnv v1.0.7 Compiling unicode-width v0.1.9 Compiling serde v0.8.23 Compiling line-wrap v0.1.1 Compiling lock_api v0.3.4 Compiling lock_api v0.4.5 Compiling either v1.6.1 Compiling xml-rs v0.8.4 Compiling same-file v1.0.6 Compiling rustc-demangle v0.1.21 Compiling pin-project-lite v0.1.12 Compiling bytes v0.5.6 Compiling cassowary v0.3.0 Compiling lazycell v1.3.0 Compiling rust-ini v0.13.0 Compiling unicode-segmentation v1.8.0 Compiling maplit v1.0.2 Compiling yaml-rust v0.4.5 Compiling getopts v0.2.21 Compiling hash32 v0.1.1 Compiling walkdir v2.3.2 Compiling nom v4.2.3 Compiling itertools v0.10.1 Compiling generic-array v0.14.4 Compiling nom v5.1.2 Compiling num-traits v0.2.14 Compiling miniz_oxide v0.4.4 Compiling futures-macro v0.3.17 Compiling num-integer v0.1.44 Compiling futures-util v0.3.17 Compiling indexmap v1.7.0 Compiling aho-corasick v0.7.18 Compiling object v0.27.1 Compiling onig_sys v69.7.1 Compiling backtrace v0.3.63 Compiling quote v1.0.10 Compiling generic-array v0.12.4 Compiling generic-array v0.13.3 Compiling onig v6.3.1 error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:45:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 45 | pub gr_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 45 | pub gr_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 145+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 45 - pub gr_name: *mut ::c_char, 45 + pub gr_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:46:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 46 | pub gr_passwd: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 46 | pub gr_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 145+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 46 - pub gr_passwd: *mut ::c_char, 46 + pub gr_passwd: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:48:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 48 | pub gr_mem: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 48 | pub gr_mem: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 145+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 48 - pub gr_mem: *mut *mut ::c_char, 48 + pub gr_mem: *mut *mut c_char, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:68:24 | 68 | pub tv_nsec: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 145+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 68 - pub tv_nsec: ::c_long, 68 + pub tv_nsec: c_long, | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:79:24 | 79 | pub ru_maxrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:82:23 | 82 | pub ru_ixrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:85:23 | 85 | pub ru_idrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:88:23 | 88 | pub ru_isrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:91:24 | 91 | pub ru_minflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:94:24 | 94 | pub ru_majflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:97:23 | 97 | pub ru_nswap: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 145+ 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.106/src/unix/mod.rs:100:25 | 100 | pub ru_inblock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:103:25 | 103 | pub ru_oublock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:106:24 | 106 | pub ru_msgsnd: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:109:24 | 109 | pub ru_msgrcv: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:112:26 | 112 | pub ru_nsignals: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:115:23 | 115 | pub ru_nvcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:118:24 | 118 | pub ru_nivcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:123:22 | 123 | __reserved: [c_long; 16], | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:135:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 135 | pub h_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 135 | pub h_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub h_name: *mut ::c_char, 135 + pub h_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:136:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 136 | pub h_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 136 | pub h_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub h_aliases: *mut *mut ::c_char, 136 + pub h_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:139:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 139 | pub h_addr_list: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 139 | pub h_addr_list: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub h_addr_list: *mut *mut ::c_char, 139 + pub h_addr_list: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:185:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 185 | pub s_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 185 | pub s_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 185 - pub s_name: *mut ::c_char, 185 + pub s_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:186:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 186 | pub s_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 186 | pub s_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 186 - pub s_aliases: *mut *mut ::c_char, 186 + pub s_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:188:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 188 | pub s_proto: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 188 | pub s_proto: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 188 - pub s_proto: *mut ::c_char, 188 + pub s_proto: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:192:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 192 | pub p_name: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 192 | pub p_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 192 - pub p_name: *mut ::c_char, 192 + pub p_name: *mut c_char, | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:193:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 193 | pub p_aliases: *mut *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 193 | pub p_aliases: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 193 - pub p_aliases: *mut *mut ::c_char, 193 + pub p_aliases: *mut *mut c_char, | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:438:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 438 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 438 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:438:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 438 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 438 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:443:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 443 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 443 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:443:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 443 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 443 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:444:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 444 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 444 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:445:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 445 | pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 445 | pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:449:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 449 | pub fn remove(filename: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 449 | pub fn remove(filename: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:450:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 450 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 450 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:450:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 450 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 450 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:452:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 452 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 452 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:453:48 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 453 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char); | ^^^^^^ | help: a type alias with a similar name exists | 453 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar); | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:457:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 457 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:457:73 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 457 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:463:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 463 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 463 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:464:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 464 | pub fn puts(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 464 | pub fn puts(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:472:45 | 472 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:473:40 | 473 | pub fn ftell(stream: *mut FILE) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:482:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 482 | pub fn perror(s: *const c_char); | ^^^^^^ | help: a type alias with a similar name exists | 482 | pub fn perror(s: *const c_schar); | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:483:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 483 | pub fn atoi(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 483 | pub fn atoi(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:488:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:488:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 488 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:489:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 489 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 489 | pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:489:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 489 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; | ^^^^^^ | help: a type alias with a similar name exists | 489 | pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:490:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 490 | 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 | 490 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:490:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 490 | 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 | 490 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:490:77 | 490 | 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 | 1456+ 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.106/src/unix/mod.rs:491:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 491 | 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 | 491 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:491:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 491 | 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 | 491 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:491:78 | 491 | 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 | 1456+ 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.106/src/unix/mod.rs:504:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 504 | pub fn system(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 504 | pub fn system(s: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:505:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 505 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 505 | pub fn getenv(s: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:505:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 505 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 505 | pub fn getenv(s: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:507:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:507:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:507:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 507 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 507 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:508:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | 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 | 508 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:508:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | 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 | 508 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:508:77 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 508 | 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 | 508 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:509:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:509:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:509:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 509 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 509 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:510:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | 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 | 510 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:510:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | 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 | 510 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:510:74 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 510 | 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 | 510 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:511:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 511 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 511 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:511:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 511 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 511 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:512:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 512 | 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 | 512 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:512:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 512 | 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 | 512 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:513:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 513 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 513 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:513:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 513 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 513 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:514:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 514 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 514 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:514:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 514 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 514 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:515:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 515 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 515 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:515:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 515 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 515 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:516:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:516:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 516 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 516 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:517:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:517:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 517 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 517 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:518:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 518 | pub fn strdup(cs: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:518:46 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 518 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 518 | pub fn strdup(cs: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:519:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:519:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 519 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 519 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:520:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:520:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:520:66 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 520 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 520 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:521:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:521:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:521:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 521 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 521 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:522:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:522:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 522 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 522 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:523:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 523 | 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 | 523 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:523:54 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 523 | 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 | 523 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:524:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 524 | pub fn strlen(cs: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 524 | pub fn strlen(cs: *const c_schar) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:525:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 525 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 525 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:530:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 530 | pub fn strerror(n: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 530 | pub fn strerror(n: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:531:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 531 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 531 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:531:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 531 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 531 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:531:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 531 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 531 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:532:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 532 | 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 | 532 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:532:47 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 532 | 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 | 532 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:533:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 533 | pub fn strsignal(sig: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 533 | pub fn strsignal(sig: c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:534:31 | 534 | 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.106/src/unix/mod.rs:535:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 535 | 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 | 535 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:535:52 | 535 | 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.106/src/unix/mod.rs:538:31 | 538 | 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.106/src/unix/mod.rs:538:43 | 538 | 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.106/src/unix/mod.rs:538:71 | 538 | 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.106/src/unix/mod.rs:547:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 547 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd; | ^^^^^^ | help: a type alias with a similar name exists | 547 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 547 - pub fn getpwnam(name: *const ::c_char) -> *mut passwd; 547 + 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.106/src/unix/mod.rs:551:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 551 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 551 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 551 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 551 + 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.106/src/unix/mod.rs:552:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 552 | pub fn printf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 552 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 552 - pub fn printf(format: *const ::c_char, ...) -> ::c_int; 552 + 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.106/src/unix/mod.rs:553:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | 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 | 553 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 553 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 553 + 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.106/src/unix/mod.rs:553:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 553 | 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 | 553 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 553 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; 553 + 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.106/src/unix/mod.rs:554:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 554 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 554 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 554 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 554 + 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.106/src/unix/mod.rs:554:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 554 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 554 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 554 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; 554 + 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.106/src/unix/mod.rs:559:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 559 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 559 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 559 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; 559 + 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.106/src/unix/mod.rs:564:35 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 564 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 564 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 564 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int; 564 + 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.106/src/unix/mod.rs:569:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 569 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 569 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 569 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 569 + 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.106/src/unix/mod.rs:569:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 569 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 569 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 569 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; 569 + 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.106/src/unix/mod.rs:686:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 686 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 686 | pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:702:45 | 702 | 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.106/src/unix/mod.rs:704:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 704 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 704 | pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:715:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 715 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 715 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:715:48 | 715 | 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.106/src/unix/mod.rs:722:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 722 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a type alias with a similar name exists | 722 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:729:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 729 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 729 | pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:734:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 734 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 734 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:750:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 750 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR; | ^^^^^^ | help: a type alias with a similar name exists | 750 | pub fn opendir(dirname: *const c_schar) -> *mut ::DIR; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:779:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 779 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 779 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 779 - pathname: *const ::c_char, 779 + 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.106/src/unix/mod.rs:786:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 786 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 786 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 786 - pathname: *const ::c_char, 786 + 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.106/src/unix/mod.rs:801:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 801 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 801 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 801 - pathname: *const ::c_char, 801 + pathname: *const c_char, | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:802:19 | 802 | 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.106/src/unix/mod.rs:807:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 807 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 807 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 807 - oldpath: *const ::c_char, 807 + 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.106/src/unix/mod.rs:809:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 809 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 809 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 809 - newpath: *const ::c_char, 809 + 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.106/src/unix/mod.rs:814:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 814 | oldpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 814 | oldpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 814 - oldpath: *const ::c_char, 814 + 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.106/src/unix/mod.rs:816:27 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 816 | newpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 816 | newpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 816 - newpath: *const ::c_char, 816 + 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.106/src/unix/mod.rs:819:26 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 819 | target: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 819 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 819 - target: *const ::c_char, 819 + 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.106/src/unix/mod.rs:821:28 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 821 | linkpath: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 821 | linkpath: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 821 - linkpath: *const ::c_char, 821 + 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.106/src/unix/mod.rs:823:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 823 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 823 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 823 - pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; 823 + 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.106/src/unix/mod.rs:825:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 825 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 825 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:827:30 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 827 | pub fn chdir(dir: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 827 | pub fn chdir(dir: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:829:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 829 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 829 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:834:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 834 | pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 834 | pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:846:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 846 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 846 | pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:846:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 846 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 846 | pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:847:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 847 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 847 | pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 847 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 847 + 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.106/src/unix/mod.rs:847:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 847 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 847 | pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 847 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 847 + 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.106/src/unix/mod.rs:848:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 848 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 848 | pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 848 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 848 + 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.106/src/unix/mod.rs:848:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 848 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 848 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 848 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; 848 + 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.106/src/unix/mod.rs:849:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 849 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 849 | pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:849:59 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 849 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 849 | pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:851:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 851 | prog: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 851 | prog: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:852:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 852 | argv: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 852 | argv: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:853:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 853 | envp: *const *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 853 | envp: *const *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:855:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 855 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 855 | pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:855:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 855 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 855 | pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:857:58 | 857 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:858:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 858 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 858 | pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:858:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 858 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 858 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:864:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 864 | pub fn getlogin() -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 864 | pub fn getlogin() -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:869:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 869 | 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 | 869 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:869:75 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 869 | 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 | 869 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:876:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 876 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 876 | pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:876:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 876 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 876 | pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:878:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 878 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 878 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:878:60 | 878 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:886:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 886 | pub fn rmdir(path: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 886 | pub fn rmdir(path: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:906:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 906 | pub fn ttyname(fd: ::c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 906 | pub fn ttyname(fd: ::c_int) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:912:45 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 912 | 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 | 912 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:913:29 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 913 | pub fn unlink(c: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 913 | pub fn unlink(c: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:942:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 942 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 942 | pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:978:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 978 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; | ^^^^^^ | help: a type alias with a similar name exists | 978 | pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint; | ~~~~~~~ help: consider importing this type alias | 1456+ 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.106/src/unix/mod.rs:979:61 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 979 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 979 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 979 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 979 + 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.106/src/unix/mod.rs:979:79 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 979 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 979 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 979 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char; 979 + 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.106/src/unix/mod.rs:990:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 990 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 990 | pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456+ use ffi::c_char; | error[E0573]: expected type, found function `stat` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:990:49 | 990 | 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.106/src/unix/mod.rs:1002:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1002 | 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 | 1002 | pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1002:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1002 | 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 | 1002 | pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1008:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1008 | pub fn unsetenv(name: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1008 | pub fn unsetenv(name: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1010:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1010 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1010 | pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1010:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1010 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1010 | pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1023:40 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1023 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1023 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1023 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1023 + 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.106/src/unix/mod.rs:1023:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1023 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1023 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1023 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1023 + 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.106/src/unix/mod.rs:1023:83 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1023 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1023 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1023 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; 1023 + 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.106/src/unix/mod.rs:1037:43 | 1037 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1038:46 | 1038 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1039:51 | 1039 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1040:53 | 1040 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1148:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1148 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1148 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1148 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; 1148 + 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.106/src/unix/mod.rs:1149:38 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1149 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1149 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1149 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; 1149 + 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.106/src/unix/mod.rs:1150:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1150 | pub fn dlerror() -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1150 | pub fn dlerror() -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1150 - pub fn dlerror() -> *mut ::c_char; 1150 + 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.106/src/unix/mod.rs:1151:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1151 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; | ^^^^^^ | help: a type alias with a similar name exists | 1151 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1151 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void; 1151 + 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.106/src/unix/mod.rs:1163:22 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1163 | node: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1163 | node: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1164:25 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1164 | service: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1164 | service: *const c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1175:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1175 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1175 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1175 - pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; 1175 + 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.106/src/unix/mod.rs:1176:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1176 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1176 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1176 - pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; 1176 + 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.106/src/unix/mod.rs:1231:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1231 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1231 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1231 - pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; 1231 + 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.106/src/unix/mod.rs:1232:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1232 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1232 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1232 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 1232 + 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.106/src/unix/mod.rs:1234:41 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1234 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1234 | pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1234 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1234 + 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.106/src/unix/mod.rs:1234:65 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1234 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1234 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1234 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent; 1234 + 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.106/src/unix/mod.rs:1235:57 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1235 | pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; | ^^^^^^ | help: a type alias with a similar name exists | 1235 | pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1235 - pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent; 1235 + 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.106/src/unix/mod.rs:1238:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1238 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; | ^^^^^^ | help: a type alias with a similar name exists | 1238 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1238 - pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; 1238 + 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.106/src/unix/mod.rs:1240:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1240 | pub fn chroot(name: *const ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1240 | pub fn chroot(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1240 - pub fn chroot(name: *const ::c_char) -> ::c_int; 1240 + 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.106/src/unix/mod.rs:1263:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1263 | pub fn putenv(string: *mut c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1263 | pub fn putenv(string: *mut c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1286:58 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1286 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1286 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1286 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1286 + 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.106/src/unix/mod.rs:1286:76 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1286 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1286 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1286 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; 1286 + 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.106/src/unix/mod.rs:1293:31 | 1293 | 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.106/src/unix/mod.rs:1294:34 | 1294 | 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.106/src/unix/mod.rs:1295:31 | 1295 | 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.106/src/unix/mod.rs:1296:33 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1296 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1296 | pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1299:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1299 | 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 | 1299 | pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1299:52 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1299 | 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 | 1299 | pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1302:34 | 1302 | 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.106/src/unix/mod.rs:1304:32 | 1304 | 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.106/src/unix/mod.rs:1306:33 | 1306 | 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.106/src/unix/mod.rs:1308:32 | 1308 | 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.106/src/unix/mod.rs:1310:36 | 1310 | 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.106/src/unix/mod.rs:1313:50 | 1313 | 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.106/src/unix/mod.rs:1313:73 | 1313 | 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.106/src/unix/mod.rs:1315:33 | 1315 | 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.106/src/unix/mod.rs:1317:40 | 1317 | pub fn sysconf(name: ::c_int) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1456 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 1317 - pub fn sysconf(name: ::c_int) -> ::c_long; 1317 + 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.106/src/unix/mod.rs:1319:32 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1319 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1319 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1336:25 | 1336 | 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.106/src/unix/mod.rs:1355:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1355 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1355 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1355 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int; 1355 + 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.106/src/unix/mod.rs:1356:37 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1356 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1356 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1356 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1356 + 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.106/src/unix/mod.rs:1356:55 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1356 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1356 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1356 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; 1356 + 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.106/src/unix/mod.rs:1358:31 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1358 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1358 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1358 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1358 + 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.106/src/unix/mod.rs:1358:49 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1358 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1358 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1358 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; 1358 + 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.106/src/unix/mod.rs:1360:36 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1360 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); | ^^^^^^ | help: a type alias with a similar name exists | 1360 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int); | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1360 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); 1360 + 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.106/src/unix/mod.rs:1364:56 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1364 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); | ^^^^^^ | help: a type alias with a similar name exists | 1364 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...); | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1364 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); 1364 + 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.106/src/unix/mod.rs:1373:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1373 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1373 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1373 - pub fn ptsname(fd: ::c_int) -> *mut ::c_char; 1373 + 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.106/src/unix/mod.rs:1376:34 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1376 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1376 | pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1376:53 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1376 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1376 | pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1376:69 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1376 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 1376 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:1377:39 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1377 | 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 | 1377 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1386:32 | 1386 | 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.106/src/unix/mod.rs:1397:42 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1397 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int; | ^^^^^^ | help: a type alias with a similar name exists | 1397 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1456 + 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.106/src/unix/mod.rs:1403:50 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1403 | pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1403 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1403 - pathname: *const ::c_char, 1403 + 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.106/src/unix/mod.rs:1404:43 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1404 | buf: *mut ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1404 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1404 - buf: *mut ::c_char, 1404 + 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.106/src/unix/mod.rs:1406:63 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1406 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1406 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1406 - pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, 1406 + 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.106/src/unix/mod.rs:1408:62 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 1408 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | help: a type alias with a similar name exists | 1408 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1456 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1408 - pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, 1408 + 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.106/src/unix/linux_like/mod.rs:36:25 | 36 | pub sa_data: [::c_char; 14], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 36 | pub sa_data: [::c_schar; 14], | ~~~~~~~ help: consider importing this type alias | 169+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 36 - pub sa_data: [::c_char; 14], 36 + 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.106/src/unix/linux_like/mod.rs:67:32 | 67 | pub ai_canonname: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 67 | pub ai_canonname: *mut char, | ~~~~ help: consider importing this type alias | 169+ 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.106/src/unix/linux_like/mod.rs:86:22 | 86 | fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 169+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 86 - fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE], 86 + 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.106/src/unix/linux_like/mod.rs:99:26 | 99 | pub tm_gmtoff: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 169+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 99 - pub tm_gmtoff: ::c_long, 99 + 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.106/src/unix/linux_like/mod.rs:100:31 | 100 | pub tm_zone: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 100 | pub tm_zone: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 100 - pub tm_zone: *const ::c_char, 100 + 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.106/src/unix/linux_like/mod.rs:116:33 | 116 | pub dli_fname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 116 | pub dli_fname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 116 - pub dli_fname: *const ::c_char, 116 + 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.106/src/unix/linux_like/mod.rs:118:33 | 118 | pub dli_sname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 118 | pub dli_sname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 118 - pub dli_sname: *const ::c_char, 118 + 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.106/src/unix/linux_like/mod.rs:123:35 | 123 | pub decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 123 | pub decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 123 - pub decimal_point: *mut ::c_char, 123 + 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.106/src/unix/linux_like/mod.rs:124:35 | 124 | pub thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 124 - pub thousands_sep: *mut ::c_char, 124 + 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.106/src/unix/linux_like/mod.rs:125:30 | 125 | pub grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 125 | pub grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 125 - pub grouping: *mut ::c_char, 125 + 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.106/src/unix/linux_like/mod.rs:126:37 | 126 | pub int_curr_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 126 | pub int_curr_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 126 - pub int_curr_symbol: *mut ::c_char, 126 + 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.106/src/unix/linux_like/mod.rs:127:37 | 127 | pub currency_symbol: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 127 | pub currency_symbol: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 127 - pub currency_symbol: *mut ::c_char, 127 + 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.106/src/unix/linux_like/mod.rs:128:39 | 128 | pub mon_decimal_point: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 128 | pub mon_decimal_point: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 128 - pub mon_decimal_point: *mut ::c_char, 128 + 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.106/src/unix/linux_like/mod.rs:129:39 | 129 | pub mon_thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 129 | pub mon_thousands_sep: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 129 - pub mon_thousands_sep: *mut ::c_char, 129 + 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.106/src/unix/linux_like/mod.rs:130:34 | 130 | pub mon_grouping: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 mon_grouping: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 130 - pub mon_grouping: *mut ::c_char, 130 + 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.106/src/unix/linux_like/mod.rs:131:35 | 131 | pub positive_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 positive_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 131 - pub positive_sign: *mut ::c_char, 131 + 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.106/src/unix/linux_like/mod.rs:132:35 | 132 | pub negative_sign: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 negative_sign: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 132 - pub negative_sign: *mut ::c_char, 132 + 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.106/src/unix/linux_like/mod.rs:133:32 | 133 | pub int_frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 int_frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - pub int_frac_digits: ::c_char, 133 + 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.106/src/unix/linux_like/mod.rs:134:28 | 134 | pub frac_digits: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 frac_digits: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 134 - pub frac_digits: ::c_char, 134 + 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.106/src/unix/linux_like/mod.rs:135:30 | 135 | pub p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 135 | pub p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 135 - pub p_cs_precedes: ::c_char, 135 + 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.106/src/unix/linux_like/mod.rs:136:31 | 136 | pub p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 136 - pub p_sep_by_space: ::c_char, 136 + 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.106/src/unix/linux_like/mod.rs:137:30 | 137 | pub n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 137 | pub n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 137 - pub n_cs_precedes: ::c_char, 137 + 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.106/src/unix/linux_like/mod.rs:138:31 | 138 | pub n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 138 - pub n_sep_by_space: ::c_char, 138 + 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.106/src/unix/linux_like/mod.rs:139:28 | 139 | pub p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 139 - pub p_sign_posn: ::c_char, 139 + 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.106/src/unix/linux_like/mod.rs:140:28 | 140 | pub n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 140 - pub n_sign_posn: ::c_char, 140 + 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.106/src/unix/linux_like/mod.rs:141:34 | 141 | pub int_p_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 141 | pub int_p_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 141 - pub int_p_cs_precedes: ::c_char, 141 + 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.106/src/unix/linux_like/mod.rs:142:35 | 142 | pub int_p_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 142 | pub int_p_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 142 - pub int_p_sep_by_space: ::c_char, 142 + 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.106/src/unix/linux_like/mod.rs:143:34 | 143 | pub int_n_cs_precedes: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 143 | pub int_n_cs_precedes: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 143 - pub int_n_cs_precedes: ::c_char, 143 + 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.106/src/unix/linux_like/mod.rs:144:35 | 144 | pub int_n_sep_by_space: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 144 | pub int_n_sep_by_space: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 144 - pub int_n_sep_by_space: ::c_char, 144 + 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.106/src/unix/linux_like/mod.rs:145:32 | 145 | pub int_p_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 145 | pub int_p_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 145 - pub int_p_sign_posn: ::c_char, 145 + 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.106/src/unix/linux_like/mod.rs:146:32 | 146 | pub int_n_sign_posn: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 int_n_sign_posn: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 146 - pub int_n_sign_posn: ::c_char, 146 + 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.106/src/unix/linux_like/mod.rs:157:28 | 157 | pub ifa_name: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 157 | pub ifa_name: *mut char, | ~~~~ help: consider importing this type alias | 1699+ 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.106/src/unix/linux_like/mod.rs:173:23 | 173 | rtmsg_info: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 173 - rtmsg_info: ::c_ulong, 173 + 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.106/src/unix/linux_like/mod.rs:183:25 | 183 | pub arp_dev: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 183 | pub arp_dev: [::c_schar; 16], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 183 - pub arp_dev: [::c_char; 16], 183 + 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.106/src/unix/linux_like/mod.rs:202:24 | 202 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:223:26 | 223 | pub sun_path: [::c_char; 108] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 223 | pub sun_path: [::c_schar; 108] | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 223 - pub sun_path: [::c_char; 108] 223 + 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.106/src/unix/linux_like/mod.rs:236:25 | 236 | pub sysname: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 236 | pub sysname: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 236 - pub sysname: [::c_char; 65], 236 + 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.106/src/unix/linux_like/mod.rs:237:26 | 237 | pub nodename: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 237 | pub nodename: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 237 - pub nodename: [::c_char; 65], 237 + 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.106/src/unix/linux_like/mod.rs:238:25 | 238 | pub release: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 238 | pub release: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 238 - pub release: [::c_char; 65], 238 + 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.106/src/unix/linux_like/mod.rs:239:25 | 239 | pub version: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 239 | pub version: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 239 - pub version: [::c_char; 65], 239 + 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.106/src/unix/linux_like/mod.rs:240:25 | 240 | pub machine: [::c_char; 65], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 240 | pub machine: [::c_schar; 65], | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 240 - pub machine: [::c_char; 65], 240 + 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.106/src/unix/linux_like/mod.rs:241:28 | 241 | pub domainname: [::c_char; 65] | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 241 | pub domainname: [::c_schar; 65] | ~~~~~~~ help: consider importing this type alias | 1699+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 241 - pub domainname: [::c_char; 65] 241 + 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.106/src/unix/linux_like/mod.rs:586:24 | 586 | pub const MS_RDONLY: ::c_ulong = 0x01; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 586 - pub const MS_RDONLY: ::c_ulong = 0x01; 586 + 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.106/src/unix/linux_like/mod.rs:587:24 | 587 | pub const MS_NOSUID: ::c_ulong = 0x02; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 587 - pub const MS_NOSUID: ::c_ulong = 0x02; 587 + 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.106/src/unix/linux_like/mod.rs:588:23 | 588 | pub const MS_NODEV: ::c_ulong = 0x04; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 588 - pub const MS_NODEV: ::c_ulong = 0x04; 588 + 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.106/src/unix/linux_like/mod.rs:589:24 | 589 | pub const MS_NOEXEC: ::c_ulong = 0x08; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 589 - pub const MS_NOEXEC: ::c_ulong = 0x08; 589 + 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.106/src/unix/linux_like/mod.rs:590:29 | 590 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 590 - pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; 590 + 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.106/src/unix/linux_like/mod.rs:591:25 | 591 | pub const MS_REMOUNT: ::c_ulong = 0x20; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 591 - pub const MS_REMOUNT: ::c_ulong = 0x20; 591 + 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.106/src/unix/linux_like/mod.rs:592:26 | 592 | pub const MS_MANDLOCK: ::c_ulong = 0x40; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 592 - pub const MS_MANDLOCK: ::c_ulong = 0x40; 592 + 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.106/src/unix/linux_like/mod.rs:593:25 | 593 | pub const MS_DIRSYNC: ::c_ulong = 0x80; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 593 - pub const MS_DIRSYNC: ::c_ulong = 0x80; 593 + 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.106/src/unix/linux_like/mod.rs:594:25 | 594 | pub const MS_NOATIME: ::c_ulong = 0x0400; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 594 - pub const MS_NOATIME: ::c_ulong = 0x0400; 594 + 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.106/src/unix/linux_like/mod.rs:595:28 | 595 | pub const MS_NODIRATIME: ::c_ulong = 0x0800; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 595 - pub const MS_NODIRATIME: ::c_ulong = 0x0800; 595 + 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.106/src/unix/linux_like/mod.rs:596:22 | 596 | pub const MS_BIND: ::c_ulong = 0x1000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 596 - pub const MS_BIND: ::c_ulong = 0x1000; 596 + 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.106/src/unix/linux_like/mod.rs:597:22 | 597 | pub const MS_MOVE: ::c_ulong = 0x2000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 597 - pub const MS_MOVE: ::c_ulong = 0x2000; 597 + 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.106/src/unix/linux_like/mod.rs:598:21 | 598 | pub const MS_REC: ::c_ulong = 0x4000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 598 - pub const MS_REC: ::c_ulong = 0x4000; 598 + 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.106/src/unix/linux_like/mod.rs:599:24 | 599 | pub const MS_SILENT: ::c_ulong = 0x8000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 599 - pub const MS_SILENT: ::c_ulong = 0x8000; 599 + 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.106/src/unix/linux_like/mod.rs:600:26 | 600 | pub const MS_POSIXACL: ::c_ulong = 0x010000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 600 - pub const MS_POSIXACL: ::c_ulong = 0x010000; 600 + 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.106/src/unix/linux_like/mod.rs:601:28 | 601 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 601 - pub const MS_UNBINDABLE: ::c_ulong = 0x020000; 601 + 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.106/src/unix/linux_like/mod.rs:602:25 | 602 | pub const MS_PRIVATE: ::c_ulong = 0x040000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 602 - pub const MS_PRIVATE: ::c_ulong = 0x040000; 602 + 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.106/src/unix/linux_like/mod.rs:603:23 | 603 | pub const MS_SLAVE: ::c_ulong = 0x080000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 603 - pub const MS_SLAVE: ::c_ulong = 0x080000; 603 + 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.106/src/unix/linux_like/mod.rs:604:24 | 604 | pub const MS_SHARED: ::c_ulong = 0x100000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 604 - pub const MS_SHARED: ::c_ulong = 0x100000; 604 + 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.106/src/unix/linux_like/mod.rs:605:26 | 605 | pub const MS_RELATIME: ::c_ulong = 0x200000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 605 - pub const MS_RELATIME: ::c_ulong = 0x200000; 605 + 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.106/src/unix/linux_like/mod.rs:606:27 | 606 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 606 - pub const MS_KERNMOUNT: ::c_ulong = 0x400000; 606 + 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.106/src/unix/linux_like/mod.rs:607:27 | 607 | pub const MS_I_VERSION: ::c_ulong = 0x800000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 607 - pub const MS_I_VERSION: ::c_ulong = 0x800000; 607 + 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.106/src/unix/linux_like/mod.rs:608:29 | 608 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 608 - pub const MS_STRICTATIME: ::c_ulong = 0x1000000; 608 + 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.106/src/unix/linux_like/mod.rs:609:26 | 609 | pub const MS_LAZYTIME: ::c_ulong = 0x2000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 609 - pub const MS_LAZYTIME: ::c_ulong = 0x2000000; 609 + 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.106/src/unix/linux_like/mod.rs:610:24 | 610 | pub const MS_ACTIVE: ::c_ulong = 0x40000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 610 - pub const MS_ACTIVE: ::c_ulong = 0x40000000; 610 + 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.106/src/unix/linux_like/mod.rs:611:25 | 611 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 611 - pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; 611 + 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.106/src/unix/linux_like/mod.rs:612:25 | 612 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1699+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 612 - pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; 612 + 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.106/src/unix/linux_like/mod.rs:1229:23 | 1229 | pub const UTIME_OMIT: c_long = 1073741822; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1699 + 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.106/src/unix/linux_like/mod.rs:1230:22 | 1230 | pub const UTIME_NOW: c_long = 1073741823; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1699 + use ffi::c_long; | error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1380:39 | 1380 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1380:55 | 1380 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1381:64 | 1381 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1382:41 | 1382 | (*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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1384:23 | 1384 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1388:35 | 1388 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1393:68 | 1393 | (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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1398:37 | 1398 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `sem_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1504:34 | 1504 | 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.106/src/unix/linux_like/mod.rs:1505:31 | 1505 | 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.106/src/unix/linux_like/mod.rs:1516:65 | 1516 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1518:24 | 1518 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1525:34 | 1525 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1525 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1525 - pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; 1525 + 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.106/src/unix/linux_like/mod.rs:1525:52 | 1525 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1526:36 | 1526 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1526 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1526 - pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; 1526 + 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.106/src/unix/linux_like/mod.rs:1526:54 | 1526 | 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.106/src/unix/linux_like/mod.rs:1527:43 | 1527 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1528:45 | 1528 | 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.106/src/unix/linux_like/mod.rs:1529:37 | 1529 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1529 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1529 - pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; 1529 + 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.106/src/unix/linux_like/mod.rs:1529:55 | 1529 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0573]: expected type, found function `statvfs64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1530:46 | 1530 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `statvfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1543:24 | 1543 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1543 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1543 - path: *const ::c_char, 1543 + 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.106/src/unix/linux_like/mod.rs:1549:54 | 1549 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1549 | pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1549 - pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t; 1549 + 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.106/src/unix/linux_like/mod.rs:1551:33 | 1551 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1551 | pub fn creat64(path: *const char, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1552:47 | 1552 | 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.106/src/unix/linux_like/mod.rs:1555:26 | 1555 | pathname: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1555 | pathname: *const char, | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1556:19 | 1556 | 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.106/src/unix/linux_like/mod.rs:1561:33 | 1561 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1561 | pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1561:51 | 1561 | 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.106/src/unix/linux_like/mod.rs:1570:32 | 1570 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1570 | pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1571:47 | 1571 | pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1571 | pub fn openat64(fd: ::c_int, path: *const char, oflag: ::c_int, ...) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1585:32 | 1585 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1585 | pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | error[E0573]: expected type, found function `stat64` --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1585:50 | 1585 | 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.106/src/unix/linux_like/mod.rs:1586:36 | 1586 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1586 | pub fn truncate64(path: *const char, length: off64_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 1699 + 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.106/src/unix/linux_like/mod.rs:1590:28 | 1590 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1590 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1590 - pathname: *const ::c_char, 1590 + 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.106/src/unix/linux_like/mod.rs:1612:47 | 1612 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1612 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1612 - pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int; 1612 + 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.106/src/unix/linux_like/mod.rs:1614:61 | 1614 | 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.106/src/unix/linux_like/mod.rs:1620:36 | 1620 | pub fn acct(filename: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1620 | pub fn acct(filename: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1620 - pub fn acct(filename: *const ::c_char) -> ::c_int; 1620 + 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.106/src/unix/linux_like/mod.rs:1638:24 | 1638 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1638 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1638 - file: *const ::c_char, 1638 + 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.106/src/unix/linux_like/mod.rs:1639:31 | 1639 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1639 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1639 - argv: *const *const ::c_char, 1639 + 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.106/src/unix/linux_like/mod.rs:1640:31 | 1640 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1640 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1640 - envp: *const *const ::c_char, 1640 + 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.106/src/unix/linux_like/mod.rs:1644:31 | 1644 | argv: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1644 | argv: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1644 - argv: *const *const ::c_char, 1644 + 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.106/src/unix/linux_like/mod.rs:1645:31 | 1645 | envp: *const *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1645 | envp: *const *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1645 - envp: *const *const ::c_char, 1645 + 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.106/src/unix/linux_like/mod.rs:1654:47 | 1654 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `msghdr` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1655:45 | 1655 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `mmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/mod.rs:1677:30 | 1677 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1677 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1677 - name: *mut ::c_char, 1677 + 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.106/src/unix/linux_like/mod.rs:1685:30 | 1685 | name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1685 | name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1699 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 1685 - name: *mut ::c_char, 1685 + 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.106/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 | 392+ 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.106/src/unix/linux_like/linux/mod.rs:63:33 | 63 | pub gl_pathv: *mut *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 63 | pub gl_pathv: *mut *mut char, | ~~~~ help: consider importing this type alias | 392+ 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.106/src/unix/linux_like/linux/mod.rs:75:29 | 75 | pub pw_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 75 | pub pw_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 75 - pub pw_name: *mut ::c_char, 75 + 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.106/src/unix/linux_like/linux/mod.rs:76:31 | 76 | pub pw_passwd: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 76 | pub pw_passwd: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 76 - pub pw_passwd: *mut ::c_char, 76 + 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.106/src/unix/linux_like/linux/mod.rs:79:30 | 79 | pub pw_gecos: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 79 | pub pw_gecos: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 79 - pub pw_gecos: *mut ::c_char, 79 + 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.106/src/unix/linux_like/linux/mod.rs:80:28 | 80 | pub pw_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 80 - pub pw_dir: *mut ::c_char, 80 + 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.106/src/unix/linux_like/linux/mod.rs:81:30 | 81 | pub pw_shell: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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_shell: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 81 - pub pw_shell: *mut ::c_char, 81 + 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.106/src/unix/linux_like/linux/mod.rs:85:29 | 85 | pub sp_namp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 85 | pub sp_namp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 85 - pub sp_namp: *mut ::c_char, 85 + 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.106/src/unix/linux_like/linux/mod.rs:86:29 | 86 | pub sp_pwdp: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6: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 sp_pwdp: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 392+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 86 - pub sp_pwdp: *mut ::c_char, 86 + 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.106/src/unix/linux_like/linux/mod.rs:87:26 | 87 | pub sp_lstchg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 87 - pub sp_lstchg: ::c_long, 87 + 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.106/src/unix/linux_like/linux/mod.rs:88:23 | 88 | pub sp_min: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 88 - pub sp_min: ::c_long, 88 + 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.106/src/unix/linux_like/linux/mod.rs:89:23 | 89 | pub sp_max: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 89 - pub sp_max: ::c_long, 89 + 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.106/src/unix/linux_like/linux/mod.rs:90:24 | 90 | pub sp_warn: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 90 - pub sp_warn: ::c_long, 90 + 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.106/src/unix/linux_like/linux/mod.rs:91:25 | 91 | pub sp_inact: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 91 - pub sp_inact: ::c_long, 91 + 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.106/src/unix/linux_like/linux/mod.rs:92:26 | 92 | pub sp_expire: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 92 - pub sp_expire: ::c_long, 92 + 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.106/src/unix/linux_like/linux/mod.rs:93:24 | 93 | pub sp_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 392+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 93 - pub sp_flag: ::c_ulong, 93 + 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.106/src/unix/linux_like/linux/mod.rs:160:29 | 160 | pub if_name: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 160 | pub if_name: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 160 - pub if_name: *mut ::c_char, 160 + 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.106/src/unix/linux_like/linux/mod.rs:215:26 | 215 | 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.106/src/unix/linux_like/linux/mod.rs:312:33 | 312 | pub dlpi_name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 312 | pub dlpi_name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 312 - pub dlpi_name: *const ::c_char, 312 + 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.106/src/unix/linux_like/linux/mod.rs:446:32 | 446 | pub mnt_fsname: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 446 | pub mnt_fsname: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 446 - pub mnt_fsname: *mut ::c_char, 446 + 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.106/src/unix/linux_like/linux/mod.rs:447:29 | 447 | pub mnt_dir: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 447 | pub mnt_dir: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 447 - pub mnt_dir: *mut ::c_char, 447 + 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.106/src/unix/linux_like/linux/mod.rs:448:30 | 448 | pub mnt_type: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 448 | pub mnt_type: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 448 - pub mnt_type: *mut ::c_char, 448 + 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.106/src/unix/linux_like/linux/mod.rs:449:30 | 449 | pub mnt_opts: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 449 | pub mnt_opts: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 449 - pub mnt_opts: *mut ::c_char, 449 + 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.106/src/unix/linux_like/linux/mod.rs:464:17 | 464 | __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.106/src/unix/linux_like/linux/mod.rs:465:17 | 465 | __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.106/src/unix/linux_like/linux/mod.rs:488:20 | 488 | pub dev: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 488 - pub dev: ::c_ulong, 488 + 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.106/src/unix/linux_like/linux/mod.rs:489:22 | 489 | pub stamp: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 489 - pub stamp: ::c_ulong, 489 + 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.106/src/unix/linux_like/linux/mod.rs:490:24 | 490 | pub updated: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 490 - pub updated: ::c_ulong, 490 + 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.106/src/unix/linux_like/linux/mod.rs:515:20 | 515 | 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.106/src/unix/linux_like/linux/mod.rs:516:20 | 516 | pub rm_eo: regoff_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `__u64` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:563:36 | 563 | 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.106/src/unix/linux_like/linux/mod.rs:564:22 | 564 | pub args: [::__u64; 6], | ^^^^^ 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.106/src/unix/linux_like/linux/mod.rs:599:24 | 599 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 599 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 599 - pub d_name: [::c_char; 256], 599 + 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.106/src/unix/linux_like/linux/mod.rs:607:24 | 607 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 607 | pub d_name: [::c_schar; 256], | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 607 - pub d_name: [::c_char; 256], 607 + 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.106/src/unix/linux_like/linux/mod.rs:620:22 | 620 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 620 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 620 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 620 + 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.106/src/unix/linux_like/linux/mod.rs:625:22 | 625 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 625 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE], | ~~~~~~~ help: consider importing this type alias | 3925+ use ffi::c_char; | help: if you import `c_char`, refer to it directly | 625 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE], 625 + 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.106/src/unix/linux_like/linux/mod.rs:661:25 | 661 | pub mq_flags: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 661 - pub mq_flags: ::c_long, 661 + 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.106/src/unix/linux_like/linux/mod.rs:663:26 | 663 | pub mq_maxmsg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 663 - pub mq_maxmsg: ::c_long, 663 + 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.106/src/unix/linux_like/linux/mod.rs:665:27 | 665 | pub mq_msgsize: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 665 - pub mq_msgsize: ::c_long, 665 + 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.106/src/unix/linux_like/linux/mod.rs:667:27 | 667 | pub mq_curmsgs: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 667 - pub mq_curmsgs: ::c_long, 667 + 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.106/src/unix/linux_like/linux/mod.rs:669:17 | 669 | pad: [::c_long; 4], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925+ use ffi::c_long; | help: if you import `c_long`, refer to it directly | 669 - pad: [::c_long; 4], 669 + pad: [c_long; 4], | error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:1144:24 | 1144 | pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1144 - pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000; 1144 + 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.106/src/unix/linux_like/linux/mod.rs:1291:22 | 1291 | pub const AT_NULL: ::c_ulong = 0; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1291 - pub const AT_NULL: ::c_ulong = 0; 1291 + 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.106/src/unix/linux_like/linux/mod.rs:1292:24 | 1292 | pub const AT_IGNORE: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1292 - pub const AT_IGNORE: ::c_ulong = 1; 1292 + 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.106/src/unix/linux_like/linux/mod.rs:1293:24 | 1293 | pub const AT_EXECFD: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1293 - pub const AT_EXECFD: ::c_ulong = 2; 1293 + 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.106/src/unix/linux_like/linux/mod.rs:1294:22 | 1294 | pub const AT_PHDR: ::c_ulong = 3; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1294 - pub const AT_PHDR: ::c_ulong = 3; 1294 + 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.106/src/unix/linux_like/linux/mod.rs:1295:23 | 1295 | pub const AT_PHENT: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1295 - pub const AT_PHENT: ::c_ulong = 4; 1295 + 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.106/src/unix/linux_like/linux/mod.rs:1296:23 | 1296 | pub const AT_PHNUM: ::c_ulong = 5; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1296 - pub const AT_PHNUM: ::c_ulong = 5; 1296 + 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.106/src/unix/linux_like/linux/mod.rs:1297:24 | 1297 | pub const AT_PAGESZ: ::c_ulong = 6; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1297 - pub const AT_PAGESZ: ::c_ulong = 6; 1297 + 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.106/src/unix/linux_like/linux/mod.rs:1298:22 | 1298 | pub const AT_BASE: ::c_ulong = 7; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1298 - pub const AT_BASE: ::c_ulong = 7; 1298 + 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.106/src/unix/linux_like/linux/mod.rs:1299:23 | 1299 | pub const AT_FLAGS: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1299 - pub const AT_FLAGS: ::c_ulong = 8; 1299 + 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.106/src/unix/linux_like/linux/mod.rs:1300:23 | 1300 | pub const AT_ENTRY: ::c_ulong = 9; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1300 - pub const AT_ENTRY: ::c_ulong = 9; 1300 + 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.106/src/unix/linux_like/linux/mod.rs:1301:24 | 1301 | pub const AT_NOTELF: ::c_ulong = 10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1301 - pub const AT_NOTELF: ::c_ulong = 10; 1301 + 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.106/src/unix/linux_like/linux/mod.rs:1302:21 | 1302 | pub const AT_UID: ::c_ulong = 11; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1302 - pub const AT_UID: ::c_ulong = 11; 1302 + 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.106/src/unix/linux_like/linux/mod.rs:1303:22 | 1303 | pub const AT_EUID: ::c_ulong = 12; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1303 - pub const AT_EUID: ::c_ulong = 12; 1303 + 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.106/src/unix/linux_like/linux/mod.rs:1304:21 | 1304 | pub const AT_GID: ::c_ulong = 13; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1304 - pub const AT_GID: ::c_ulong = 13; 1304 + 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.106/src/unix/linux_like/linux/mod.rs:1305:22 | 1305 | pub const AT_EGID: ::c_ulong = 14; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1305 - pub const AT_EGID: ::c_ulong = 14; 1305 + 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.106/src/unix/linux_like/linux/mod.rs:1306:26 | 1306 | pub const AT_PLATFORM: ::c_ulong = 15; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1306 - pub const AT_PLATFORM: ::c_ulong = 15; 1306 + 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.106/src/unix/linux_like/linux/mod.rs:1307:23 | 1307 | pub const AT_HWCAP: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1307 - pub const AT_HWCAP: ::c_ulong = 16; 1307 + 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.106/src/unix/linux_like/linux/mod.rs:1308:24 | 1308 | pub const AT_CLKTCK: ::c_ulong = 17; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1308 - pub const AT_CLKTCK: ::c_ulong = 17; 1308 + 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.106/src/unix/linux_like/linux/mod.rs:1310:24 | 1310 | pub const AT_SECURE: ::c_ulong = 23; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1310 - pub const AT_SECURE: ::c_ulong = 23; 1310 + 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.106/src/unix/linux_like/linux/mod.rs:1311:31 | 1311 | pub const AT_BASE_PLATFORM: ::c_ulong = 24; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1311 - pub const AT_BASE_PLATFORM: ::c_ulong = 24; 1311 + 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.106/src/unix/linux_like/linux/mod.rs:1312:24 | 1312 | pub const AT_RANDOM: ::c_ulong = 25; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1312 - pub const AT_RANDOM: ::c_ulong = 25; 1312 + 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.106/src/unix/linux_like/linux/mod.rs:1313:24 | 1313 | pub const AT_HWCAP2: ::c_ulong = 26; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1313 - pub const AT_HWCAP2: ::c_ulong = 26; 1313 + 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.106/src/unix/linux_like/linux/mod.rs:1315:24 | 1315 | pub const AT_EXECFN: ::c_ulong = 31; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1315 - pub const AT_EXECFN: ::c_ulong = 31; 1315 + 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.106/src/unix/linux_like/linux/mod.rs:1460:24 | 1460 | pub const ST_RDONLY: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1460 - pub const ST_RDONLY: ::c_ulong = 1; 1460 + 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.106/src/unix/linux_like/linux/mod.rs:1461:24 | 1461 | pub const ST_NOSUID: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1461 - pub const ST_NOSUID: ::c_ulong = 2; 1461 + 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.106/src/unix/linux_like/linux/mod.rs:1462:23 | 1462 | pub const ST_NODEV: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1462 - pub const ST_NODEV: ::c_ulong = 4; 1462 + 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.106/src/unix/linux_like/linux/mod.rs:1463:24 | 1463 | pub const ST_NOEXEC: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1463 - pub const ST_NOEXEC: ::c_ulong = 8; 1463 + 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.106/src/unix/linux_like/linux/mod.rs:1464:29 | 1464 | pub const ST_SYNCHRONOUS: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1464 - pub const ST_SYNCHRONOUS: ::c_ulong = 16; 1464 + 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.106/src/unix/linux_like/linux/mod.rs:1465:26 | 1465 | pub const ST_MANDLOCK: ::c_ulong = 64; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1465 - pub const ST_MANDLOCK: ::c_ulong = 64; 1465 + 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.106/src/unix/linux_like/linux/mod.rs:1466:23 | 1466 | pub const ST_WRITE: ::c_ulong = 128; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1466 - pub const ST_WRITE: ::c_ulong = 128; 1466 + 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.106/src/unix/linux_like/linux/mod.rs:1467:24 | 1467 | pub const ST_APPEND: ::c_ulong = 256; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1467 - pub const ST_APPEND: ::c_ulong = 256; 1467 + 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.106/src/unix/linux_like/linux/mod.rs:1468:27 | 1468 | pub const ST_IMMUTABLE: ::c_ulong = 512; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1468 - pub const ST_IMMUTABLE: ::c_ulong = 512; 1468 + 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.106/src/unix/linux_like/linux/mod.rs:1469:25 | 1469 | pub const ST_NOATIME: ::c_ulong = 1024; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1469 - pub const ST_NOATIME: ::c_ulong = 1024; 1469 + 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.106/src/unix/linux_like/linux/mod.rs:1470:28 | 1470 | pub const ST_NODIRATIME: ::c_ulong = 2048; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1470 - pub const ST_NODIRATIME: ::c_ulong = 2048; 1470 + 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.106/src/unix/linux_like/linux/mod.rs:1481:19 | 1481 | 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.106/src/unix/linux_like/linux/musl/mod.rs:535:1 | 535 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:1487:19 | 1487 | 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.106/src/unix/linux_like/linux/musl/mod.rs:536:1 | 536 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here error[E0412]: cannot find type `sem_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:1566:30 | 1566 | 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.106/src/unix/linux_like/linux/mod.rs:1566:48 | 1566 | 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.106/src/unix/linux_like/linux/mod.rs:1760:40 | 1760 | pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1760 - pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1; 1760 + 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.106/src/unix/linux_like/linux/mod.rs:1761:38 | 1761 | pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1761 - pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2; 1761 + 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.106/src/unix/linux_like/linux/mod.rs:1762:45 | 1762 | pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 1762 - pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4; 1762 + 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.106/src/unix/linux_like/linux/mod.rs:1782:35 | 1782 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` ... 2676 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `c_ulong` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:2229:24 | 2229 | pub const SIOCADDRT: ::c_ulong = 0x0000890B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2229 - pub const SIOCADDRT: ::c_ulong = 0x0000890B; 2229 + 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.106/src/unix/linux_like/linux/mod.rs:2230:24 | 2230 | pub const SIOCDELRT: ::c_ulong = 0x0000890C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2230 - pub const SIOCDELRT: ::c_ulong = 0x0000890C; 2230 + 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.106/src/unix/linux_like/linux/mod.rs:2231:26 | 2231 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2231 - pub const SIOCGIFNAME: ::c_ulong = 0x00008910; 2231 + 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.106/src/unix/linux_like/linux/mod.rs:2232:26 | 2232 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2232 - pub const SIOCSIFLINK: ::c_ulong = 0x00008911; 2232 + 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.106/src/unix/linux_like/linux/mod.rs:2233:26 | 2233 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2233 - pub const SIOCGIFCONF: ::c_ulong = 0x00008912; 2233 + 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.106/src/unix/linux_like/linux/mod.rs:2234:27 | 2234 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2234 - pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; 2234 + 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.106/src/unix/linux_like/linux/mod.rs:2235:27 | 2235 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2235 - pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; 2235 + 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.106/src/unix/linux_like/linux/mod.rs:2236:26 | 2236 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2236 - pub const SIOCGIFADDR: ::c_ulong = 0x00008915; 2236 + 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.106/src/unix/linux_like/linux/mod.rs:2237:26 | 2237 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2237 - pub const SIOCSIFADDR: ::c_ulong = 0x00008916; 2237 + 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.106/src/unix/linux_like/linux/mod.rs:2238:29 | 2238 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2238 - pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; 2238 + 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.106/src/unix/linux_like/linux/mod.rs:2239:29 | 2239 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2239 - pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; 2239 + 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.106/src/unix/linux_like/linux/mod.rs:2240:29 | 2240 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2240 - pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; 2240 + 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.106/src/unix/linux_like/linux/mod.rs:2241:29 | 2241 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2241 - pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; 2241 + 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.106/src/unix/linux_like/linux/mod.rs:2242:29 | 2242 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2242 - pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; 2242 + 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.106/src/unix/linux_like/linux/mod.rs:2243:29 | 2243 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2243 - pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; 2243 + 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.106/src/unix/linux_like/linux/mod.rs:2244:28 | 2244 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2244 - pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; 2244 + 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.106/src/unix/linux_like/linux/mod.rs:2245:28 | 2245 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2245 - pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; 2245 + 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.106/src/unix/linux_like/linux/mod.rs:2246:25 | 2246 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2246 - pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; 2246 + 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.106/src/unix/linux_like/linux/mod.rs:2247:25 | 2247 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2247 - pub const SIOCSIFMEM: ::c_ulong = 0x00008920; 2247 + 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.106/src/unix/linux_like/linux/mod.rs:2248:25 | 2248 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2248 - pub const SIOCGIFMTU: ::c_ulong = 0x00008921; 2248 + 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.106/src/unix/linux_like/linux/mod.rs:2249:25 | 2249 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2249 - pub const SIOCSIFMTU: ::c_ulong = 0x00008922; 2249 + 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.106/src/unix/linux_like/linux/mod.rs:2250:28 | 2250 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2250 - pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; 2250 + 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.106/src/unix/linux_like/linux/mod.rs:2251:27 | 2251 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2251 - pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; 2251 + 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.106/src/unix/linux_like/linux/mod.rs:2252:27 | 2252 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2252 - pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; 2252 + 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.106/src/unix/linux_like/linux/mod.rs:2253:28 | 2253 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2253 - pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; 2253 + 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.106/src/unix/linux_like/linux/mod.rs:2254:27 | 2254 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2254 - pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; 2254 + 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.106/src/unix/linux_like/linux/mod.rs:2255:27 | 2255 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2255 - pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; 2255 + 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.106/src/unix/linux_like/linux/mod.rs:2256:27 | 2256 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2256 - pub const SIOCADDMULTI: ::c_ulong = 0x00008931; 2256 + 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.106/src/unix/linux_like/linux/mod.rs:2257:27 | 2257 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2257 - pub const SIOCDELMULTI: ::c_ulong = 0x00008932; 2257 + 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.106/src/unix/linux_like/linux/mod.rs:2258:23 | 2258 | pub const SIOCDARP: ::c_ulong = 0x00008953; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2258 - pub const SIOCDARP: ::c_ulong = 0x00008953; 2258 + 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.106/src/unix/linux_like/linux/mod.rs:2259:23 | 2259 | pub const SIOCGARP: ::c_ulong = 0x00008954; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2259 - pub const SIOCGARP: ::c_ulong = 0x00008954; 2259 + 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.106/src/unix/linux_like/linux/mod.rs:2260:23 | 2260 | pub const SIOCSARP: ::c_ulong = 0x00008955; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2260 - pub const SIOCSARP: ::c_ulong = 0x00008955; 2260 + 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.106/src/unix/linux_like/linux/mod.rs:2261:24 | 2261 | pub const SIOCDRARP: ::c_ulong = 0x00008960; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2261 - pub const SIOCDRARP: ::c_ulong = 0x00008960; 2261 + 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.106/src/unix/linux_like/linux/mod.rs:2262:24 | 2262 | pub const SIOCGRARP: ::c_ulong = 0x00008961; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2262 - pub const SIOCGRARP: ::c_ulong = 0x00008961; 2262 + 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.106/src/unix/linux_like/linux/mod.rs:2263:24 | 2263 | pub const SIOCSRARP: ::c_ulong = 0x00008962; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2263 - pub const SIOCSRARP: ::c_ulong = 0x00008962; 2263 + 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.106/src/unix/linux_like/linux/mod.rs:2264:25 | 2264 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2264 - pub const SIOCGIFMAP: ::c_ulong = 0x00008970; 2264 + 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.106/src/unix/linux_like/linux/mod.rs:2265:25 | 2265 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 2265 - pub const SIOCSIFMAP: ::c_ulong = 0x00008971; 2265 + 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.106/src/unix/linux_like/linux/mod.rs:2676:34 | 2676 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `msghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3096:37 | 3096 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3097:37 | 3097 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3097:54 | 3097 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3098:59 | 3098 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3099:30 | 3099 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3103:21 | 3103 | as *mut cmsghdr; | ^^^^^^^ help: a struct with a similar name exists: `nlmsghdr` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3109:23 | 3109 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `cmsghdr` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3111:26 | 3111 | 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.106/src/macros.rs:79:13 | 79 | pub struct $i { $($field)* } | ------------- similarly named struct `nlmsghdr` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3251:30 | 3251 | host: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3251 | host: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3251 - host: *mut ::c_char, 3251 + 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.106/src/unix/linux_like/linux/mod.rs:3253:30 | 3253 | serv: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3253 | serv: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3253 - serv: *mut ::c_char, 3253 + 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.106/src/unix/linux_like/linux/mod.rs:3264:28 | 3264 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3264 - liovcnt: ::c_ulong, 3264 + 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.106/src/unix/linux_like/linux/mod.rs:3266:28 | 3266 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3266 - riovcnt: ::c_ulong, 3266 + 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.106/src/unix/linux_like/linux/mod.rs:3267:26 | 3267 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3267 - flags: ::c_ulong, 3267 + 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.106/src/unix/linux_like/linux/mod.rs:3272:28 | 3272 | liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3272 - liovcnt: ::c_ulong, 3272 + 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.106/src/unix/linux_like/linux/mod.rs:3274:28 | 3274 | riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3274 - riovcnt: ::c_ulong, 3274 + 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.106/src/unix/linux_like/linux/mod.rs:3275:26 | 3275 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3275 - flags: ::c_ulong, 3275 + 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.106/src/unix/linux_like/linux/mod.rs:3287:50 | 3287 | 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 | 3287 | pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + 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.106/src/unix/linux_like/linux/mod.rs:3290:29 | 3290 | pub fn atof(s: *const ::c_char) -> ::c_double; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3290 | pub fn atof(s: *const ::c_schar) -> ::c_double; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3290 - pub fn atof(s: *const ::c_char) -> ::c_double; 3290 + pub fn atof(s: *const c_char) -> ::c_double; | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3291:22 | 3291 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3291 - pub fn labs(i: ::c_long) -> ::c_long; 3291 + 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.106/src/unix/linux_like/linux/mod.rs:3291:35 | 3291 | pub fn labs(i: ::c_long) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3291 - pub fn labs(i: ::c_long) -> ::c_long; 3291 + pub fn labs(i: ::c_long) -> c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3295:35 | 3295 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3295 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3295 - pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; 3295 + 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.106/src/unix/linux_like/linux/mod.rs:3307:36 | 3307 | pub fn getspnam(name: *const ::c_char) -> *mut spwd; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3307 | pub fn getspnam(name: *const ::c_schar) -> *mut spwd; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3307 - pub fn getspnam(name: *const ::c_char) -> *mut spwd; 3307 + 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.106/src/unix/linux_like/linux/mod.rs:3312:24 | 3312 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3312 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3312 - name: *const ::c_char, 3312 + 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.106/src/unix/linux_like/linux/mod.rs:3314:21 | 3314 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3314 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3314 - buf: *mut ::c_char, 3314 + 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.106/src/unix/linux_like/linux/mod.rs:3319:34 | 3319 | 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 | 3319 | pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + 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.106/src/unix/linux_like/linux/mod.rs:3325:61 | 3325 | 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.106/src/unix/linux_like/linux/mod.rs:3326:36 | 3326 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3326 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3326 - pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; 3326 + 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.106/src/unix/linux_like/linux/mod.rs:3330:59 | 3330 | 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.106/src/unix/linux_like/linux/mod.rs:3336:19 | 3336 | msgtyp: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3336 - msgtyp: ::c_long, 3336 + 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.106/src/unix/linux_like/linux/mod.rs:3349:37 | 3349 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3349 | pub fn fopen64(filename: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3349:58 | 3349 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3349 | pub fn fopen64(filename: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3351:26 | 3351 | filename: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3351 | filename: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3352:22 | 3352 | mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3352 | mode: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3366:22 | 3366 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3366 | path: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3367:22 | 3367 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3367 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3372:22 | 3372 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3372 | path: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3373:22 | 3373 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3373 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3379:22 | 3379 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3379 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3384:22 | 3384 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3384 | path: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3385:22 | 3385 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3385 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3391:22 | 3391 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3391 | path: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3392:22 | 3392 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3392 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3399:22 | 3399 | name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3399 | name: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3404:35 | 3404 | 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 | 3404 | pub fn listxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3404:54 | 3404 | 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 | 3404 | pub fn listxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3405:36 | 3405 | 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 | 3405 | pub fn llistxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3405:55 | 3405 | 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 | 3405 | pub fn llistxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3406:52 | 3406 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t; | ^^^^^^ | help: a builtin type with a similar name exists | 3406 | pub fn flistxattr(filedes: ::c_int, list: *mut char, size: ::size_t) -> ::ssize_t; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3407:37 | 3407 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3407 | pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3407:58 | 3407 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3407 | pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3408:38 | 3408 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3408 | pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3408:59 | 3408 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3408 | pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3409:56 | 3409 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 3409 | pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int; | ~~~~ help: consider importing this type alias | 3925 + 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.106/src/unix/linux_like/linux/mod.rs:3410:49 | 3410 | 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.106/src/unix/linux_like/linux/mod.rs:3421:27 | 3421 | special: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3421 | special: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3421 - special: *const ::c_char, 3421 + 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.106/src/unix/linux_like/linux/mod.rs:3423:22 | 3423 | data: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3423 | data: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3423 - data: *mut ::c_char, 3423 + 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.106/src/unix/linux_like/linux/mod.rs:3425:35 | 3425 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3425 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3425 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; 3425 + 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.106/src/unix/linux_like/linux/mod.rs:3427:37 | 3427 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3427 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3427 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int; 3427 + 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.106/src/unix/linux_like/linux/mod.rs:3430:25 | 3430 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3430 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3430 - msg_ptr: *mut ::c_char, 3430 + 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.106/src/unix/linux_like/linux/mod.rs:3436:25 | 3436 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3436 | msg_ptr: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3436 - msg_ptr: *mut ::c_char, 3436 + 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.106/src/unix/linux_like/linux/mod.rs:3443:27 | 3443 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3443 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3443 - msg_ptr: *const ::c_char, 3443 + 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.106/src/unix/linux_like/linux/mod.rs:3449:27 | 3449 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3449 | msg_ptr: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3449 - msg_ptr: *const ::c_char, 3449 + 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.106/src/unix/linux_like/linux/mod.rs:3461:27 | 3461 | 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.106/src/unix/linux_like/linux/mod.rs:3464:38 | 3464 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3464 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3464 - pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; 3464 + 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.106/src/unix/linux_like/linux/mod.rs:3465:39 | 3465 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3465 | pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3465 - pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int; 3465 + 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.106/src/unix/linux_like/linux/mod.rs:3467:21 | 3467 | 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.106/src/unix/linux_like/linux/mod.rs:3468:20 | 3468 | 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.106/src/unix/linux_like/linux/mod.rs:3471:36 | 3471 | 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.106/src/unix/linux_like/linux/mod.rs:3471:57 | 3471 | 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.106/src/unix/linux_like/linux/mod.rs:3472:73 | 3472 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3472 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3472 - pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; 3472 + 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.106/src/unix/linux_like/linux/mod.rs:3495:56 | 3495 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3495 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3495 - pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; 3495 + 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.106/src/unix/linux_like/linux/mod.rs:3513:25 | 3513 | pattern: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 3513 | pattern: *const char, | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3515:55 | 3515 | errfunc: ::Option ::c_int>, | ^^^^^^ | help: a builtin type with a similar name exists | 3515 | errfunc: ::Option ::c_int>, | ~~~~ help: consider importing this type alias | 3925 + 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.106/src/unix/linux_like/linux/mod.rs:3522:38 | 3522 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3522 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3522 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int; 3522 + 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.106/src/unix/linux_like/linux/mod.rs:3524:45 | 3524 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3524 - pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); 3524 + 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.106/src/unix/linux_like/linux/mod.rs:3526:43 | 3526 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3526 - pub fn telldir(dirp: *mut ::DIR) -> ::c_long; 3526 + 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.106/src/unix/linux_like/linux/mod.rs:3545:38 | 3545 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3545 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3545 - pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; 3545 + 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.106/src/unix/linux_like/linux/mod.rs:3547:51 | 3547 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3547 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3547 - pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; 3547 + 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.106/src/unix/linux_like/linux/mod.rs:3549:39 | 3549 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3549 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3549 - pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; 3549 + 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.106/src/unix/linux_like/linux/mod.rs:3550:41 | 3550 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3550 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3550 - pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; 3550 + 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.106/src/unix/linux_like/linux/mod.rs:3554:27 | 3554 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3554 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 3554 + 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.106/src/unix/linux_like/linux/mod.rs:3554:45 | 3554 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3554 - pub fn syscall(num: ::c_long, ...) -> ::c_long; 3554 + 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.106/src/unix/linux_like/linux/mod.rs:3578:36 | 3578 | pub fn umount(target: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3578 | pub fn umount(target: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3578 - pub fn umount(target: *const ::c_char) -> ::c_int; 3578 + 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.106/src/unix/linux_like/linux/mod.rs:3592:36 | 3592 | 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.106/src/unix/linux_like/linux/mod.rs:3593:35 | 3593 | 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.106/src/unix/linux_like/linux/mod.rs:3596:35 | 3596 | pub fn swapoff(path: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3596 | pub fn swapoff(path: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3596 - pub fn swapoff(path: *const ::c_char) -> ::c_int; 3596 + 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.106/src/unix/linux_like/linux/mod.rs:3604:23 | 3604 | src: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3604 | src: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3604 - src: *const ::c_char, 3604 + 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.106/src/unix/linux_like/linux/mod.rs:3605:26 | 3605 | target: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3605 | target: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3605 - target: *const ::c_char, 3605 + 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.106/src/unix/linux_like/linux/mod.rs:3606:26 | 3606 | fstype: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3606 | fstype: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3606 - fstype: *const ::c_char, 3606 + 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.106/src/unix/linux_like/linux/mod.rs:3607:18 | 3607 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3607 - flags: ::c_ulong, 3607 + 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.106/src/unix/linux_like/linux/mod.rs:3610:35 | 3610 | pub fn personality(persona: ::c_ulong) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_ulong; | help: if you import `c_ulong`, refer to it directly | 3610 - pub fn personality(persona: ::c_ulong) -> ::c_int; 3610 + 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.106/src/unix/linux_like/linux/mod.rs:3617:25 | 3617 | 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.106/src/unix/linux_like/linux/mod.rs:3644:24 | 3644 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3647:39 | 3647 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3647 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3647 - pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; 3647 + 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.106/src/unix/linux_like/linux/mod.rs:3654:37 | 3654 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3654 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3654 - pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; 3654 + 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.106/src/unix/linux_like/linux/mod.rs:3660:34 | 3660 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3660 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3660 - pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; 3660 + 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.106/src/unix/linux_like/linux/mod.rs:3678:38 | 3678 | 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.106/src/unix/linux_like/linux/mod.rs:3682:21 | 3682 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3682 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3682 - buf: *mut ::c_char, 3682 + 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.106/src/unix/linux_like/linux/mod.rs:3686:35 | 3686 | 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.106/src/unix/linux_like/linux/mod.rs:3686:54 | 3686 | 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.106/src/unix/linux_like/linux/mod.rs:3687:32 | 3687 | 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.106/src/unix/linux_like/linux/mod.rs:3690:24 | 3690 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3690 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3690 - name: *const ::c_char, 3690 + 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.106/src/unix/linux_like/linux/mod.rs:3692:21 | 3692 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3692 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3692 - buf: *mut ::c_char, 3692 + 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.106/src/unix/linux_like/linux/mod.rs:3696:38 | 3696 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3696 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3696 - pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; 3696 + 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.106/src/unix/linux_like/linux/mod.rs:3697:54 | 3697 | 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.106/src/unix/linux_like/linux/mod.rs:3697:77 | 3697 | 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.106/src/unix/linux_like/linux/mod.rs:3698:36 | 3698 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3698 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3698 - pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; 3698 + 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.106/src/unix/linux_like/linux/mod.rs:3698:73 | 3698 | 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.106/src/unix/linux_like/linux/mod.rs:3699:36 | 3699 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3699 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3699 - pub fn getgrnam(name: *const ::c_char) -> *mut ::group; 3699 + 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.106/src/unix/linux_like/linux/mod.rs:3702:38 | 3702 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3702 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3702 - pub fn sem_unlink(name: *const ::c_char) -> ::c_int; 3702 + 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.106/src/unix/linux_like/linux/mod.rs:3705:24 | 3705 | name: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3705 | name: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3705 - name: *const ::c_char, 3705 + 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.106/src/unix/linux_like/linux/mod.rs:3707:21 | 3707 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3707 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3707 - buf: *mut ::c_char, 3707 + 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.106/src/unix/linux_like/linux/mod.rs:3714:21 | 3714 | buf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3714 | buf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3714 - buf: *mut ::c_char, 3714 + 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.106/src/unix/linux_like/linux/mod.rs:3718:32 | 3718 | 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.106/src/unix/linux_like/linux/mod.rs:3726:24 | 3726 | user: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3726 | user: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3726 - user: *const ::c_char, 3726 + 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.106/src/unix/linux_like/linux/mod.rs:3743:34 | 3743 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3743 | pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3743:55 | 3743 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 3743 | pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE; | ~~~~ help: consider importing this type alias | 3925 + 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.106/src/unix/linux_like/linux/mod.rs:3746:28 | 3746 | pathname: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3746 | pathname: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3746 - pathname: *const ::c_char, 3746 + 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.106/src/unix/linux_like/linux/mod.rs:3752:24 | 3752 | 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.106/src/macros.rs:115:13 | 115 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3767:41 | 3767 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3767 | pub fn setmntent(filename: *const ::c_schar, ty: *const ::c_char) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3767 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 3767 + 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.106/src/unix/linux_like/linux/mod.rs:3767:62 | 3767 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3767 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_schar) -> *mut ::FILE; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3767 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; 3767 + 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.106/src/unix/linux_like/linux/mod.rs:3771:58 | 3771 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3771 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_schar) -> *mut ::c_char; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3771 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 3771 + 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.106/src/unix/linux_like/linux/mod.rs:3771:76 | 3771 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3771 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_schar; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3771 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; 3771 + 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.106/src/unix/linux_like/linux/mod.rs:3775:24 | 3775 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3775 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3775 - path: *const ::c_char, 3775 + 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.106/src/unix/linux_like/linux/mod.rs:3778:29 | 3778 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3778 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3778 - argv: *const *mut ::c_char, 3778 + 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.106/src/unix/linux_like/linux/mod.rs:3779:29 | 3779 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3779 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3779 - envp: *const *mut ::c_char, 3779 + 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.106/src/unix/linux_like/linux/mod.rs:3783:24 | 3783 | file: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3783 | file: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3783 - file: *const ::c_char, 3783 + 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.106/src/unix/linux_like/linux/mod.rs:3786:29 | 3786 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3786 | argv: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3786 - argv: *const *mut ::c_char, 3786 + 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.106/src/unix/linux_like/linux/mod.rs:3787:29 | 3787 | envp: *const *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3787 | envp: *const *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3787 - envp: *const *mut ::c_char, 3787 + 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.106/src/unix/linux_like/linux/mod.rs:3793:25 | 3793 | 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.106/src/unix/linux_like/linux/mod.rs:3797:27 | 3797 | 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.106/src/unix/linux_like/linux/mod.rs:3801:25 | 3801 | 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.106/src/unix/linux_like/linux/mod.rs:3805:27 | 3805 | 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.106/src/unix/linux_like/linux/mod.rs:3836:24 | 3836 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3836 | path: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3836 - path: *const ::c_char, 3836 + 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.106/src/unix/linux_like/linux/mod.rs:3858:58 | 3858 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3858 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3858 - pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; 3858 + 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.106/src/unix/linux_like/linux/mod.rs:3861:60 | 3861 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3861 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3861 - pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; 3861 + 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.106/src/unix/linux_like/linux/mod.rs:3865:25 | 3865 | input: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3865 | input: *const ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3865 - input: *const ::c_char, 3865 + 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.106/src/unix/linux_like/linux/mod.rs:3874:24 | 3874 | errbuf: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3874 | errbuf: *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3874 - errbuf: *mut ::c_char, 3874 + 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.106/src/unix/linux_like/linux/mod.rs:3880:40 | 3880 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3880 | pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3880 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 3880 + 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.106/src/unix/linux_like/linux/mod.rs:3880:67 | 3880 | 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.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3880 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t; | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3880 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; 3880 + 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.106/src/unix/linux_like/linux/mod.rs:3883:28 | 3883 | inbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3883 | inbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3883 - inbuf: *mut *mut ::c_char, 3883 + 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.106/src/unix/linux_like/linux/mod.rs:3885:29 | 3885 | outbuf: *mut *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 3885 | outbuf: *mut *mut ::c_schar, | ~~~~~~~ help: consider importing this type alias | 3925 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 3885 - outbuf: *mut *mut ::c_char, 3885 + 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.106/src/unix/linux_like/linux/mod.rs:3907:29 | 3907 | pub fn gethostid() -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3925 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 3907 - pub fn gethostid() -> ::c_long; 3907 + pub fn gethostid() -> c_long; | error[E0412]: cannot find type `c_long` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/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.106/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.106/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.106/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.106/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.106/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.106/src/unix/linux_like/linux/musl/mod.rs:27:6 | 27 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:36:27 | 36 | (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:49:27 | 49 | (*(self as *const siginfo_t as *const siginfo_si_value)).si_value | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` ... 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:61:25 | 61 | si_utime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 61 - si_utime: ::c_long, 61 + si_utime: c_long, | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:62:25 | 62 | si_stime: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 62 - si_stime: ::c_long, 62 + si_stime: c_long, | error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:87:14 | 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 87 | impl siginfo_t { | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `siginfo_t` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:89:36 | 82 | struct siginfo_f { | ---------------- similarly named struct `siginfo_f` defined here ... 89 | &(*(self as *const siginfo_t as *const siginfo_f)).sifields | ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f` error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:104:48 | 104 | pub unsafe fn si_utime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 104 - pub unsafe fn si_utime(&self) -> ::c_long { 104 + pub unsafe fn si_utime(&self) -> c_long { | error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:108:48 | 108 | pub unsafe fn si_stime(&self) -> ::c_long { | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 + use ffi::c_long; | help: if you import `c_long`, refer to it directly | 108 - pub unsafe fn si_stime(&self) -> ::c_long { 108 + pub unsafe fn si_stime(&self) -> c_long { | error[E0412]: cannot find type `c_char` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:133:22 | 133 | __dummy4: [::c_char; 16], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 133 | __dummy4: [::c_schar; 16], | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 133 - __dummy4: [::c_char; 16], 133 + __dummy4: [c_char; 16], | error[E0412]: cannot find type `sigset_t` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:138:24 | 138 | 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.106/src/unix/linux_like/linux/musl/mod.rs:144:24 | 144 | 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 | 144 - pub f_bsize: ::c_ulong, 144 + 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.106/src/unix/linux_like/linux/musl/mod.rs:145:25 | 145 | 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 | 145 - pub f_frsize: ::c_ulong, 145 + 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.106/src/unix/linux_like/linux/musl/mod.rs:153:23 | 153 | 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 | 153 - pub f_fsid: ::c_ulong, 153 + 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.106/src/unix/linux_like/linux/musl/mod.rs:158:23 | 158 | 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 | 158 - pub f_flag: ::c_ulong, 158 + 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.106/src/unix/linux_like/linux/musl/mod.rs:159:26 | 159 | 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 | 159 - pub f_namemax: ::c_ulong, 159 + 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.106/src/unix/linux_like/linux/musl/mod.rs:187:23 | 187 | __padding2: ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 187 | __padding2: ::c_schar, | ~~~~~~~ help: consider importing this type alias | 1 + use ffi::c_char; | help: if you import `c_char`, refer to it directly | 187 - __padding2: ::c_char, 187 + __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.106/src/unix/linux_like/linux/musl/mod.rs:191:24 | 191 | 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 | 191 - pub rt_pad1: ::c_ulong, 191 + 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.106/src/unix/linux_like/linux/musl/mod.rs:197:24 | 197 | 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 | 197 - pub rt_pad3: ::c_ulong, 197 + 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.106/src/unix/linux_like/linux/musl/mod.rs:205:28 | 205 | pub rt_dev: *mut ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 205 | 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 | 205 - pub rt_dev: *mut ::c_char, 205 + 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.106/src/unix/linux_like/linux/musl/mod.rs:206:23 | 206 | 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 | 206 - pub rt_mtu: ::c_ulong, 206 + 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.106/src/unix/linux_like/linux/musl/mod.rs:207:26 | 207 | 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 | 207 - pub rt_window: ::c_ulong, 207 + 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.106/src/unix/linux_like/linux/musl/mod.rs:237:23 | 237 | 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 | 237 - pub offset: ::c_long, 237 + 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.106/src/unix/linux_like/linux/musl/mod.rs:238:21 | 238 | 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 | 238 - pub freq: ::c_long, 238 + 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.106/src/unix/linux_like/linux/musl/mod.rs:239:25 | 239 | 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 | 239 - pub maxerror: ::c_long, 239 + 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.106/src/unix/linux_like/linux/musl/mod.rs:240:25 | 240 | 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 | 240 - pub esterror: ::c_long, 240 + 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.106/src/unix/linux_like/linux/musl/mod.rs:242:25 | 242 | 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 | 242 - pub constant: ::c_long, 242 + 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.106/src/unix/linux_like/linux/musl/mod.rs:243:26 | 243 | 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 | 243 - pub precision: ::c_long, 243 + 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.106/src/unix/linux_like/linux/musl/mod.rs:244:26 | 244 | 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 | 244 - pub tolerance: ::c_long, 244 + 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.106/src/unix/linux_like/linux/musl/mod.rs:246:21 | 246 | 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 | 246 - pub tick: ::c_long, 246 + 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.106/src/unix/linux_like/linux/musl/mod.rs:247:24 | 247 | 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 | 247 - pub ppsfreq: ::c_long, 247 + 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.106/src/unix/linux_like/linux/musl/mod.rs:248:23 | 248 | 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 | 248 - pub jitter: ::c_long, 248 + 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.106/src/unix/linux_like/linux/musl/mod.rs:250:23 | 250 | 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 | 250 - pub stabil: ::c_long, 250 + 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.106/src/unix/linux_like/linux/musl/mod.rs:251:23 | 251 | 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 | 251 - pub jitcnt: ::c_long, 251 + 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.106/src/unix/linux_like/linux/musl/mod.rs:252:23 | 252 | 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 | 252 - pub calcnt: ::c_long, 252 + 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.106/src/unix/linux_like/linux/musl/mod.rs:253:23 | 253 | 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 | 253 - pub errcnt: ::c_long, 253 + 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.106/src/unix/linux_like/linux/musl/mod.rs:254:23 | 254 | 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 | 254 - pub stbcnt: ::c_long, 254 + 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.106/src/unix/linux_like/linux/musl/mod.rs:261:25 | 261 | 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 | 261 - pub maxerror: ::c_long, 261 + 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.106/src/unix/linux_like/linux/musl/mod.rs:262:25 | 262 | 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 | 262 - pub esterror: ::c_long, 262 + 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.106/src/unix/linux_like/linux/musl/mod.rs:268:23 | 268 | 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 | 268 - pub uptime: ::c_ulong, 268 + 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.106/src/unix/linux_like/linux/musl/mod.rs:269:23 | 269 | 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 | 269 - pub loads: [::c_ulong; 3], 269 + 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.106/src/unix/linux_like/linux/musl/mod.rs:270:25 | 270 | 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 | 270 - pub totalram: ::c_ulong, 270 + 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.106/src/unix/linux_like/linux/musl/mod.rs:271:24 | 271 | 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 | 271 - pub freeram: ::c_ulong, 271 + 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.106/src/unix/linux_like/linux/musl/mod.rs:272:26 | 272 | 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 | 272 - pub sharedram: ::c_ulong, 272 + 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.106/src/unix/linux_like/linux/musl/mod.rs:273:26 | 273 | 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 | 273 - pub bufferram: ::c_ulong, 273 + 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.106/src/unix/linux_like/linux/musl/mod.rs:274:26 | 274 | 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 | 274 - pub totalswap: ::c_ulong, 274 + 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.106/src/unix/linux_like/linux/musl/mod.rs:275:25 | 275 | 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 | 275 - pub freeswap: ::c_ulong, 275 + 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.106/src/unix/linux_like/linux/musl/mod.rs:278:26 | 278 | 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 | 278 - pub totalhigh: ::c_ulong, 278 + 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.106/src/unix/linux_like/linux/musl/mod.rs:279:25 | 279 | 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 | 279 - pub freehigh: ::c_ulong, 279 + 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.106/src/unix/linux_like/linux/musl/mod.rs:281:28 | 281 | pub __reserved: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 281 | pub __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 | 281 - pub __reserved: [::c_char; 256], 281 + 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.106/src/unix/linux_like/linux/musl/mod.rs:293:25 | 293 | pub ut_line: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 293 | 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 | 293 - pub ut_line: [::c_char; 32], 293 + 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.106/src/unix/linux_like/linux/musl/mod.rs:294:23 | 294 | pub ut_id: [::c_char; 4], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 294 | 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 | 294 - pub ut_id: [::c_char; 4], 294 + 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.106/src/unix/linux_like/linux/musl/mod.rs:295:25 | 295 | pub ut_user: [::c_char; 32], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 295 | 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 | 295 - pub ut_user: [::c_char; 32], 295 + 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.106/src/unix/linux_like/linux/musl/mod.rs:296:25 | 296 | pub ut_host: [::c_char; 256], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 296 | 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 | 296 - pub ut_host: [::c_char; 256], 296 + 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.106/src/unix/linux_like/linux/musl/mod.rs:300:27 | 300 | 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 | 300 - pub ut_session: ::c_long, 300 + 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.106/src/unix/linux_like/linux/musl/mod.rs:311:22 | 311 | __unused: [::c_char; 20], | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 311 | __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 | 311 - __unused: [::c_char; 20], 311 + __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.106/src/unix/linux_like/linux/musl/mod.rs:470:26 | 470 | 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 | 470 - pub const MS_RMT_MASK: ::c_ulong = 0x02800051; 470 + 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.106/src/unix/linux_like/linux/musl/mod.rs:479:45 | 479 | 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.106/src/unix/linux_like/linux/musl/mod.rs:517:31 | 517 | pub const O_NDELAY: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `EFD_NONBLOCK` ... 586 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ----------------------------------------------- similarly named constant `EFD_NONBLOCK` defined here error[E0425]: cannot find value `MAP_ANON` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:526:36 | 526 | 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.106/src/unix/linux_like/linux/musl/mod.rs:532:34 | 532 | pub const SIGUNUSED: ::c_int = ::SIGSYS; | ^^^^^^ not found in the crate root error[E0425]: cannot find value `O_NONBLOCK` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:586:37 | 586 | pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:2676:1 | 2676 | 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.106/src/unix/linux_like/linux/musl/mod.rs:588:37 | 588 | pub const SFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:2676:1 | 2676 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; | -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here error[E0412]: cannot find type `c_long` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:694:20 | 694 | 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 | 694 - pub const MAXTC: ::c_long = 6; 694 + 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.106/src/unix/linux_like/linux/musl/mod.rs:739:47 | 739 | 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 | 739 - pub fn ptrace(request: ::c_int, ...) -> ::c_long; 739 + 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.106/src/unix/linux_like/linux/musl/mod.rs:750:24 | 750 | path: *const ::c_char, | ^^^^^^ | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/mod.rs:6:1 | 6 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 750 | 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 | 750 - path: *const ::c_char, 750 + 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.106/src/unix/linux_like/linux/musl/mod.rs:752:31 | 752 | 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 | 752 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 752 + 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.106/src/unix/linux_like/linux/musl/mod.rs:752:45 | 752 | 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 | 752 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; 752 + pub fn getauxval(type_: ::c_ulong) -> c_ulong; | error[E0412]: cannot find type `__u64` in this scope --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/align.rs:51:27 | 51 | pub mask: __u64, | ^^^^^ not found in this scope | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3944:1 | 3944 | expand_align!(); | --------------- in this macro invocation | = note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root --> /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/align.rs:95:30 | 95 | size: [u8; ::__SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_MUTEXATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:535:1 | 535 | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4; | -------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_MUTEXATTR_T` defined here | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3944:1 | 3944 | 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.106/src/unix/linux_like/linux/align.rs:117:30 | 117 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_RWLOCKATTR_T` | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/musl/mod.rs:536:1 | 536 | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8; | --------------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_RWLOCKATTR_T` defined here | ::: /home/buildozer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.106/src/unix/linux_like/linux/mod.rs:3944:1 | 3944 | 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) Compiling as-slice v0.1.5 Some errors have detailed explanations: E0412, E0425, E0573. For more information about an error, try `rustc --explain E0412`. Compiling num-traits v0.1.43 error: could not compile `libc` (lib) due to 707 previous errors warning: build failed, waiting for other jobs to finish... >>> ERROR: pipr: build failed >>> pipr: Uninstalling dependencies... (1/12) Purging .makedepends-pipr (20231205.125937) (2/12) Purging bubblewrap (0.8.0-r1) (3/12) Purging cargo (1.72.1-r0) (4/12) Purging rust (1.72.1-r0) (5/12) Purging cargo-auditable (0.6.1-r3) (6/12) Purging oniguruma-dev (6.9.9-r0) (7/12) Purging oniguruma (6.9.9-r0) (8/12) Purging llvm16-libs (16.0.6-r7) (9/12) Purging scudo-malloc (17.0.5-r0) (10/12) Purging libffi (3.4.4-r3) (11/12) Purging libxml2 (2.11.6-r0) (12/12) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r15.trigger OK: 227 MiB in 102 packages