warning: file found to be present in multiple build targets: /build/cargo-asm/src/cargo-asm/src/main.rs Updating crates.io index Downloading crates ... Downloaded ansi_term v0.11.0 Downloaded termcolor v0.3.6 Downloaded vec_map v0.8.1 Downloaded unicode-width v0.1.5 Downloaded dtoa v0.4.2 Downloaded owning_ref v0.3.3 Downloaded strsim v0.7.0 Downloaded clap v2.31.2 Downloaded edit-distance v2.0.1 Downloaded rand v0.4.2 Downloaded unicode-xid v0.1.0 Downloaded lazy_static v1.0.1 Downloaded parking_lot_core v0.2.14 Downloaded rustc-demangle v0.1.8 Downloaded atty v0.2.10 Downloaded cfg-if v0.1.3 Downloaded textwrap v0.9.0 Downloaded itoa v0.4.1 Downloaded quote v0.6.3 Downloaded same-file v1.0.2 Downloaded stable_deref_trait v1.0.0 Downloaded structopt-derive v0.2.10 Downloaded bitflags v1.0.3 Downloaded smallvec v0.6.1 Downloaded walkdir v2.1.4 Downloaded structopt v0.2.10 Downloaded log v0.4.2 Downloaded serde_derive v1.0.66 Downloaded proc-macro2 v0.4.6 Downloaded serde v1.0.66 Downloaded parking_lot v0.5.5 Downloaded serde_json v1.0.20 Downloaded syn v0.14.2 Downloaded libc v0.2.42 Compiling libc v0.2.42 Compiling unicode-xid v0.1.0 Compiling serde v1.0.66 Compiling unicode-width v0.1.5 Compiling ansi_term v0.11.0 Compiling vec_map v0.8.1 Compiling strsim v0.7.0 Compiling smallvec v0.6.1 Compiling stable_deref_trait v1.0.0 Compiling bitflags v1.0.3 Compiling itoa v0.4.1 Compiling dtoa v0.4.2 Compiling same-file v1.0.2 Compiling cfg-if v0.1.3 Compiling termcolor v0.3.6 Compiling lazy_static v1.0.1 Compiling rustc-demangle v0.1.8 Compiling edit-distance v2.0.1 Compiling log v0.4.2 Compiling textwrap v0.9.0 Compiling walkdir v2.1.4 Compiling owning_ref v0.3.3 Compiling proc-macro2 v0.4.6 error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:174:43 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 174 | pub fn fopen(filename: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 174 | pub fn fopen(filename: *const c_schar, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:175:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 175 | mode: *const c_char) -> *mut FILE; | ^^^^^^ | help: a type alias with a similar name exists | 175 | mode: *const c_schar) -> *mut FILE; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:178:45 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 178 | pub fn freopen(filename: *const c_char, mode: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 178 | pub fn freopen(filename: *const c_schar, mode: *const c_char, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:178:66 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 178 | pub fn freopen(filename: *const c_char, mode: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 178 | pub fn freopen(filename: *const c_char, mode: *const c_schar, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:182:44 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 182 | pub fn remove(filename: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 182 | pub fn remove(filename: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:183:43 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 183 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 183 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:183:67 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 183 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 183 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:186:41 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 186 | buffer: *mut c_char, | ^^^^^^ | help: a type alias with a similar name exists | 186 | buffer: *mut c_schar, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:189:56 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 189 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char); | ^^^^^^ | help: a type alias with a similar name exists | 189 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar); | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:193:36 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 193 | 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 | 193 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:193:81 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 193 | 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 | 193 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:197:36 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 197 | pub fn fputs(s: *const c_char, stream: *mut FILE)-> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 197 | pub fn fputs(s: *const c_schar, stream: *mut FILE)-> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:198:35 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 198 | pub fn puts(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 198 | pub fn puts(s: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:212:53 | 212 | 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 | 303 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:213:48 | 213 | pub fn ftell(stream: *mut FILE) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 303 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:221:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 221 | pub fn perror(s: *const c_char); | ^^^^^^ | help: a type alias with a similar name exists | 221 | pub fn perror(s: *const c_schar); | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:222:35 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 222 | pub fn atoi(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 222 | pub fn atoi(s: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:225:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 225 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 225 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:225:61 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 225 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 225 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:226:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 226 | pub fn strtol(s: *const c_char, | ^^^^^^ | help: a type alias with a similar name exists | 226 | pub fn strtol(s: *const c_schar, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:227:43 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 227 | endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ | help: a type alias with a similar name exists | 227 | endp: *mut *mut c_schar, base: c_int) -> c_long; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:227:67 | 227 | endp: *mut *mut c_char, base: c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 303 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:228:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 228 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, | ^^^^^^ | help: a type alias with a similar name exists | 228 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:228:62 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 228 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, | ^^^^^^ | help: a type alias with a similar name exists | 228 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:229:44 | 229 | ... base: c_int) -> c_ulong; | ^^^^^^^ not found in this scope | help: consider importing this type alias | 303 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:240:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 240 | pub fn system(s: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 240 | pub fn system(s: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:241:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 241 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 241 | pub fn getenv(s: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:241:53 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 241 | pub fn getenv(s: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 241 | pub fn getenv(s: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:243:37 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 243 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 243 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:243:57 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 243 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 243 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:243:73 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 243 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 243 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:244:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 244 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) | ^^^^^^ | help: a type alias with a similar name exists | 244 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:244:58 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 244 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) | ^^^^^^ | help: a type alias with a similar name exists | 244 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:245:36 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 245 | -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 245 | -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:246:35 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 246 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 246 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:246:54 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 246 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 246 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:246:70 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 246 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 246 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:247:36 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 247 | 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 | 247 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:247:55 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 247 | 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 | 247 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:247:82 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 247 | 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 | 247 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:248:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 248 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 248 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:248:57 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 248 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 248 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:249:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 249 | 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 | 249 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:249:58 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 249 | 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 | 249 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:250:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 250 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 250 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:250:58 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 250 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int; | ^^^^^^ | help: a type alias with a similar name exists | 250 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:251:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 251 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 251 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:251:64 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 251 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 251 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:252:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 252 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 252 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:252:65 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 252 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 252 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:253:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 253 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 253 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:253:57 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 253 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 253 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:254:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 254 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 254 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:254:58 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 254 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 254 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:255:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 255 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 255 | pub fn strdup(cs: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:255:54 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 255 | pub fn strdup(cs: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 255 | pub fn strdup(cs: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:256:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 256 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 256 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:256:58 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 256 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 256 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:256:74 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 256 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 256 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:257:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 257 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 257 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:257:57 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 257 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 257 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:257:73 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 257 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 257 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:258:38 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 258 | pub fn strlen(cs: *const c_char) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 258 | pub fn strlen(cs: *const c_schar) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:259:39 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 259 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; | ^^^^^^ | help: a type alias with a similar name exists | 259 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:262:47 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 262 | pub fn strerror(n: c_int) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 262 | pub fn strerror(n: c_int) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:263:35 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 263 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 263 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:263:53 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 263 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 263 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:263:69 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 263 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; | ^^^^^^ | help: a type alias with a similar name exists | 263 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:264:36 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 264 | 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 | 264 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:264:55 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 264 | 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 | 264 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:265:39 | 265 | pub fn wcslen(buf: *const wchar_t) -> size_t; | ^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:266:40 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 266 | 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 | 266 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `wchar_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:266:60 | 266 | 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 `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:280:35 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here ... 280 | pub fn atof(s: *const c_char) -> c_double; | ^^^^^^ | help: a type alias with a similar name exists | 280 | pub fn atof(s: *const c_schar) -> c_double; | ^^^^^^^ help: consider importing this type alias | 303 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:281:28 | 281 | pub fn labs(i: c_long) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 303 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:281:39 | 281 | pub fn labs(i: c_long) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 303 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:21:29 | 21 | pub gr_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 21 | pub gr_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:22:31 | 22 | pub gr_passwd: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 22 | pub gr_passwd: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:24:33 | 24 | pub gr_mem: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 24 | pub gr_mem: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:28:21 | 28 | pub actime: time_t, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:29:22 | 29 | pub modtime: time_t, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:33:21 | 33 | pub tv_sec: time_t, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `suseconds_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:34:22 | 34 | pub tv_usec: suseconds_t, | ^^^^^^^^^^^ help: a type alias with a similar name exists: `useconds_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:5:1 | 5 | pub type useconds_t = u32; | -------------------------- similarly named type alias `useconds_t` defined here error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:40:21 | 40 | pub tv_sec: time_t, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:44:24 | 44 | pub tv_nsec: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `rlim_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:48:23 | 48 | pub rlim_cur: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here error[E0412]: cannot find type `rlim_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:49:23 | 49 | pub rlim_max: rlim_t, | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:55:24 | 55 | pub ru_maxrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:58:23 | 58 | pub ru_ixrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:61:23 | 61 | pub ru_idrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:64:23 | 64 | pub ru_isrss: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:67:24 | 67 | pub ru_minflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:70:24 | 70 | pub ru_majflt: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:73:23 | 73 | pub ru_nswap: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:76:25 | 76 | pub ru_inblock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:79:25 | 79 | pub ru_oublock: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:82:24 | 82 | pub ru_msgsnd: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:85:24 | 85 | pub ru_msgrcv: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:88:26 | 88 | pub ru_nsignals: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:91:23 | 91 | pub ru_nvcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:94:24 | 94 | pub ru_nivcsw: c_long, | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:126:28 | 126 | pub h_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 126 | pub h_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:127:36 | 127 | pub h_aliases: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 127 | pub h_aliases: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:130:38 | 130 | pub h_addr_list: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 130 | pub h_addr_list: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `clock_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:169:26 | 169 | pub tms_utime: ::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:7:1 | 7 | pub type clockid_t = ::c_int; | ----------------------------- similarly named type alias `clockid_t` defined here error[E0412]: cannot find type `clock_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:170:26 | 170 | pub tms_stime: ::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:7:1 | 7 | pub type clockid_t = ::c_int; | ----------------------------- similarly named type alias `clockid_t` defined here error[E0412]: cannot find type `clock_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:171:27 | 171 | pub tms_cutime: ::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:7:1 | 7 | pub type clockid_t = ::c_int; | ----------------------------- similarly named type alias `clockid_t` defined here error[E0412]: cannot find type `clock_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:172:27 | 172 | pub tms_cstime: ::clock_t, | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:7:1 | 7 | pub type clockid_t = ::c_int; | ----------------------------- similarly named type alias `clockid_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:176:28 | 176 | pub s_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 176 | pub s_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:177:36 | 177 | pub s_aliases: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 177 | pub s_aliases: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:179:29 | 179 | pub s_proto: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 179 | pub s_proto: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:183:28 | 183 | pub p_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 183 | pub p_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:184:36 | 184 | pub p_aliases: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 184 | pub p_aliases: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:327:36 | 327 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 327 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:332:37 | 332 | format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 332 | format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:333:36 | 333 | pub fn printf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 333 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:334:31 | 334 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 334 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:335:38 | 335 | format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 335 | format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:336:30 | 336 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 336 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:336:55 | 336 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 336 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:337:57 | 337 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 337 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:338:35 | 338 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 338 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:339:31 | 339 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 339 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:339:56 | 339 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 339 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:380:31 | 380 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 380 | pub fn chmod(path: *const char, mode: mode_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:388:45 | 388 | pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; | ^^^^ not a type | help: consider importing this struct instead | 6 | use std::os::linux::raw::stat; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:390:31 | 390 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 390 | pub fn mkdir(path: *const char, mode: mode_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:395:30 | 395 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 395 | pub fn stat(path: *const char, buf: *mut stat) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:395:48 | 395 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type | help: consider importing this struct instead | 6 | use std::os::linux::raw::stat; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:400:45 | 400 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 400 | pub fn fdopen(fd: ::c_int, mode: *const char) -> *mut ::FILE; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:405:30 | 405 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 405 | pub fn open(path: *const char, oflag: ::c_int, ...) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:408:31 | 408 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 408 | pub fn creat(path: *const char, mode: mode_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:418:36 | 418 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR; | ^^^^^^ | help: a builtin type with a similar name exists | 418 | pub fn opendir(dirname: *const char) -> *mut ::DIR; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:438:54 | 438 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 438 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:440:56 | 440 | pub fn fchmodat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 440 | pub fn fchmodat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:445:56 | 445 | pub fn fchownat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 445 | pub fn fchownat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:450:55 | 450 | pub fn fstatat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 450 | pub fn fstatat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:451:30 | 451 | buf: *mut stat, flags: ::c_int) -> ::c_int; | ^^^^ not a type | help: consider importing this struct instead | 6 | use std::os::linux::raw::stat; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:452:56 | 452 | pub fn linkat(olddirfd: ::c_int, oldpath: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 452 | pub fn linkat(olddirfd: ::c_int, oldpath: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:453:56 | 453 | newdirfd: ::c_int, newpath: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 453 | newdirfd: ::c_int, newpath: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:455:55 | 455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:457:58 | 457 | pub fn readlinkat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 457 | pub fn readlinkat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:458:35 | 458 | buf: *mut ::c_char, bufsiz: ::size_t) -> ::ssize_t; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 458 | buf: *mut ::c_schar, bufsiz: ::size_t) -> ::ssize_t; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:459:58 | 459 | pub fn renameat(olddirfd: ::c_int, oldpath: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 459 | pub fn renameat(olddirfd: ::c_int, oldpath: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:460:58 | 460 | newdirfd: ::c_int, newpath: *const ::c_char) | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 460 | newdirfd: ::c_int, newpath: *const ::c_schar) | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:462:39 | 462 | pub fn symlinkat(target: *const ::c_char, newdirfd: ::c_int, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 462 | pub fn symlinkat(target: *const ::c_schar, newdirfd: ::c_int, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:463:41 | 463 | linkpath: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 463 | linkpath: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:464:56 | 464 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 464 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:467:32 | 467 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 467 | pub fn access(path: *const char, amode: ::c_int) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:469:30 | 469 | pub fn chdir(dir: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 469 | pub fn chdir(dir: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:471:31 | 471 | pub fn chown(path: *const c_char, uid: uid_t, | ^^^^^^ | help: a builtin type with a similar name exists | 471 | pub fn chown(path: *const char, uid: uid_t, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:475:32 | 475 | pub fn lchown(path: *const c_char, uid: uid_t, | ^^^^^^ | help: a builtin type with a similar name exists | 475 | pub fn lchown(path: *const char, uid: uid_t, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:484:31 | 484 | pub fn execl(path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 484 | pub fn execl(path: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:485:31 | 485 | arg0: *const c_char, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 485 | arg0: *const char, ...) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:486:34 | 486 | pub fn execle(path: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 486 | pub fn execle(path: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:487:34 | 487 | arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 487 | arg0: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:488:34 | 488 | pub fn execlp(file: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 488 | pub fn execlp(file: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:489:34 | 489 | arg0: *const ::c_char, ...) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 489 | arg0: *const ::c_schar, ...) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:490:31 | 490 | pub fn execv(prog: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 490 | pub fn execv(prog: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:491:38 | 491 | argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 491 | argv: *const *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:492:32 | 492 | pub fn execve(prog: *const c_char, argv: *const *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 492 | pub fn execve(prog: *const char, argv: *const *const c_char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:492:60 | 492 | pub fn execve(prog: *const c_char, argv: *const *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 492 | pub fn execve(prog: *const c_char, argv: *const *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:493:39 | 493 | envp: *const *const c_char) | ^^^^^^ | help: a builtin type with a similar name exists | 493 | envp: *const *const char) | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:495:29 | 495 | pub fn execvp(c: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 495 | pub fn execvp(c: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:496:39 | 496 | argv: *const *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 496 | argv: *const *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:498:58 | 498 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:499:29 | 499 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a builtin type with a similar name exists | 499 | pub fn getcwd(buf: *mut char, size: ::size_t) -> *mut c_char; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:499:61 | 499 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; | ^^^^^^ | help: a builtin type with a similar name exists | 499 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut char; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:505:31 | 505 | pub fn getlogin() -> *mut c_char; | ^^^^^^ | help: a builtin type with a similar name exists | 505 | pub fn getlogin() -> *mut char; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:508:52 | 508 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 508 | pub fn getopt(argc: ::c_int, argv: *const *mut char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:509:34 | 509 | optstr: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 509 | optstr: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:516:29 | 516 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 516 | pub fn link(src: *const char, dst: *const c_char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:516:49 | 516 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 516 | pub fn link(src: *const c_char, dst: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:517:39 | 517 | pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 517 | pub fn lseek(fd: ::c_int, offset: loff_t, whence: ::c_int) -> off_t; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:517:66 | 517 | pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 517 | pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> loff_t; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:518:34 | 518 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ | help: a builtin type with a similar name exists | 518 | pub fn pathconf(path: *const char, name: ::c_int) -> c_long; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:518:60 | 518 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:530:31 | 530 | pub fn rmdir(path: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 530 | pub fn rmdir(path: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:546:41 | 546 | pub fn ttyname(fd: ::c_int) -> *mut c_char; | ^^^^^^ | help: a builtin type with a similar name exists | 546 | pub fn ttyname(fd: ::c_int) -> *mut char; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:547:29 | 547 | pub fn unlink(c: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 547 | pub fn unlink(c: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:562:26 | 562 | offset: off_t) -> ::ssize_t; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 562 | offset: loff_t) -> ::ssize_t; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:566:27 | 566 | offset: off_t) -> ::ssize_t; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 566 | offset: loff_t) -> ::ssize_t; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:570:31 | 570 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 570 | pub fn utime(file: *const char, buf: *const utimbuf) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:591:25 | 591 | offset: off_t) | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 591 | offset: loff_t) | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:597:42 | 597 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint; | ^^^^^^ | help: a builtin type with a similar name exists | 597 | pub fn if_nametoindex(ifname: *const char) -> ::c_uint; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:599:42 | 599 | ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 599 | ifname: *mut ::c_schar) -> *mut ::c_char; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:599:60 | 599 | ifname: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 599 | ifname: *mut ::c_char) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:604:31 | 604 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 604 | pub fn lstat(path: *const char, buf: *mut stat) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:604:49 | 604 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; | ^^^^ not a type | help: consider importing this struct instead | 6 | use std::os::linux::raw::stat; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:612:32 | 612 | pub fn setenv(name: *const c_char, val: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 612 | pub fn setenv(name: *const char, val: *const c_char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:612:52 | 612 | pub fn setenv(name: *const c_char, val: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 612 | pub fn setenv(name: *const c_char, val: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:617:34 | 617 | pub fn unsetenv(name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 617 | pub fn unsetenv(name: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:619:34 | 619 | pub fn symlink(path1: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 619 | pub fn symlink(path1: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:620:34 | 620 | path2: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 620 | path2: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:622:43 | 622 | pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 622 | pub fn ftruncate(fd: ::c_int, length: loff_t) -> ::c_int; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:637:40 | 637 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 637 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:637:65 | 637 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 637 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:638:31 | 638 | -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 638 | -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `clock_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:646:40 | 646 | pub fn times(buf: *mut ::tms) -> ::clock_t; | ^^^^^^^ help: a type alias with a similar name exists: `clockid_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:7:1 | 7 | pub type clockid_t = ::c_int; | ----------------------------- similarly named type alias `clockid_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:654:43 | 654 | pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:655:46 | 655 | pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:656:51 | 656 | pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:658:53 | 658 | pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:729:50 | 729 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 729 | pub fn strerror_r(errnum: ::c_int, buf: *mut char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:744:38 | 744 | pub fn utimes(filename: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 744 | pub fn utimes(filename: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:746:38 | 746 | pub fn dlopen(filename: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 746 | pub fn dlopen(filename: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:748:32 | 748 | pub fn dlerror() -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 748 | pub fn dlerror() -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:750:35 | 750 | symbol: *const ::c_char) -> *mut ::c_void; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 750 | symbol: *const ::c_schar) -> *mut ::c_void; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:754:37 | 754 | pub fn getaddrinfo(node: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 754 | pub fn getaddrinfo(node: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:755:40 | 755 | service: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 755 | service: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:759:55 | 759 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 759 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:771:36 | 771 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:773:39 | 773 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:777:35 | 777 | pub fn mktime(tm: *mut tm) -> time_t; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:779:28 | 779 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:779:39 | 779 | pub fn time(time: *mut time_t) -> time_t; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:781:34 | 781 | pub fn gmtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:783:37 | 783 | pub fn localtime(time_p: *const time_t) -> *mut tm; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:785:28 | 785 | pub fn difftime(time1: time_t, time0: time_t) -> ::c_double; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:785:43 | 785 | pub fn difftime(time1: time_t, time0: time_t) -> ::c_double; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:789:37 | 789 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 789 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:792:37 | 792 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 792 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:793:41 | 793 | pub fn getservbyname(name: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 793 | pub fn getservbyname(name: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:794:42 | 794 | proto: *const ::c_char) -> *mut servent; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 794 | proto: *const ::c_schar) -> *mut servent; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:795:42 | 795 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 795 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:797:34 | 797 | pub fn chroot(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 797 | pub fn chroot(name: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:812:32 | 812 | pub fn putenv(string: *mut c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 812 | pub fn putenv(string: *mut char) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:828:39 | 828 | locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 828 | locale: *const ::c_schar) -> *mut ::c_char; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:828:57 | 828 | locale: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 828 | locale: *const ::c_char) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:841:33 | 841 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 841 | pub fn statvfs(path: *const char, buf: *mut statvfs) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0573]: expected type, found function `statvfs` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:841:51 | 841 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int; | ^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `statvfs` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:842:44 | 842 | pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int; | ^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:844:34 | 844 | pub fn readlink(path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 844 | pub fn readlink(path: *const char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:845:31 | 845 | buf: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 845 | buf: *mut char, | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:850:34 | 850 | pub fn sigemptyset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:852:32 | 852 | 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 --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:854:33 | 854 | pub fn sigfillset(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:856:32 | 856 | 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 --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:858:36 | 858 | 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 --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:862:36 | 862 | set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:863:37 | 863 | oldset: *mut sigset_t) | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:866:33 | 866 | pub fn sigpending(set: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `time_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:869:37 | 869 | pub fn timegm(tm: *mut ::tm) -> time_t; | ^^^^^^ not found in this scope | help: consider importing this type alias | 6 | use std::os::unix::raw::time_t; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:873:40 | 873 | pub fn sysconf(name: ::c_int) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 6 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:875:32 | 875 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 875 | pub fn mkfifo(path: *const char, mode: mode_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:887:36 | 887 | sigmask: *const sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:889:29 | 889 | offset: ::off_t, | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 889 | offset: ::loff_t, | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:891:45 | 891 | pub fn ftello(stream: *mut ::FILE) -> ::off_t; | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 891 | pub fn ftello(stream: *mut ::FILE) -> ::loff_t; | ^^^^^^ help: consider importing this type alias | 6 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:909:37 | 909 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 909 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:910:37 | 910 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 910 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:910:55 | 910 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 910 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:912:31 | 912 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 912 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:912:49 | 912 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 912 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:914:36 | 914 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int); | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 914 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int); | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:917:56 | 917 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 917 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...); | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:924:43 | 924 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 924 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 6 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:16:25 | 16 | pub sa_data: [::c_char; 14], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 16 | pub sa_data: [::c_schar; 14], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:36:26 | 36 | pub sun_path: [::c_char; 108] | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 36 | pub sun_path: [::c_schar; 108] | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:60:32 | 60 | pub ai_canonname: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 60 | pub ai_canonname: *mut char, | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/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 | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:99:26 | 99 | pub tm_gmtoff: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:100:31 | 100 | pub tm_zone: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | 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 | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:116:33 | 116 | pub dli_fname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | 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 | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:118:33 | 118 | pub dli_sname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | 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 | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:133:25 | 133 | pub sysname: [::c_char; 65], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 133 | pub sysname: [::c_schar; 65], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:134:26 | 134 | pub nodename: [::c_char; 65], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 134 | pub nodename: [::c_schar; 65], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:135:25 | 135 | pub release: [::c_char; 65], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 135 | pub release: [::c_schar; 65], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:136:25 | 136 | pub version: [::c_char; 65], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 136 | pub version: [::c_schar; 65], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:137:25 | 137 | pub machine: [::c_char; 65], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 137 | pub machine: [::c_schar; 65], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:138:28 | 138 | pub domainname: [::c_char; 65] | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 138 | pub domainname: [::c_schar; 65] | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:142:35 | 142 | pub decimal_point: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 142 | pub decimal_point: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:143:35 | 143 | pub thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 143 | pub thousands_sep: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:144:30 | 144 | pub grouping: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 144 | pub grouping: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:145:37 | 145 | pub int_curr_symbol: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | 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_curr_symbol: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:146:37 | 146 | pub currency_symbol: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 146 | pub currency_symbol: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:147:39 | 147 | pub mon_decimal_point: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 147 | pub mon_decimal_point: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:148:39 | 148 | pub mon_thousands_sep: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 148 | pub mon_thousands_sep: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:149:34 | 149 | pub mon_grouping: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 149 | pub mon_grouping: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:150:35 | 150 | pub positive_sign: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 150 | pub positive_sign: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:151:35 | 151 | pub negative_sign: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 151 | pub negative_sign: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:152:32 | 152 | pub int_frac_digits: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 152 | pub int_frac_digits: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:153:28 | 153 | pub frac_digits: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 153 | pub frac_digits: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:154:30 | 154 | pub p_cs_precedes: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 154 | pub p_cs_precedes: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:155:31 | 155 | pub p_sep_by_space: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 155 | pub p_sep_by_space: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:156:30 | 156 | pub n_cs_precedes: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 156 | pub n_cs_precedes: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:157:31 | 157 | pub n_sep_by_space: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 157 | pub n_sep_by_space: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:158:28 | 158 | pub p_sign_posn: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 158 | pub p_sign_posn: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:159:28 | 159 | pub n_sign_posn: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 159 | pub n_sign_posn: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:160:34 | 160 | pub int_p_cs_precedes: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 160 | pub int_p_cs_precedes: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:161:35 | 161 | pub int_p_sep_by_space: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 161 | pub int_p_sep_by_space: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:162:34 | 162 | pub int_n_cs_precedes: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 162 | pub int_n_cs_precedes: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:163:35 | 163 | pub int_n_sep_by_space: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 163 | pub int_n_sep_by_space: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:164:32 | 164 | pub int_p_sign_posn: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 164 | pub int_p_sign_posn: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:165:32 | 165 | pub int_n_sign_posn: ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 165 | pub int_n_sign_posn: ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:189:28 | 189 | pub ifa_name: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 189 | pub ifa_name: *mut char, | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:205:23 | 205 | rtmsg_info: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0425]: cannot find value `O_CLOEXEC` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:295:35 | 295 | pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `MFD_CLOEXEC` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1129:1 | 1129 | pub const MFD_CLOEXEC: ::c_uint = 0x0001; | ----------------------------------------- similarly named constant `MFD_CLOEXEC` defined here error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:369:24 | 369 | pub const MS_RDONLY: ::c_ulong = 0x01; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:370:24 | 370 | pub const MS_NOSUID: ::c_ulong = 0x02; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:371:23 | 371 | pub const MS_NODEV: ::c_ulong = 0x04; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:372:24 | 372 | pub const MS_NOEXEC: ::c_ulong = 0x08; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:373:29 | 373 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:374:25 | 374 | pub const MS_REMOUNT: ::c_ulong = 0x20; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:375:26 | 375 | pub const MS_MANDLOCK: ::c_ulong = 0x40; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:376:25 | 376 | pub const MS_DIRSYNC: ::c_ulong = 0x80; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:377:25 | 377 | pub const MS_NOATIME: ::c_ulong = 0x0400; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:378:28 | 378 | pub const MS_NODIRATIME: ::c_ulong = 0x0800; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:379:22 | 379 | pub const MS_BIND: ::c_ulong = 0x1000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:380:22 | 380 | pub const MS_MOVE: ::c_ulong = 0x2000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:381:21 | 381 | pub const MS_REC: ::c_ulong = 0x4000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:382:24 | 382 | pub const MS_SILENT: ::c_ulong = 0x8000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:383:26 | 383 | pub const MS_POSIXACL: ::c_ulong = 0x010000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:384:28 | 384 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:385:25 | 385 | pub const MS_PRIVATE: ::c_ulong = 0x040000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:386:23 | 386 | pub const MS_SLAVE: ::c_ulong = 0x080000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:387:24 | 387 | pub const MS_SHARED: ::c_ulong = 0x100000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:388:26 | 388 | pub const MS_RELATIME: ::c_ulong = 0x200000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:389:27 | 389 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:390:27 | 390 | pub const MS_I_VERSION: ::c_ulong = 0x800000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:391:29 | 391 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:392:24 | 392 | pub const MS_ACTIVE: ::c_ulong = 0x40000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:393:24 | 393 | pub const MS_NOUSER: ::c_ulong = 0x80000000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:394:25 | 394 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:395:25 | 395 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:396:26 | 396 | pub const MS_RMT_MASK: ::c_ulong = 0x800051; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0425]: cannot find value `SO_TIMESTAMP` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:596:36 | 596 | pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP; | ^^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:828:23 | 828 | pub const UTIME_OMIT: c_long = 1073741822; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:829:22 | 829 | pub const UTIME_NOW: c_long = 1073741823; | ^^^^^^ not found in this scope | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:972:44 | 972 | ... attr: *mut ::pthread_attr_t) -> ::c_int; | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:973:49 | 973 | pub fn pthread_attr_getstack(attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:980:34 | 980 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 980 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:981:36 | 981 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 981 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `statfs64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:981:54 | 981 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `statfs64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:983:45 | 983 | pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int; | ^^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:984:37 | 984 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 984 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `statvfs64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:984:55 | 984 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0573]: expected type, found function `statvfs64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:985:46 | 985 | pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; | ^^^^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:990:49 | 990 | pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 990 | pub fn posix_fadvise(fd: ::c_int, offset: ::loff_t, len: ::off_t, | ^^^^^^ help: consider importing this type alias | 1 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:990:63 | 990 | pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 990 | pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::loff_t, | ^^^^^^ help: consider importing this type alias | 1 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:993:53 | 993 | pub fn utimensat(dirfd: ::c_int, path: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 993 | pub fn utimensat(dirfd: ::c_int, path: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:998:39 | 998 | locale: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 998 | locale: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1001:33 | 1001 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1001 | pub fn creat64(path: *const char, mode: mode_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1002:47 | 1002 | pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1003:55 | 1003 | pub fn fstatat64(dirfd: ::c_int, pathname: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1003 | pub fn fstatat64(dirfd: ::c_int, pathname: *const char, | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1004:32 | 1004 | buf: *mut stat64, flags: ::c_int) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1008:33 | 1008 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1008 | pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int; | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1008:51 | 1008 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1016:32 | 1016 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1016 | pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int; | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1018:34 | 1018 | path: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1018 | path: *const char, | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1036:32 | 1036 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1036 | pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int; | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0573]: expected type, found function `stat64` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1036:50 | 1036 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int; | ^^^^^^ help: a struct with a similar name exists: `statfs` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `statfs` defined here error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1037:36 | 1037 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1037 | pub fn truncate64(path: *const char, length: off64_t) -> ::c_int; | ^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1041:55 | 1041 | pub fn mknodat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1041 | pub fn mknodat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1058:34 | 1058 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1058 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1069:36 | 1069 | pub fn acct(filename: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1069 | pub fn acct(filename: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1079:30 | 1079 | name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1079 | name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1082:35 | 1082 | pub fn execvpe(file: *const ::c_char, argv: *const *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1082 | pub fn execvpe(file: *const ::c_schar, argv: *const *const ::c_char, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1082:65 | 1082 | pub fn execvpe(file: *const ::c_char, argv: *const *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1082 | pub fn execvpe(file: *const ::c_char, argv: *const *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1083:42 | 1083 | envp: *const *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1083 | envp: *const *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1084:55 | 1084 | pub fn fexecve(fd: ::c_int, argv: *const *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1084 | pub fn fexecve(fd: ::c_int, argv: *const *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:1085:42 | 1085 | envp: *const *const ::c_char) | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1085 | envp: *const *const ::c_schar) | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:8:22 | 8 | pub type pthread_t = c_ulong; | ^^^^^^^ not found in this scope | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:15:21 | 15 | pub type nfds_t = ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `ino_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:41:22 | 41 | pub d_ino: ::ino_t, | ^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::unix::raw::ino_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:42:22 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 42 | pub d_off: ::off_t, | ^^^^^ | help: a type alias with a similar name exists | 42 | pub d_off: ::loff_t, | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:45:24 | 45 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 45 | pub d_name: [::c_schar; 256], | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:53:24 | 53 | pub d_name: [::c_char; 256], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 53 | pub d_name: [::c_schar; 256], | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/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 | 3 | use std::os::raw::c_char; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:87:20 | 87 | size: [u8; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:103:20 | 103 | size: [u8; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:114:21 | 114 | __align: [::c_long; 0], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEXATTR_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:119:20 | 119 | size: [u8; __SIZEOF_PTHREAD_MUTEXATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:126:21 | 126 | __align: [::c_long; 0], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCKATTR_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:127:20 | 127 | size: [u8; __SIZEOF_PTHREAD_RWLOCKATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_CONDATTR_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:140:20 | 140 | size: [u8; __SIZEOF_PTHREAD_CONDATTR_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:144:29 | 144 | pub pw_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 144 | pub pw_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:145:31 | 145 | pub pw_passwd: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 145 | pub pw_passwd: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:148:30 | 148 | pub pw_gecos: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 148 | pub pw_gecos: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:149:28 | 149 | pub pw_dir: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 149 | pub pw_dir: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:150:30 | 150 | pub pw_shell: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 150 | pub pw_shell: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:154:29 | 154 | pub sp_namp: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 154 | pub sp_namp: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:155:29 | 155 | pub sp_pwdp: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 155 | pub sp_pwdp: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:156:26 | 156 | pub sp_lstchg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:157:23 | 157 | pub sp_min: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:158:23 | 158 | pub sp_max: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:159:24 | 159 | pub sp_warn: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:160:25 | 160 | pub sp_inact: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:161:26 | 161 | pub sp_expire: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:162:24 | 162 | pub sp_flag: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:221:25 | 221 | pub mq_flags: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:223:26 | 223 | pub mq_maxmsg: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:225:27 | 225 | pub mq_msgsize: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:227:27 | 227 | pub mq_curmsgs: ::c_long, | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:229:17 | 229 | pad: [::c_long; 4], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:243:29 | 243 | pub if_name: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 243 | pub if_name: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `__u64` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:303:26 | 303 | pub codes_ptr: ::__u64, | ^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:382:33 | 382 | pub dlpi_name: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 382 | pub dlpi_name: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:429:32 | 429 | pub mnt_fsname: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 429 | pub mnt_fsname: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:430:29 | 430 | pub mnt_dir: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 430 | pub mnt_dir: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:431:30 | 431 | pub mnt_type: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 431 | pub mnt_type: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:432:30 | 432 | pub mnt_opts: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 432 | pub mnt_opts: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:447:17 | 447 | __sd: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:448:17 | 448 | __ss: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `rlim_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:706:29 | 706 | pub const RLIM_SAVED_MAX: ::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here error[E0412]: cannot find type `rlim_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:707:29 | 707 | pub const RLIM_SAVED_CUR: ::rlim_t = RLIM_INFINITY; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:760:24 | 760 | pub const ST_RDONLY: ::c_ulong = 1; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:761:24 | 761 | pub const ST_NOSUID: ::c_ulong = 2; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:762:23 | 762 | pub const ST_NODEV: ::c_ulong = 4; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:763:24 | 763 | pub const ST_NOEXEC: ::c_ulong = 8; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:764:29 | 764 | pub const ST_SYNCHRONOUS: ::c_ulong = 16; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:765:26 | 765 | pub const ST_MANDLOCK: ::c_ulong = 64; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:766:23 | 766 | pub const ST_WRITE: ::c_ulong = 128; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:767:24 | 767 | pub const ST_APPEND: ::c_ulong = 256; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:768:27 | 768 | pub const ST_IMMUTABLE: ::c_ulong = 512; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:769:25 | 769 | pub const ST_NOATIME: ::c_ulong = 1024; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:770:28 | 770 | pub const ST_NODIRATIME: ::c_ulong = 2048; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:781:15 | 781 | size: [0; __SIZEOF_PTHREAD_MUTEX_T], | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:789:15 | 789 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T], | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T` ... 797 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48; | ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here error[E0425]: cannot find value `O_CLOEXEC` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1104:34 | 1104 | pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; | ^^^^^^^^^ help: a constant with a similar name exists: `MFD_CLOEXEC` ... 1129 | pub const MFD_CLOEXEC: ::c_uint = 0x0001; | ----------------------------------------- similarly named constant `MFD_CLOEXEC` defined here error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1105:35 | 1105 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `MAP_NONBLOCK` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:307:1 | 307 | pub const MAP_NONBLOCK: ::c_int = 0x010000; | ------------------------------------------- similarly named constant `MAP_NONBLOCK` defined here error[E0425]: cannot find value `ENODATA` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1123:32 | 1123 | pub const ENOATTR: ::c_int = ::ENODATA; | ^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1372:24 | 1372 | pub const SIOCADDRT: ::c_ulong = 0x0000890B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1373:24 | 1373 | pub const SIOCDELRT: ::c_ulong = 0x0000890C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1374:26 | 1374 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1375:26 | 1375 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1376:26 | 1376 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1377:27 | 1377 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1378:27 | 1378 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1379:26 | 1379 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1380:26 | 1380 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1381:29 | 1381 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1382:29 | 1382 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1383:29 | 1383 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1384:29 | 1384 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1385:29 | 1385 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1386:29 | 1386 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1387:28 | 1387 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1388:28 | 1388 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1389:25 | 1389 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1390:25 | 1390 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1391:25 | 1391 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1392:25 | 1392 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1393:28 | 1393 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1394:27 | 1394 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1395:27 | 1395 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1396:28 | 1396 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1397:27 | 1397 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1398:27 | 1398 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1399:27 | 1399 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1400:27 | 1400 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1401:23 | 1401 | pub const SIOCDARP: ::c_ulong = 0x00008953; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1402:23 | 1402 | pub const SIOCGARP: ::c_ulong = 0x00008954; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1403:23 | 1403 | pub const SIOCSARP: ::c_ulong = 0x00008955; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1404:24 | 1404 | pub const SIOCDRARP: ::c_ulong = 0x00008960; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1405:24 | 1405 | pub const SIOCGRARP: ::c_ulong = 0x00008961; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1406:24 | 1406 | pub const SIOCSRARP: ::c_ulong = 0x00008962; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1407:25 | 1407 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1408:25 | 1408 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1559:35 | 1559 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1559 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1571:38 | 1571 | pub fn getspnam(__name: *const ::c_char) -> *mut spwd; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1571 | pub fn getspnam(__name: *const ::c_schar) -> *mut spwd; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1573:34 | 1573 | pub fn shm_open(name: *const c_char, oflag: ::c_int, | ^^^^^^ | help: a builtin type with a similar name exists | 1573 | pub fn shm_open(name: *const char, oflag: ::c_int, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `shmid_ds` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1584:31 | 1584 | buf: *mut ::shmid_ds) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1585:36 | 1585 | pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1585 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `msqid_ds` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1591:59 | 1591 | 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 --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1594:29 | 1594 | msgtyp: ::c_long, msgflg: ::c_int) -> ::ssize_t; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1602:37 | 1602 | pub fn fopen64(filename: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1602 | pub fn fopen64(filename: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1603:33 | 1603 | mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 1603 | mode: *const char) -> *mut ::FILE; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1604:39 | 1604 | pub fn freopen64(filename: *const c_char, mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1604 | pub fn freopen64(filename: *const char, mode: *const c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1604:60 | 1604 | pub fn freopen64(filename: *const c_char, mode: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1604 | pub fn freopen64(filename: *const c_char, mode: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1614:32 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1614 | offset: ::off_t, len: ::off_t) -> ::c_int; | ^^^^^ | help: a type alias with a similar name exists | 1614 | offset: ::loff_t, len: ::off_t) -> ::c_int; | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1614:46 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1614 | offset: ::off_t, len: ::off_t) -> ::c_int; | ^^^^^ | help: a type alias with a similar name exists | 1614 | offset: ::off_t, len: ::loff_t) -> ::c_int; | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1615:51 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1615 | pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, | ^^^^^ | help: a type alias with a similar name exists | 1615 | pub fn posix_fallocate(fd: ::c_int, offset: ::loff_t, | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1616:35 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1616 | len: ::off_t) -> ::c_int; | ^^^^^ | help: a type alias with a similar name exists | 1616 | len: ::loff_t) -> ::c_int; | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1619:34 | 1619 | pub fn getxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1619 | pub fn getxattr(path: *const char, name: *const c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1619:55 | 1619 | pub fn getxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1619 | pub fn getxattr(path: *const c_char, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1621:35 | 1621 | pub fn lgetxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1621 | pub fn lgetxattr(path: *const char, name: *const c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1621:56 | 1621 | pub fn lgetxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1621 | pub fn lgetxattr(path: *const c_char, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1623:53 | 1623 | pub fn fgetxattr(filedes: ::c_int, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1623 | pub fn fgetxattr(filedes: ::c_int, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1625:34 | 1625 | pub fn setxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1625 | pub fn setxattr(path: *const char, name: *const c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1625:55 | 1625 | pub fn setxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1625 | pub fn setxattr(path: *const c_char, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1628:35 | 1628 | pub fn lsetxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1628 | pub fn lsetxattr(path: *const char, name: *const c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1628:56 | 1628 | pub fn lsetxattr(path: *const c_char, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1628 | pub fn lsetxattr(path: *const c_char, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1631:53 | 1631 | pub fn fsetxattr(filedes: ::c_int, name: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1631 | pub fn fsetxattr(filedes: ::c_int, name: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1634:35 | 1634 | pub fn listxattr(path: *const c_char, list: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1634 | pub fn listxattr(path: *const char, list: *mut c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1634:54 | 1634 | pub fn listxattr(path: *const c_char, list: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1634 | pub fn listxattr(path: *const c_char, list: *mut char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1636:36 | 1636 | pub fn llistxattr(path: *const c_char, list: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1636 | pub fn llistxattr(path: *const char, list: *mut c_char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1636:55 | 1636 | pub fn llistxattr(path: *const c_char, list: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1636 | pub fn llistxattr(path: *const c_char, list: *mut char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1638:52 | 1638 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1638 | pub fn flistxattr(filedes: ::c_int, list: *mut char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1640:37 | 1640 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1640 | pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1640:58 | 1640 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1640 | pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1641:38 | 1641 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1641 | pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1641:59 | 1641 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1641 | pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1642:56 | 1642 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; | ^^^^^^ | help: a builtin type with a similar name exists | 1642 | pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1644:36 | 1644 | mask: *const ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1656:30 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1656 | offset: ::off_t) -> ::ssize_t; | ^^^^^ | help: a type alias with a similar name exists | 1656 | offset: ::loff_t) -> ::ssize_t; | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1660:29 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1660 | offset: ::off_t) -> ::ssize_t; | ^^^^^ | help: a type alias with a similar name exists | 1660 | offset: ::loff_t) -> ::ssize_t; | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1662:39 | 1662 | special: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1662 | special: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1664:34 | 1664 | data: *mut ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1664 | data: *mut ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1665:35 | 1665 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1665 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1667:37 | 1667 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1667 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1669:39 | 1669 | msg_ptr: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1669 | msg_ptr: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1673:38 | 1673 | msg_ptr: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1673 | msg_ptr: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1684:42 | 1684 | sigmask: *const ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1686:38 | 1686 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1686 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1687:39 | 1687 | pub fn mkostemps(template: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1687 | pub fn mkostemps(template: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1690:37 | 1690 | pub fn sigtimedwait(set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1693:36 | 1693 | pub fn sigwaitinfo(set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1695:73 | 1695 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1695 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1698:37 | 1698 | host: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1698 | host: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1700:37 | 1700 | serv: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1700 | serv: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1714:40 | 1714 | ... liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1716:40 | 1716 | ... riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1717:38 | 1717 | ... flags: ::c_ulong) -> isize; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1720:41 | 1720 | ... liovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1722:41 | 1722 | ... riovcnt: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1723:39 | 1723 | ... flags: ::c_ulong) -> isize; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1729:56 | 1729 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1729 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1741:33 | 1741 | pub fn glob(pattern: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1741 | pub fn glob(pattern: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1743:57 | 1743 | errfunc: Option /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1751:38 | 1751 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1751 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1753:45 | 1753 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1755:43 | 1755 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1765:38 | 1765 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1765 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1767:51 | 1767 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1767 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1769:39 | 1769 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1769 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1770:41 | 1770 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1770 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1777:27 | 1777 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1777:45 | 1777 | pub fn syscall(num: ::c_long, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1798:36 | 1798 | pub fn umount(target: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1798 | pub fn umount(target: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1819:36 | 1819 | pub fn swapoff(puath: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1819 | pub fn swapoff(puath: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1824:32 | 1824 | pub fn mount(src: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1824 | pub fn mount(src: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1825:35 | 1825 | target: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1825 | target: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1826:35 | 1826 | fstype: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1826 | fstype: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1827:27 | 1827 | flags: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1829:35 | 1829 | pub fn personality(persona: ::c_ulong) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 3 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1835:34 | 1835 | sigmask: *const sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1847:53 | 1847 | pub fn pthread_attr_getguardsize(attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1849:39 | 1849 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1849 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0573]: expected type, found function `sysinfo` --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1853:31 | 1853 | pub fn sysinfo(info: *mut ::sysinfo) -> ::c_int; | ^^^^^^^^^ not a type error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1854:37 | 1854 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1854 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1858:34 | 1858 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1858 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1864:34 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here ... 1864 | offset: *mut off_t, | ^^^^^ | help: a type alias with a similar name exists | 1864 | offset: *mut loff_t, | ^^^^^^ help: consider importing this type alias | 3 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1866:38 | 1866 | 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 --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1870:35 | 1870 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1870 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1881:38 | 1881 | pub fn getgrnam_r(name: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1881 | pub fn getgrnam_r(name: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1883:35 | 1883 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1883 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1886:38 | 1886 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1886 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1889:54 | 1889 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1890:41 | 1890 | ... oldset: *mut sigset_t) -> ::c_int; | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1891:36 | 1891 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1891 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1892:36 | 1892 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1892 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1895:38 | 1895 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1895 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1899:38 | 1899 | pub fn getpwnam_r(name: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1899 | pub fn getpwnam_r(name: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1901:35 | 1901 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1901 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1908:35 | 1908 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1908 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1914:32 | 1914 | pub fn sigwait(set: *const sigset_t, | ^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1920:40 | 1920 | pub fn getgrouplist(user: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1920 | pub fn getgrouplist(user: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1928:34 | 1928 | pub fn popen(command: *const c_char, | ^^^^^^ | help: a builtin type with a similar name exists | 1928 | pub fn popen(command: *const char, | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1929:31 | 1929 | mode: *const c_char) -> *mut ::FILE; | ^^^^^^ | help: a builtin type with a similar name exists | 1929 | mode: *const char) -> *mut ::FILE; | ^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1930:57 | 1930 | pub fn faccessat(dirfd: ::c_int, pathname: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1930 | pub fn faccessat(dirfd: ::c_int, pathname: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1933:42 | 1933 | attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1945:41 | 1945 | pub fn setmntent(filename: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1945 | pub fn setmntent(filename: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1946:35 | 1946 | ty: *const ::c_char) -> *mut ::FILE; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1946 | ty: *const ::c_schar) -> *mut ::FILE; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1951:36 | 1951 | opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1951 | opt: *const ::c_schar) -> *mut ::c_char; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1951:54 | 1951 | opt: *const ::c_char) -> *mut ::c_char; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1951 | opt: *const ::c_char) -> *mut ::c_schar; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1954:39 | 1954 | path: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1954 | path: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1957:44 | 1957 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1957 | argv: *const *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1958:44 | 1958 | envp: *const *mut ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1958 | envp: *const *mut ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1960:39 | 1960 | file: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1960 | file: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1963:45 | 1963 | argv: *const *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1963 | argv: *const *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1964:45 | 1964 | envp: *const *mut ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 1964 | envp: *const *mut ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1968:58 | 1968 | ... default: *mut ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1970:60 | 1970 | ... default: *const ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1972:55 | 1972 | ... default: *mut ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:1974:57 | 1974 | ... default: *const ::sigset_t) -> ::c_int; | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:2005:24 | 2005 | path: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 2005 | path: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 3 | use std::os::raw::c_char; | error[E0412]: cannot find type `off_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:16:25 | 16 | pub aio_offset: off_t, | ^^^^^ not found in this scope | help: consider importing this type alias | 1 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:19:30 | 19 | __glibc_reserved: [::c_char; 32] | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 19 | __glibc_reserved: [::c_schar; 32] | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:35:25 | 35 | pub ut_line: [::c_char; __UT_LINESIZE], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 35 | pub ut_line: [::c_schar; __UT_LINESIZE], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:36:23 | 36 | pub ut_id: [::c_char; 4], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 36 | pub ut_id: [::c_schar; 4], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:38:25 | 38 | pub ut_user: [::c_char; __UT_NAMESIZE], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 38 | pub ut_user: [::c_schar; __UT_NAMESIZE], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:39:25 | 39 | pub ut_host: [::c_char; __UT_HOSTSIZE], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 39 | pub ut_host: [::c_schar; __UT_HOSTSIZE], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:65:30 | 65 | __glibc_reserved: [::c_char; 20], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 65 | __glibc_reserved: [::c_schar; 20], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `sigset_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:70:24 | 70 | pub sa_mask: ::sigset_t, | ^^^^^^^^ not found in the crate root error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:96:35 | 96 | pub gl_pathv: *mut *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 96 | pub gl_pathv: *mut *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `__fsword_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:108:21 | 108 | pub f_type: __fsword_t, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `__fsword_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:109:22 | 109 | pub f_bsize: __fsword_t, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `fsblkcnt_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:110:25 | 110 | pub f_blocks: ::fsblkcnt_t, | ^^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `fsblkcnt_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:111:24 | 111 | pub f_bfree: ::fsblkcnt_t, | ^^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `fsblkcnt_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:112:25 | 112 | pub f_bavail: ::fsblkcnt_t, | ^^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `fsfilcnt_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:114:24 | 114 | pub f_files: ::fsfilcnt_t, | ^^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `fsfilcnt_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:115:24 | 115 | pub f_ffree: ::fsfilcnt_t, | ^^^^^^^^^^ not found in the crate root error[E0412]: cannot find type `__fsword_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:118:24 | 118 | pub f_namelen: __fsword_t, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `__fsword_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:119:23 | 119 | pub f_frsize: __fsword_t, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `__fsword_t` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:120:19 | 120 | f_spare: [__fsword_t; 5], | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find value `NCCS` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:145:30 | 145 | pub c_cc: [::cc_t; ::NCCS], | ^^^^ not found in the crate root error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:155:24 | 155 | pub l_start: ::off_t, | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 155 | pub l_start: ::loff_t, | ^^^^^^ help: consider importing this type alias | 1 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `off_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:156:22 | 156 | pub l_len: ::off_t, | ^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:18:1 | 18 | pub type loff_t = ::c_longlong; | ------------------------------- similarly named type alias `loff_t` defined here | help: a type alias with a similar name exists | 156 | pub l_len: ::loff_t, | ^^^^^^ help: consider importing this type alias | 1 | use std::os::unix::raw::off_t; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:165:20 | 165 | __size: [::c_char; 32], | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 165 | __size: [::c_schar; 32], | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:166:21 | 166 | __align: [::c_long; 0], | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:221:24 | 221 | pub rt_pad1: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:227:24 | 227 | pub rt_pad3: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:235:28 | 235 | pub rt_dev: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 235 | pub rt_dev: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:236:23 | 236 | pub rt_mtu: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:237:26 | 237 | pub rt_window: ::c_ulong, | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `rlim_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:259:28 | 259 | pub const RLIM_INFINITY: ::rlim_t = !0; | ^^^^^^ help: a struct with a similar name exists: `rlimit` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `rlimit` defined here error[E0425]: cannot find value `O_NONBLOCK` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:263:36 | 263 | pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK; | ^^^^^^^^^^ help: a constant with a similar name exists: `MAP_NONBLOCK` ... 307 | pub const MAP_NONBLOCK: ::c_int = 0x010000; | ------------------------------------------- similarly named constant `MAP_NONBLOCK` defined here error[E0425]: cannot find value `EOPNOTSUPP` in this scope --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:310:30 | 310 | pub const ENOTSUP: ::c_int = EOPNOTSUPP; | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:447:26 | 447 | pub const ST_RELATIME: ::c_ulong = 4096; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:450:31 | 450 | pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:451:31 | 451 | pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:452:31 | 452 | pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:453:27 | 453 | pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:454:30 | 454 | pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:455:31 | 455 | pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:456:31 | 456 | pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:457:31 | 457 | pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:458:31 | 458 | pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:459:30 | 459 | pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:460:32 | 460 | pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:461:32 | 461 | pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:462:32 | 462 | pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:463:33 | 463 | pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:464:33 | 464 | pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:465:34 | 465 | pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:466:32 | 466 | pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:467:30 | 467 | pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:468:30 | 468 | pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:469:35 | 469 | pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:470:31 | 470 | pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:471:31 | 471 | pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:472:35 | 472 | pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:473:30 | 473 | pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:474:26 | 474 | pub const TMPFS_MAGIC: ::c_long = 0x01021994; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_long` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:475:36 | 475 | pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:515:24 | 515 | pub const TIOCLINUX: ::c_ulong = 0x541C; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:516:26 | 516 | pub const TIOCGSERIAL: ::c_ulong = 0x541E; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:846:37 | 846 | pub fn utmpxname(file: *const ::c_char) -> ::c_int; | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 846 | pub fn utmpxname(file: *const ::c_schar) -> ::c_int; | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:858:42 | 858 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:861:37 | 861 | pub fn glob64(pattern: *const ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 861 | pub fn glob64(pattern: *const ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:863:68 | 863 | errfunc: ::dox::Option /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:868:48 | 868 | pub fn ptrace(request: ::c_uint, ...) -> ::c_long; | ^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_long; | error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:869:55 | 869 | pub fn pthread_attr_getaffinity_np(attr: *const ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `pthread_attr_t` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:872:53 | 872 | pub fn pthread_attr_setaffinity_np(attr: *mut ::pthread_attr_t, | ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t` | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:42:13 | 42 | pub struct $i { $($field)* } | ------------- similarly named struct `pthread_cond_t` defined here error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:891:31 | 891 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_ulong` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:891:45 | 891 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong; | ^^^^^^^ not found in the crate root | help: consider importing this type alias | 1 | use std::os::raw::c_ulong; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:895:35 | 895 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 895 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | error[E0412]: cannot find type `c_char` in the crate root --> /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:902:35 | 902 | buf: *mut ::c_char, | ^^^^^^ | ::: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:132:9 | 132 | pub type c_schar = i8; | ---------------------- similarly named type alias `c_schar` defined here | help: a type alias with a similar name exists | 902 | buf: *mut ::c_schar, | ^^^^^^^ help: consider importing this type alias | 1 | use std::os::raw::c_char; | Some errors have detailed explanations: E0412, E0425, E0573. For more information about an error, try `rustc --explain E0412`. error: could not compile `libc` due to 648 previous errors warning: build failed, waiting for other jobs to finish... error: build failed ==> ERROR: A failure occurred in build().  Aborting...