Build results for nightly-2023-08-16 target mipsisa64r6el-unknown-linux-gnuabi64 miri-std
error
Preparing a sysroot for Miri (target: mipsisa64r6el-unknown-linux-gnuabi64)...
Compiling compiler_builtins v0.1.100
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.147
Compiling cc v1.0.79
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Compiling unwind v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
Checking alloc v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
Checking cfg-if v1.0.0
Checking adler v1.0.2
Checking rustc-demangle v0.1.23
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:56:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
56 | pub gr_name: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
56 | pub gr_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
156+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
56 - pub gr_name: *mut ::c_char,
56 + pub gr_name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:57:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
57 | pub gr_passwd: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
57 | pub gr_passwd: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
156+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
57 - pub gr_passwd: *mut ::c_char,
57 + pub gr_passwd: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:59:33
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
59 | pub gr_mem: *mut *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
59 | pub gr_mem: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
156+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
59 - pub gr_mem: *mut *mut ::c_char,
59 + pub gr_mem: *mut *mut c_char,
|
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:63:21
|
63 | pub actime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:64:22
|
64 | pub modtime: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:68:21
|
68 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `suseconds_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:69:22
|
69 | pub tv_usec: suseconds_t,
| ^^^^^^^^^^^ help: a type alias with a similar name exists: `useconds_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3:1
|
3 | pub type useconds_t = u32;
| -------------------------- similarly named type alias `useconds_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:75:21
|
75 | pub tv_sec: time_t,
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:79:24
|
79 | pub tv_nsec: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
156+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
79 - pub tv_nsec: ::c_long,
79 + pub tv_nsec: c_long,
|
error[E0412]: cannot find type `rlim_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:83:23
|
83 | pub rlim_cur: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:84:23
|
84 | pub rlim_max: rlim_t,
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:90:24
|
90 | pub ru_maxrss: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
156+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:93:23
|
93 | pub ru_ixrss: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
156+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:96:23
|
96 | pub ru_idrss: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
156+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:99:23
|
99 | pub ru_isrss: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
156+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:102:24
|
102 | pub ru_minflt: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:105:24
|
105 | pub ru_majflt: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:108:23
|
108 | pub ru_nswap: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:111:25
|
111 | pub ru_inblock: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:114:25
|
114 | pub ru_oublock: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:117:24
|
117 | pub ru_msgsnd: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:120:24
|
120 | pub ru_msgrcv: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:123:26
|
123 | pub ru_nsignals: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:126:23
|
126 | pub ru_nvcsw: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:129:24
|
129 | pub ru_nivcsw: c_long,
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:146:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
146 | pub h_name: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
146 | pub h_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
146 - pub h_name: *mut ::c_char,
146 + pub h_name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:147:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
147 | pub h_aliases: *mut *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
147 | pub h_aliases: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
147 - pub h_aliases: *mut *mut ::c_char,
147 + pub h_aliases: *mut *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:150:38
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
150 | pub h_addr_list: *mut *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
150 | pub h_addr_list: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
150 - pub h_addr_list: *mut *mut ::c_char,
150 + pub h_addr_list: *mut *mut c_char,
|
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:189:26
|
189 | pub tms_utime: ::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:4:1
|
4 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:190:26
|
190 | pub tms_stime: ::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:4:1
|
4 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:191:27
|
191 | pub tms_cutime: ::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:4:1
|
4 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:192:27
|
192 | pub tms_cstime: ::clock_t,
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:4:1
|
4 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:196:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
196 | pub s_name: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
196 | pub s_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
196 - pub s_name: *mut ::c_char,
196 + pub s_name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:197:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
197 | pub s_aliases: *mut *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
197 | pub s_aliases: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
197 - pub s_aliases: *mut *mut ::c_char,
197 + pub s_aliases: *mut *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:199:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
199 | pub s_proto: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
199 | pub s_proto: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
199 - pub s_proto: *mut ::c_char,
199 + pub s_proto: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:203:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
203 | pub p_name: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
203 | pub p_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
203 - pub p_name: *mut ::c_char,
203 + pub p_name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:204:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
204 | pub p_aliases: *mut *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
204 | pub p_aliases: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
204 - pub p_aliases: *mut *mut ::c_char,
204 + pub p_aliases: *mut *mut c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:471:35
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
471 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
471 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:471:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
471 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
471 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:476:37
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
476 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
476 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:476:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
476 | pub fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
476 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:480:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
480 | pub fn remove(filename: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
480 | pub fn remove(filename: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:481:35
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
481 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
481 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:481:59
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
481 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
481 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:483:52
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
483 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
483 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:484:48
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
484 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
484 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar);
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:488:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
488 | 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
|
488 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:488:73
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
488 | 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
|
488 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:494:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
494 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
494 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:495:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
495 | pub fn puts(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
495 | pub fn puts(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:503:45
|
503 | 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
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:504:40
|
504 | pub fn ftell(stream: *mut FILE) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:513:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
513 | pub fn perror(s: *const c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
513 | pub fn perror(s: *const c_schar);
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:514:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
514 | pub fn atof(s: *const c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
514 | pub fn atof(s: *const c_schar) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:515:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
515 | pub fn atoi(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
515 | pub fn atoi(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:516:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
516 | pub fn atol(s: *const c_char) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
516 | pub fn atol(s: *const c_schar) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:516:38
|
516 | pub fn atol(s: *const c_char) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:517:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
517 | pub fn atoll(s: *const c_char) -> c_longlong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
517 | pub fn atoll(s: *const c_schar) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:522:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
522 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:522:53
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
522 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:523:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
523 | pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:523:53
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
523 | pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:524:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
524 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:524:53
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:524:77
|
524 | pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:525:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
525 | pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:525:54
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
525 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:526:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
526 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:526:54
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_ulong` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:526:78
|
526 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong;
| ^^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_ulong;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:527:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
527 | pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:527:55
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
527 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:539:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
539 | pub fn system(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
539 | pub fn system(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:540:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
540 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
540 | pub fn getenv(s: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:540:45
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
540 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
540 | pub fn getenv(s: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:542:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
542 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:542:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
542 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:542:65
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
542 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:543:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
543 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:543:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
543 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:543:77
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
543 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:544:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
544 | pub fn stpcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:544:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
544 | pub fn stpcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:544:65
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
544 | pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:545:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
545 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:545:46
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
545 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:545:62
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
545 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:546:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
546 | 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
|
546 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:546:47
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
546 | 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
|
546 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:546:74
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
546 | 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
|
546 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:547:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
547 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
547 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:547:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
547 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
547 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:548:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
548 | 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
|
548 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:548:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
548 | 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
|
548 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:549:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
549 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
549 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:549:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
549 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
549 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:550:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
550 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:550:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
550 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:551:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
551 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:551:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
551 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:552:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
552 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
552 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:552:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
552 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
552 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:553:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
553 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
553 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:553:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
553 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
553 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:554:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
554 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
554 | pub fn strdup(cs: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:554:46
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
554 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
554 | pub fn strdup(cs: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:555:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
555 | pub fn strndup(cs: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:555:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
555 | pub fn strndup(cs: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:556:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
556 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:556:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
556 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:556:66
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
556 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:557:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
557 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:557:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
557 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:557:65
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
557 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:558:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
558 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:558:53
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
558 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:559:35
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
559 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:559:54
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_char, n: size_t) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
559 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:560:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
560 | pub fn strlen(cs: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
560 | pub fn strlen(cs: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:561:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
561 | pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
561 | pub fn strnlen(cs: *const c_schar, maxlen: size_t) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:566:39
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
566 | pub fn strerror(n: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
566 | pub fn strerror(n: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:567:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
567 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:567:45
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
567 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:567:61
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
567 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:568:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
568 | pub fn strtok_r(s: *mut c_schar, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:568:47
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
568 | pub fn strtok_r(s: *mut c_char, t: *const c_schar, p: *mut *mut c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:568:68
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:568:84
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
568 | pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:569:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
569 | 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
|
569 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:569:47
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
569 | 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
|
569 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:570:42
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
570 | pub fn strsignal(sig: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
570 | pub fn strsignal(sig: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:571:31
|
571 | pub fn wcslen(buf: *const wchar_t) -> size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:572:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
572 | 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
|
572 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:572:52
|
572 | pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:575:31
|
575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:575:43
|
575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:575:71
|
575 | pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:584:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
584 | pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
| ^^^^^^
|
help: a type alias with a similar name exists
|
584 | pub fn getpwnam(name: *const ::c_schar) -> *mut passwd;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
584 - pub fn getpwnam(name: *const ::c_char) -> *mut passwd;
584 + pub fn getpwnam(name: *const c_char) -> *mut passwd;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:588:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
588 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
588 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
588 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
588 + pub fn fprintf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:589:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
589 | pub fn printf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
589 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
589 - pub fn printf(format: *const ::c_char, ...) -> ::c_int;
589 + pub fn printf(format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:590:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
590 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
590 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
590 + pub fn snprintf(s: *mut c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:590:69
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
590 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
590 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
590 + pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:591:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
591 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
591 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
591 + pub fn sprintf(s: *mut c_char, format: *const ::c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:591:55
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
591 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
591 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
591 + pub fn sprintf(s: *mut ::c_char, format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:596:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
596 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
596 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
596 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
596 + pub fn fscanf(stream: *mut ::FILE, format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:601:35
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
601 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
601 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
601 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
601 + pub fn scanf(format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:606:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
606 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
606 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
606 + pub fn sscanf(s: *const c_char, format: *const ::c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:606:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
606 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
606 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
606 + pub fn sscanf(s: *const ::c_char, format: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:723:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
723 | pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
723 | pub fn chmod(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:739:45
|
739 | pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int;
| ^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:741:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
741 | pub fn mkdir(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
741 | pub fn mkdir(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:752:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
752 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
752 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:752:48
|
752 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:759:45
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
759 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
759 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:766:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
766 | pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
766 | pub fn open(path: *const c_schar, oflag: ::c_int, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:771:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
771 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
771 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:787:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
787 | pub fn opendir(dirname: *const c_char) -> *mut ::DIR;
| ^^^^^^
|
help: a type alias with a similar name exists
|
787 | pub fn opendir(dirname: *const c_schar) -> *mut ::DIR;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:816:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
816 | pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
816 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
816 - pathname: *const ::c_char,
816 + pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:823:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
823 | pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
823 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
823 - pathname: *const ::c_char,
823 + pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:838:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
838 | pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
838 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
838 - pathname: *const ::c_char,
838 + pathname: *const c_char,
|
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:839:19
|
839 | buf: *mut stat,
| ^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:844:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
844 | oldpath: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
844 | oldpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
844 - oldpath: *const ::c_char,
844 + oldpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:846:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
846 | newpath: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
846 | newpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
846 - newpath: *const ::c_char,
846 + newpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:851:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
851 | oldpath: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
851 | oldpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
851 - oldpath: *const ::c_char,
851 + oldpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:853:27
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
853 | newpath: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
853 | newpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
853 - newpath: *const ::c_char,
853 + newpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:856:26
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
856 | target: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
856 | target: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
856 - target: *const ::c_char,
856 + target: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:858:28
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
858 | linkpath: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
858 | linkpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
858 - linkpath: *const ::c_char,
858 + linkpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:860:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
860 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
860 | pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_schar, flags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
860 - pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int;
860 + pub fn unlinkat(dirfd: ::c_int, pathname: *const c_char, flags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:862:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
862 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
862 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:864:30
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
864 | pub fn chdir(dir: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
864 | pub fn chdir(dir: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:866:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
866 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
866 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:871:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
871 | pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
871 | pub fn lchown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:883:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
883 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
883 | pub fn execl(path: *const c_schar, arg0: *const c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:883:52
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
883 | pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
883 | pub fn execl(path: *const c_char, arg0: *const c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:884:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
884 | pub fn execle(path: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
884 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
884 + pub fn execle(path: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:884:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
884 | pub fn execle(path: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
884 - pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
884 + pub fn execle(path: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:885:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
885 | pub fn execlp(file: *const ::c_schar, arg0: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
885 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
885 + pub fn execlp(file: *const c_char, arg0: *const ::c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:885:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
885 | pub fn execlp(file: *const ::c_char, arg0: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
885 - pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int;
885 + pub fn execlp(file: *const ::c_char, arg0: *const c_char, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:886:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
886 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
886 | pub fn execv(prog: *const c_schar, argv: *const *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:886:59
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
886 | pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
886 | pub fn execv(prog: *const c_char, argv: *const *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:888:22
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
888 | prog: *const c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
888 | prog: *const c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:889:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
889 | argv: *const *const c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
889 | argv: *const *const c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:890:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
890 | envp: *const *const c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
890 | envp: *const *const c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:892:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
892 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
892 | pub fn execvp(c: *const c_schar, argv: *const *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:892:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
892 | pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
892 | pub fn execvp(c: *const c_char, argv: *const *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:894:58
|
894 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:895:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
895 | pub fn getcwd(buf: *mut c_schar, size: ::size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:895:61
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
895 | pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:901:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
901 | pub fn getlogin() -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
901 | pub fn getlogin() -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:906:52
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:906:75
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
906 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:913:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
913 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
913 | pub fn link(src: *const c_schar, dst: *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:913:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
913 | pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
913 | pub fn link(src: *const c_char, dst: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:914:39
|
914 | pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:914:66
|
914 | pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:915:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
915 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
915 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:915:60
|
915 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1567+ use ffi::c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:923:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
923 | pub fn rmdir(path: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
923 | pub fn rmdir(path: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:945:41
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
945 | pub fn ttyname(fd: ::c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
945 | pub fn ttyname(fd: ::c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:951:45
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
951 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
951 | pub fn ttyname_r(fd: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:952:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
952 | pub fn unlink(c: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
952 | pub fn unlink(c: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:972:76
|
972 | pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:977:79
|
977 | pub fn pwrite(fd: ::c_int, buf: *const ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:981:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
981 | pub fn utime(file: *const c_char, buf: *const utimbuf) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
981 | pub fn utime(file: *const c_schar, buf: *const utimbuf) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567+ use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1009:17
|
1009 | offset: off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1017:42
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1017 | pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1017 | pub fn if_nametoindex(ifname: *const c_schar) -> ::c_uint;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1018:61
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1018 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1018 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1018:79
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1018 | pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1018 - pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut ::c_char;
1018 + pub fn if_indextoname(ifindex: ::c_uint, ifname: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1029:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1029 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1029 | pub fn lstat(path: *const c_schar, buf: *mut stat) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0573]: expected type, found function `stat`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1029:49
|
1029 | pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1041:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1041 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1041 | pub fn setenv(name: *const c_schar, val: *const c_char, overwrite: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1041:52
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1041 | pub fn setenv(name: *const c_char, val: *const c_char, overwrite: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1041 | pub fn setenv(name: *const c_char, val: *const c_schar, overwrite: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1047:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1047 | pub fn unsetenv(name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1047 | pub fn unsetenv(name: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1049:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1049 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1049 | pub fn symlink(path1: *const c_schar, path2: *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1049:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1049 | pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1049 | pub fn symlink(path1: *const c_char, path2: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1051:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1051 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1051 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1051:50
|
1051 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1052:43
|
1052 | pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1068:40
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1068 | pub fn realpath(pathname: *const ::c_schar, resolved: *mut ::c_char) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1068 + pub fn realpath(pathname: *const c_char, resolved: *mut ::c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1068:65
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1068 + pub fn realpath(pathname: *const ::c_char, resolved: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1068:83
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1068 | pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1068 - pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char;
1068 + pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `clock_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1073:40
|
1073 | pub fn times(buf: *mut ::tms) -> ::clock_t;
| ^^^^^^^ help: a type alias with a similar name exists: `clockid_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:4:1
|
4 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1082:43
|
1082 | pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1083:46
|
1083 | pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1084:51
|
1084 | pub fn pthread_attr_setstacksize(attr: *mut ::pthread_attr_t, stack_size: ::size_t) -> ::c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1085:53
|
1085 | pub fn pthread_attr_setdetachstate(attr: *mut ::pthread_attr_t, state: ::c_int) -> ::c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1191:38
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1191 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1191 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
1191 + pub fn utimes(filename: *const c_char, times: *const ::timeval) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1192:38
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1192 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1192 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1192 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1192 + pub fn dlopen(filename: *const c_char, flag: ::c_int) -> *mut ::c_void;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1193:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1193 | pub fn dlerror() -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1193 | pub fn dlerror() -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1193 - pub fn dlerror() -> *mut ::c_char;
1193 + pub fn dlerror() -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1194:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1194 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1194 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1194 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
1194 + pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *mut ::c_void;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1205:22
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1205 | node: *const c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1205 | node: *const c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1206:25
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | service: *const c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1206 | service: *const c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1217:52
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1217 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1217 | pub fn hstrerror(errcode: ::c_int) -> *const ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1217 - pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
1217 + pub fn hstrerror(errcode: ::c_int) -> *const c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1218:55
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1218 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1218 | pub fn gai_strerror(errcode: ::c_int) -> *const ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1218 - pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
1218 + pub fn gai_strerror(errcode: ::c_int) -> *const c_char;
|
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1245:36
|
1245 | pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1249:39
|
1249 | pub fn localtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1257:35
|
1257 | pub fn mktime(tm: *mut tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1261:28
|
1261 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1261:39
|
1261 | pub fn time(time: *mut time_t) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1265:34
|
1265 | pub fn gmtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1269:37
|
1269 | pub fn localtime(time_p: *const time_t) -> *mut tm;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1273:28
|
1273 | pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1273:43
|
1273 | pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1277:37
|
1277 | pub fn timegm(tm: *mut ::tm) -> time_t;
| ^^^^^^ help: a type alias with a similar name exists: `timer_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:5:1
|
5 | pub type timer_t = *mut ::c_void;
| --------------------------------- similarly named type alias `timer_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1284:37
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1284 | pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1284 | pub fn mknod(pathname: *const ::c_schar, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1284 - pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
1284 + pub fn mknod(pathname: *const c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1285:37
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1285 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1285 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1285 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
1285 + pub fn gethostname(name: *mut c_char, len: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1287:41
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1287 | pub fn getservbyname(name: *const ::c_schar, proto: *const ::c_char) -> *mut servent;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1287 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1287 + pub fn getservbyname(name: *const c_char, proto: *const ::c_char) -> *mut servent;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1287:65
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1287 | pub fn getservbyname(name: *const ::c_char, proto: *const ::c_schar) -> *mut servent;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1287 - pub fn getservbyname(name: *const ::c_char, proto: *const ::c_char) -> *mut servent;
1287 + pub fn getservbyname(name: *const ::c_char, proto: *const c_char) -> *mut servent;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1288:57
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1288 | pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1288 | pub fn getservbyport(port: ::c_int, proto: *const ::c_schar) -> *mut servent;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1288 - pub fn getservbyport(port: ::c_int, proto: *const ::c_char) -> *mut servent;
1288 + pub fn getservbyport(port: ::c_int, proto: *const c_char) -> *mut servent;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1291:42
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1291 | pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1291 | pub fn getprotobyname(name: *const ::c_schar) -> *mut protoent;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1291 - pub fn getprotobyname(name: *const ::c_char) -> *mut protoent;
1291 + pub fn getprotobyname(name: *const c_char) -> *mut protoent;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1293:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1293 | pub fn chroot(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1293 | pub fn chroot(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1293 - pub fn chroot(name: *const ::c_char) -> ::c_int;
1293 + pub fn chroot(name: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1316:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1316 | pub fn putenv(string: *mut c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1316 | pub fn putenv(string: *mut c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1339:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1339 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1339 + pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1339:76
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1339 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1339 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1339 + pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1349:33
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1349 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1349 | pub fn statvfs(path: *const c_schar, buf: *mut statvfs) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0573]: expected type, found function `statvfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1349:51
|
1349 | pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> ::c_int;
| ^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1350:44
|
1350 | pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int;
| ^^^^^^^ not a type
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1353:34
|
1353 | pub fn sigemptyset(set: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1355:32
|
1355 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1357:33
|
1357 | pub fn sigfillset(set: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1359:32
|
1359 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1361:36
|
1361 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1364:50
|
1364 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1364:73
|
1364 | pub fn sigprocmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1366:33
|
1366 | pub fn sigpending(set: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1368:40
|
1368 | pub fn sysconf(name: ::c_int) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1567 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1368 - pub fn sysconf(name: ::c_int) -> ::c_long;
1368 + pub fn sysconf(name: ::c_int) -> c_long;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1370:32
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1370 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1370 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1372:50
|
1372 | pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1373:45
|
1373 | pub fn ftello(stream: *mut ::FILE) -> ::off_t;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1389:37
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1389 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1389 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1389 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
1389 + pub fn mkstemp(template: *mut c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1390:37
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1390 | pub fn mkdtemp(template: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1390 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1390 + pub fn mkdtemp(template: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1390:55
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1390 | pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1390 - pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char;
1390 + pub fn mkdtemp(template: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1392:31
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1392 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1392 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1392 + pub fn tmpnam(ptr: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1392:49
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1392 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1392 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1392 + pub fn tmpnam(ptr: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1394:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1394 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1394 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int);
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1394 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
1394 + pub fn openlog(ident: *const c_char, logopt: ::c_int, facility: ::c_int);
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1398:56
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1398 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1398 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...);
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1398 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
1398 + pub fn syslog(priority: ::c_int, message: *const c_char, ...);
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1407:43
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1407 | pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1407 | pub fn ptsname(fd: ::c_int) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1407 - pub fn ptsname(fd: ::c_int) -> *mut ::c_char;
1407 + pub fn ptsname(fd: ::c_int) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1410:34
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1410 | pub fn strcasestr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1410:53
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1410:69
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1410 | pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1411:39
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1411 | pub fn getline(lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1411 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1413:52
|
1413 | pub fn lockf(fd: ::c_int, cmd: ::c_int, len: ::off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1423:38
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1423 | pub fn stpncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1423:58
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1423:85
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1423 | pub fn stpncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `wchar_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1440:32
|
1440 | ptr: *mut *mut wchar_t,
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1455:63
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1455 | pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1455 - pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char,
1455 + pub fn mkdirat(dirfd: ::c_int, pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1457:62
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1457 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1457 | pub fn openat(dirfd: ::c_int, pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1457 - pub fn openat(dirfd: ::c_int, pathname: *const ::c_char,
1457 + pub fn openat(dirfd: ::c_int, pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1511:36
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1511 | pathname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1511 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1511 - pathname: *const ::c_char,
1511 + pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1512:29
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1512 | buf: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1512 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1512 - buf: *mut ::c_char,
1512 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1514:74
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1514 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1514 | pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_schar) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1515:50
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1515 | pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1515 | pub fn open_memstream(ptr: *mut *mut c_schar, sizeloc: *mut size_t) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0573]: expected type, found function `sigaction`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1520:29
|
1520 | act: *const sigaction,
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `sigaction`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1521:30
|
1521 | oldact: *mut sigaction
| ^^^^^^^^^ not a type
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1523:42
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1523 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1523 | pub fn readlink(path: *const c_schar, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1523:60
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1523 | pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1523 | pub fn readlink(path: *const c_char, buf: *mut c_schar, bufsz: ::size_t) -> ::ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
1567 + use ffi::c_char;
|
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:1539:33
|
1539 | sigmask: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:42:25
|
42 | pub sa_data: [::c_char; 14],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
42 | pub sa_data: [::c_schar; 14],
| ~~~~~~~
help: consider importing this type alias
|
189+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
42 - pub sa_data: [::c_char; 14],
42 + pub sa_data: [c_char; 14],
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:73:32
|
73 | pub ai_canonname: *mut c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
73 | pub ai_canonname: *mut char,
| ~~~~
help: consider importing this type alias
|
189+ use ffi::c_char;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:92:22
|
92 | fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
189+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
92 - fds_bits: [::c_ulong; FD_SETSIZE / ULONG_SIZE],
92 + fds_bits: [c_ulong; FD_SETSIZE / ULONG_SIZE],
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:105:26
|
105 | pub tm_gmtoff: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
105 - pub tm_gmtoff: ::c_long,
105 + pub tm_gmtoff: c_long,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:106:31
|
106 | pub tm_zone: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
106 | pub tm_zone: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
106 - pub tm_zone: *const ::c_char,
106 + pub tm_zone: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:122:33
|
122 | pub dli_fname: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
122 | pub dli_fname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
122 - pub dli_fname: *const ::c_char,
122 + pub dli_fname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:124:33
|
124 | pub dli_sname: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
124 | pub dli_sname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
124 - pub dli_sname: *const ::c_char,
124 + pub dli_sname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:129:35
|
129 | pub decimal_point: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
129 | pub decimal_point: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
129 - pub decimal_point: *mut ::c_char,
129 + pub decimal_point: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:130:35
|
130 | pub thousands_sep: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
130 | pub thousands_sep: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
130 - pub thousands_sep: *mut ::c_char,
130 + pub thousands_sep: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:131:30
|
131 | pub grouping: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
131 | pub grouping: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
131 - pub grouping: *mut ::c_char,
131 + pub grouping: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:132:37
|
132 | pub int_curr_symbol: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
132 | pub int_curr_symbol: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
132 - pub int_curr_symbol: *mut ::c_char,
132 + pub int_curr_symbol: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:133:37
|
133 | pub currency_symbol: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
133 | pub currency_symbol: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
133 - pub currency_symbol: *mut ::c_char,
133 + pub currency_symbol: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:134:39
|
134 | pub mon_decimal_point: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
134 | pub mon_decimal_point: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
134 - pub mon_decimal_point: *mut ::c_char,
134 + pub mon_decimal_point: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:135:39
|
135 | pub mon_thousands_sep: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
135 | pub mon_thousands_sep: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
135 - pub mon_thousands_sep: *mut ::c_char,
135 + pub mon_thousands_sep: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:136:34
|
136 | pub mon_grouping: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
136 | pub mon_grouping: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
136 - pub mon_grouping: *mut ::c_char,
136 + pub mon_grouping: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:137:35
|
137 | pub positive_sign: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
137 | pub positive_sign: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
137 - pub positive_sign: *mut ::c_char,
137 + pub positive_sign: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:138:35
|
138 | pub negative_sign: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
138 | pub negative_sign: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
138 - pub negative_sign: *mut ::c_char,
138 + pub negative_sign: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:139:32
|
139 | pub int_frac_digits: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
139 | pub int_frac_digits: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
139 - pub int_frac_digits: ::c_char,
139 + pub int_frac_digits: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:140:28
|
140 | pub frac_digits: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
140 | pub frac_digits: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
140 - pub frac_digits: ::c_char,
140 + pub frac_digits: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:141:30
|
141 | pub p_cs_precedes: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
141 | pub p_cs_precedes: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
141 - pub p_cs_precedes: ::c_char,
141 + pub p_cs_precedes: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:142:31
|
142 | pub p_sep_by_space: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
142 | pub p_sep_by_space: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
142 - pub p_sep_by_space: ::c_char,
142 + pub p_sep_by_space: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:143:30
|
143 | pub n_cs_precedes: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
143 | pub n_cs_precedes: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
143 - pub n_cs_precedes: ::c_char,
143 + pub n_cs_precedes: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:144:31
|
144 | pub n_sep_by_space: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
144 | pub n_sep_by_space: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
144 - pub n_sep_by_space: ::c_char,
144 + pub n_sep_by_space: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:145:28
|
145 | pub p_sign_posn: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
145 | pub p_sign_posn: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
145 - pub p_sign_posn: ::c_char,
145 + pub p_sign_posn: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:146:28
|
146 | pub n_sign_posn: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
146 | pub n_sign_posn: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
146 - pub n_sign_posn: ::c_char,
146 + pub n_sign_posn: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:147:34
|
147 | pub int_p_cs_precedes: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
147 | pub int_p_cs_precedes: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
147 - pub int_p_cs_precedes: ::c_char,
147 + pub int_p_cs_precedes: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:148:35
|
148 | pub int_p_sep_by_space: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
148 | pub int_p_sep_by_space: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
148 - pub int_p_sep_by_space: ::c_char,
148 + pub int_p_sep_by_space: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:149:34
|
149 | pub int_n_cs_precedes: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
149 | pub int_n_cs_precedes: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
149 - pub int_n_cs_precedes: ::c_char,
149 + pub int_n_cs_precedes: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:150:35
|
150 | pub int_n_sep_by_space: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
150 | pub int_n_sep_by_space: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
150 - pub int_n_sep_by_space: ::c_char,
150 + pub int_n_sep_by_space: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:151:32
|
151 | pub int_p_sign_posn: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
151 | pub int_p_sign_posn: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
151 - pub int_p_sign_posn: ::c_char,
151 + pub int_p_sign_posn: c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:152:32
|
152 | pub int_n_sign_posn: ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
152 | pub int_n_sign_posn: ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
152 - pub int_n_sign_posn: ::c_char,
152 + pub int_n_sign_posn: c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:163:28
|
163 | pub ifa_name: *mut c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
163 | pub ifa_name: *mut char,
| ~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:179:23
|
179 | rtmsg_info: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
179 - rtmsg_info: ::c_ulong,
179 + rtmsg_info: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:189:25
|
189 | pub arp_dev: [::c_char; 16],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
189 | pub arp_dev: [::c_schar; 16],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
189 - pub arp_dev: [::c_char; 16],
189 + pub arp_dev: [c_char; 16],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:229:26
|
229 | pub sun_path: [::c_char; 108]
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
229 | pub sun_path: [::c_schar; 108]
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
229 - pub sun_path: [::c_char; 108]
229 + pub sun_path: [c_char; 108]
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:242:25
|
242 | pub sysname: [::c_char; 65],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
242 | pub sysname: [::c_schar; 65],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
242 - pub sysname: [::c_char; 65],
242 + pub sysname: [c_char; 65],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:243:26
|
243 | pub nodename: [::c_char; 65],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
243 | pub nodename: [::c_schar; 65],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
243 - pub nodename: [::c_char; 65],
243 + pub nodename: [c_char; 65],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:244:25
|
244 | pub release: [::c_char; 65],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
244 | pub release: [::c_schar; 65],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
244 - pub release: [::c_char; 65],
244 + pub release: [c_char; 65],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:245:25
|
245 | pub version: [::c_char; 65],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
245 | pub version: [::c_schar; 65],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
245 - pub version: [::c_char; 65],
245 + pub version: [c_char; 65],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:246:25
|
246 | pub machine: [::c_char; 65],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
246 | pub machine: [::c_schar; 65],
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
246 - pub machine: [::c_char; 65],
246 + pub machine: [c_char; 65],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:247:28
|
247 | pub domainname: [::c_char; 65]
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
247 | pub domainname: [::c_schar; 65]
| ~~~~~~~
help: consider importing this type alias
|
1893+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
247 - pub domainname: [::c_char; 65]
247 + pub domainname: [c_char; 65]
|
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:510:35
|
510 | pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
| ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3318:1
|
3318 | pub const IN_CLOEXEC: ::c_int = O_CLOEXEC;
| ------------------------------------------ similarly named constant `IN_CLOEXEC` defined here
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:614:24
|
614 | pub const MS_RDONLY: ::c_ulong = 0x01;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
614 - pub const MS_RDONLY: ::c_ulong = 0x01;
614 + pub const MS_RDONLY: c_ulong = 0x01;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:615:24
|
615 | pub const MS_NOSUID: ::c_ulong = 0x02;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
615 - pub const MS_NOSUID: ::c_ulong = 0x02;
615 + pub const MS_NOSUID: c_ulong = 0x02;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:616:23
|
616 | pub const MS_NODEV: ::c_ulong = 0x04;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
616 - pub const MS_NODEV: ::c_ulong = 0x04;
616 + pub const MS_NODEV: c_ulong = 0x04;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:617:24
|
617 | pub const MS_NOEXEC: ::c_ulong = 0x08;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
617 - pub const MS_NOEXEC: ::c_ulong = 0x08;
617 + pub const MS_NOEXEC: c_ulong = 0x08;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:618:29
|
618 | pub const MS_SYNCHRONOUS: ::c_ulong = 0x10;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
618 - pub const MS_SYNCHRONOUS: ::c_ulong = 0x10;
618 + pub const MS_SYNCHRONOUS: c_ulong = 0x10;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:619:25
|
619 | pub const MS_REMOUNT: ::c_ulong = 0x20;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
619 - pub const MS_REMOUNT: ::c_ulong = 0x20;
619 + pub const MS_REMOUNT: c_ulong = 0x20;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:620:26
|
620 | pub const MS_MANDLOCK: ::c_ulong = 0x40;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
620 - pub const MS_MANDLOCK: ::c_ulong = 0x40;
620 + pub const MS_MANDLOCK: c_ulong = 0x40;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:621:25
|
621 | pub const MS_DIRSYNC: ::c_ulong = 0x80;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
621 - pub const MS_DIRSYNC: ::c_ulong = 0x80;
621 + pub const MS_DIRSYNC: c_ulong = 0x80;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:622:25
|
622 | pub const MS_NOATIME: ::c_ulong = 0x0400;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
622 - pub const MS_NOATIME: ::c_ulong = 0x0400;
622 + pub const MS_NOATIME: c_ulong = 0x0400;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:623:28
|
623 | pub const MS_NODIRATIME: ::c_ulong = 0x0800;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
623 - pub const MS_NODIRATIME: ::c_ulong = 0x0800;
623 + pub const MS_NODIRATIME: c_ulong = 0x0800;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:624:22
|
624 | pub const MS_BIND: ::c_ulong = 0x1000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
624 - pub const MS_BIND: ::c_ulong = 0x1000;
624 + pub const MS_BIND: c_ulong = 0x1000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:625:22
|
625 | pub const MS_MOVE: ::c_ulong = 0x2000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
625 - pub const MS_MOVE: ::c_ulong = 0x2000;
625 + pub const MS_MOVE: c_ulong = 0x2000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:626:21
|
626 | pub const MS_REC: ::c_ulong = 0x4000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
626 - pub const MS_REC: ::c_ulong = 0x4000;
626 + pub const MS_REC: c_ulong = 0x4000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:627:24
|
627 | pub const MS_SILENT: ::c_ulong = 0x8000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
627 - pub const MS_SILENT: ::c_ulong = 0x8000;
627 + pub const MS_SILENT: c_ulong = 0x8000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:628:26
|
628 | pub const MS_POSIXACL: ::c_ulong = 0x010000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
628 - pub const MS_POSIXACL: ::c_ulong = 0x010000;
628 + pub const MS_POSIXACL: c_ulong = 0x010000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:629:28
|
629 | pub const MS_UNBINDABLE: ::c_ulong = 0x020000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
629 - pub const MS_UNBINDABLE: ::c_ulong = 0x020000;
629 + pub const MS_UNBINDABLE: c_ulong = 0x020000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:630:25
|
630 | pub const MS_PRIVATE: ::c_ulong = 0x040000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
630 - pub const MS_PRIVATE: ::c_ulong = 0x040000;
630 + pub const MS_PRIVATE: c_ulong = 0x040000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:631:23
|
631 | pub const MS_SLAVE: ::c_ulong = 0x080000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
631 - pub const MS_SLAVE: ::c_ulong = 0x080000;
631 + pub const MS_SLAVE: c_ulong = 0x080000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:632:24
|
632 | pub const MS_SHARED: ::c_ulong = 0x100000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
632 - pub const MS_SHARED: ::c_ulong = 0x100000;
632 + pub const MS_SHARED: c_ulong = 0x100000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:633:26
|
633 | pub const MS_RELATIME: ::c_ulong = 0x200000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
633 - pub const MS_RELATIME: ::c_ulong = 0x200000;
633 + pub const MS_RELATIME: c_ulong = 0x200000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:634:27
|
634 | pub const MS_KERNMOUNT: ::c_ulong = 0x400000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
634 - pub const MS_KERNMOUNT: ::c_ulong = 0x400000;
634 + pub const MS_KERNMOUNT: c_ulong = 0x400000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:635:27
|
635 | pub const MS_I_VERSION: ::c_ulong = 0x800000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
635 - pub const MS_I_VERSION: ::c_ulong = 0x800000;
635 + pub const MS_I_VERSION: c_ulong = 0x800000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:636:29
|
636 | pub const MS_STRICTATIME: ::c_ulong = 0x1000000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
636 - pub const MS_STRICTATIME: ::c_ulong = 0x1000000;
636 + pub const MS_STRICTATIME: c_ulong = 0x1000000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:637:26
|
637 | pub const MS_LAZYTIME: ::c_ulong = 0x2000000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
637 - pub const MS_LAZYTIME: ::c_ulong = 0x2000000;
637 + pub const MS_LAZYTIME: c_ulong = 0x2000000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:638:24
|
638 | pub const MS_ACTIVE: ::c_ulong = 0x40000000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
638 - pub const MS_ACTIVE: ::c_ulong = 0x40000000;
638 + pub const MS_ACTIVE: c_ulong = 0x40000000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:639:25
|
639 | pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
639 - pub const MS_MGC_VAL: ::c_ulong = 0xc0ed0000;
639 + pub const MS_MGC_VAL: c_ulong = 0xc0ed0000;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:640:25
|
640 | pub const MS_MGC_MSK: ::c_ulong = 0xffff0000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
640 - pub const MS_MGC_MSK: ::c_ulong = 0xffff0000;
640 + pub const MS_MGC_MSK: c_ulong = 0xffff0000;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1286:23
|
1286 | pub const UTIME_OMIT: c_long = 1073741822;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1287:22
|
1287 | pub const UTIME_NOW: c_long = 1073741823;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1428:39
|
1428 | pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1428 - pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
1428 + pub const ADFS_SUPER_MAGIC: c_long = 0x0000adf5;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1429:39
|
1429 | pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1429 - pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
1429 + pub const AFFS_SUPER_MAGIC: c_long = 0x0000adff;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1430:38
|
1430 | pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1430 - pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f;
1430 + pub const AFS_SUPER_MAGIC: c_long = 0x5346414f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1431:41
|
1431 | pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1431 - pub const AUTOFS_SUPER_MAGIC: ::c_long = 0x0187;
1431 + pub const AUTOFS_SUPER_MAGIC: c_long = 0x0187;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1432:35
|
1432 | pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1432 - pub const BPF_FS_MAGIC: ::c_long = 0xcafe4a11;
1432 + pub const BPF_FS_MAGIC: c_long = 0xcafe4a11;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1433:40
|
1433 | pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1433 - pub const BTRFS_SUPER_MAGIC: ::c_long = 0x9123683e;
1433 + pub const BTRFS_SUPER_MAGIC: c_long = 0x9123683e;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1434:42
|
1434 | pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1434 - pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270;
1434 + pub const CGROUP2_SUPER_MAGIC: c_long = 0x63677270;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1435:41
|
1435 | pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1435 - pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb;
1435 + pub const CGROUP_SUPER_MAGIC: c_long = 0x27e0eb;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1436:39
|
1436 | pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1436 - pub const CODA_SUPER_MAGIC: ::c_long = 0x73757245;
1436 + pub const CODA_SUPER_MAGIC: c_long = 0x73757245;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1437:35
|
1437 | pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1437 - pub const CRAMFS_MAGIC: ::c_long = 0x28cd3d45;
1437 + pub const CRAMFS_MAGIC: c_long = 0x28cd3d45;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1438:36
|
1438 | pub const DEBUGFS_MAGIC: ::c_long = 0x64626720;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1438 - pub const DEBUGFS_MAGIC: ::c_long = 0x64626720;
1438 + pub const DEBUGFS_MAGIC: c_long = 0x64626720;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1439:41
|
1439 | pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1439 - pub const DEVPTS_SUPER_MAGIC: ::c_long = 0x1cd1;
1439 + pub const DEVPTS_SUPER_MAGIC: c_long = 0x1cd1;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1440:43
|
1440 | pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1440 - pub const ECRYPTFS_SUPER_MAGIC: ::c_long = 0xf15f;
1440 + pub const ECRYPTFS_SUPER_MAGIC: c_long = 0xf15f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1441:38
|
1441 | pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1441 - pub const EFS_SUPER_MAGIC: ::c_long = 0x00414a53;
1441 + pub const EFS_SUPER_MAGIC: c_long = 0x00414a53;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1442:39
|
1442 | pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1442 - pub const EXT2_SUPER_MAGIC: ::c_long = 0x0000ef53;
1442 + pub const EXT2_SUPER_MAGIC: c_long = 0x0000ef53;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1443:39
|
1443 | pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1443 - pub const EXT3_SUPER_MAGIC: ::c_long = 0x0000ef53;
1443 + pub const EXT3_SUPER_MAGIC: c_long = 0x0000ef53;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1444:39
|
1444 | pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1444 - pub const EXT4_SUPER_MAGIC: ::c_long = 0x0000ef53;
1444 + pub const EXT4_SUPER_MAGIC: c_long = 0x0000ef53;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1445:39
|
1445 | pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1445 - pub const F2FS_SUPER_MAGIC: ::c_long = 0xf2f52010;
1445 + pub const F2FS_SUPER_MAGIC: c_long = 0xf2f52010;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1446:39
|
1446 | pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1446 - pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546;
1446 + pub const FUSE_SUPER_MAGIC: c_long = 0x65735546;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1447:42
|
1447 | pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1447 - pub const FUTEXFS_SUPER_MAGIC: ::c_long = 0xbad1dea;
1447 + pub const FUTEXFS_SUPER_MAGIC: c_long = 0xbad1dea;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1448:41
|
1448 | pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1448 - pub const HOSTFS_SUPER_MAGIC: ::c_long = 0x00c0ffee;
1448 + pub const HOSTFS_SUPER_MAGIC: c_long = 0x00c0ffee;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1449:39
|
1449 | pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1449 - pub const HPFS_SUPER_MAGIC: ::c_long = 0xf995e849;
1449 + pub const HPFS_SUPER_MAGIC: c_long = 0xf995e849;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1450:38
|
1450 | pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1450 - pub const HUGETLBFS_MAGIC: ::c_long = 0x958458f6;
1450 + pub const HUGETLBFS_MAGIC: c_long = 0x958458f6;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1451:40
|
1451 | pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1451 - pub const ISOFS_SUPER_MAGIC: ::c_long = 0x00009660;
1451 + pub const ISOFS_SUPER_MAGIC: c_long = 0x00009660;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1452:40
|
1452 | pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1452 - pub const JFFS2_SUPER_MAGIC: ::c_long = 0x000072b6;
1452 + pub const JFFS2_SUPER_MAGIC: c_long = 0x000072b6;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1453:42
|
1453 | pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1453 - pub const MINIX2_SUPER_MAGIC2: ::c_long = 0x00002478;
1453 + pub const MINIX2_SUPER_MAGIC2: c_long = 0x00002478;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1454:41
|
1454 | pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1454 - pub const MINIX2_SUPER_MAGIC: ::c_long = 0x00002468;
1454 + pub const MINIX2_SUPER_MAGIC: c_long = 0x00002468;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1455:41
|
1455 | pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1455 - pub const MINIX3_SUPER_MAGIC: ::c_long = 0x4d5a;
1455 + pub const MINIX3_SUPER_MAGIC: c_long = 0x4d5a;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1456:41
|
1456 | pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1456 - pub const MINIX_SUPER_MAGIC2: ::c_long = 0x0000138f;
1456 + pub const MINIX_SUPER_MAGIC2: c_long = 0x0000138f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1457:40
|
1457 | pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1457 - pub const MINIX_SUPER_MAGIC: ::c_long = 0x0000137f;
1457 + pub const MINIX_SUPER_MAGIC: c_long = 0x0000137f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1458:40
|
1458 | pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1458 - pub const MSDOS_SUPER_MAGIC: ::c_long = 0x00004d44;
1458 + pub const MSDOS_SUPER_MAGIC: c_long = 0x00004d44;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1459:38
|
1459 | pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1459 - pub const NCP_SUPER_MAGIC: ::c_long = 0x0000564c;
1459 + pub const NCP_SUPER_MAGIC: c_long = 0x0000564c;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1460:38
|
1460 | pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1460 - pub const NFS_SUPER_MAGIC: ::c_long = 0x00006969;
1460 + pub const NFS_SUPER_MAGIC: c_long = 0x00006969;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1461:40
|
1461 | pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1461 - pub const NILFS_SUPER_MAGIC: ::c_long = 0x3434;
1461 + pub const NILFS_SUPER_MAGIC: c_long = 0x3434;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1462:40
|
1462 | pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1462 - pub const OCFS2_SUPER_MAGIC: ::c_long = 0x7461636f;
1462 + pub const OCFS2_SUPER_MAGIC: c_long = 0x7461636f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1463:43
|
1463 | pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1463 - pub const OPENPROM_SUPER_MAGIC: ::c_long = 0x00009fa1;
1463 + pub const OPENPROM_SUPER_MAGIC: c_long = 0x00009fa1;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1464:44
|
1464 | pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1464 - pub const OVERLAYFS_SUPER_MAGIC: ::c_long = 0x794c7630;
1464 + pub const OVERLAYFS_SUPER_MAGIC: c_long = 0x794c7630;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1465:39
|
1465 | pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1465 - pub const PROC_SUPER_MAGIC: ::c_long = 0x00009fa0;
1465 + pub const PROC_SUPER_MAGIC: c_long = 0x00009fa0;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1466:39
|
1466 | pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1466 - pub const QNX4_SUPER_MAGIC: ::c_long = 0x0000002f;
1466 + pub const QNX4_SUPER_MAGIC: c_long = 0x0000002f;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1467:39
|
1467 | pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1467 - pub const QNX6_SUPER_MAGIC: ::c_long = 0x68191122;
1467 + pub const QNX6_SUPER_MAGIC: c_long = 0x68191122;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1468:43
|
1468 | pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1468 - pub const RDTGROUP_SUPER_MAGIC: ::c_long = 0x7655821;
1468 + pub const RDTGROUP_SUPER_MAGIC: c_long = 0x7655821;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1469:43
|
1469 | pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1469 - pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973;
1469 + pub const REISERFS_SUPER_MAGIC: c_long = 0x52654973;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1470:39
|
1470 | pub const SECURITYFS_MAGIC: ::c_long = 0x73636673;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1470 - pub const SECURITYFS_MAGIC: ::c_long = 0x73636673;
1470 + pub const SECURITYFS_MAGIC: c_long = 0x73636673;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1471:36
|
1471 | pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1471 - pub const SELINUX_MAGIC: ::c_long = 0xf97cff8c;
1471 + pub const SELINUX_MAGIC: c_long = 0xf97cff8c;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1472:34
|
1472 | pub const SMACK_MAGIC: ::c_long = 0x43415d53;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1472 - pub const SMACK_MAGIC: ::c_long = 0x43415d53;
1472 + pub const SMACK_MAGIC: c_long = 0x43415d53;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1473:38
|
1473 | pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1473 - pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b;
1473 + pub const SMB_SUPER_MAGIC: c_long = 0x0000517b;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1474:34
|
1474 | pub const SYSFS_MAGIC: ::c_long = 0x62656572;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1474 - pub const SYSFS_MAGIC: ::c_long = 0x62656572;
1474 + pub const SYSFS_MAGIC: c_long = 0x62656572;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1475:34
|
1475 | pub const TMPFS_MAGIC: ::c_long = 0x01021994;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1475 - pub const TMPFS_MAGIC: ::c_long = 0x01021994;
1475 + pub const TMPFS_MAGIC: c_long = 0x01021994;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1476:36
|
1476 | pub const TRACEFS_MAGIC: ::c_long = 0x74726163;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1476 - pub const TRACEFS_MAGIC: ::c_long = 0x74726163;
1476 + pub const TRACEFS_MAGIC: c_long = 0x74726163;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1477:38
|
1477 | pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1477 - pub const UDF_SUPER_MAGIC: ::c_long = 0x15013346;
1477 + pub const UDF_SUPER_MAGIC: c_long = 0x15013346;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1478:44
|
1478 | pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1478 - pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2;
1478 + pub const USBDEVICE_SUPER_MAGIC: c_long = 0x00009fa2;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1479:40
|
1479 | pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1479 - pub const XENFS_SUPER_MAGIC: ::c_long = 0xabba1974;
1479 + pub const XENFS_SUPER_MAGIC: c_long = 0xabba1974;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1480:33
|
1480 | pub const NSFS_MAGIC: ::c_long = 0x6e736673;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1893 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1480 - pub const NSFS_MAGIC: ::c_long = 0x6e736673;
1480 + pub const NSFS_MAGIC: c_long = 0x6e736673;
|
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1689:65
|
1689 | pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int;
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1691:24
|
1691 | attr: *const ::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1698:34
|
1698 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1698 | pub fn statfs(path: *const ::c_schar, buf: *mut statfs) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1698 - pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
1698 + pub fn statfs(path: *const c_char, buf: *mut statfs) -> ::c_int;
|
error[E0573]: expected type, found function `statfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1698:52
|
1698 | pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int;
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0573]: expected type, found function `statfs`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1699:43
|
1699 | pub fn fstatfs(fd: ::c_int, buf: *mut statfs) -> ::c_int;
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1701:49
|
1701 | pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1701:63
|
1701 | pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1705:24
|
1705 | path: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1705 | path: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1705 - path: *const ::c_char,
1705 + path: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1711:54
|
1711 | pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1711 | pub fn newlocale(mask: ::c_int, locale: *const ::c_schar, base: ::locale_t) -> ::locale_t;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1711 - pub fn newlocale(mask: ::c_int, locale: *const ::c_char, base: ::locale_t) -> ::locale_t;
1711 + pub fn newlocale(mask: ::c_int, locale: *const c_char, base: ::locale_t) -> ::locale_t;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1715:28
|
1715 | pathname: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1715 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1715 - pathname: *const ::c_char,
1715 + pathname: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1737:47
|
1737 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1737 | pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_schar, buflen: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1737 - pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
1737 + pub fn ptsname_r(fd: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `siginfo_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1739:61
|
1739 | pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
| ^^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1743:36
|
1743 | pub fn acct(filename: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1743 | pub fn acct(filename: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1743 - pub fn acct(filename: *const ::c_char) -> ::c_int;
1743 + pub fn acct(filename: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1761:24
|
1761 | file: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1761 | file: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1761 - file: *const ::c_char,
1761 + file: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1762:31
|
1762 | argv: *const *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1762 | argv: *const *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1762 - argv: *const *const ::c_char,
1762 + argv: *const *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1763:31
|
1763 | envp: *const *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1763 | envp: *const *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1763 - envp: *const *const ::c_char,
1763 + envp: *const *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1767:31
|
1767 | argv: *const *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1767 | argv: *const *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1767 - argv: *const *const ::c_char,
1767 + argv: *const *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1768:31
|
1768 | envp: *const *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1768 | envp: *const *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1768 - envp: *const *const ::c_char,
1768 + envp: *const *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1781:34
|
1781 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1781 | pub fn strchrnul(s: *const ::c_schar, c: ::c_int) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1781 - pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char;
1781 + pub fn strchrnul(s: *const c_char, c: ::c_int) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1781:64
|
1781 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1781 | pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1781 - pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut ::c_char;
1781 + pub fn strchrnul(s: *const ::c_char, c: ::c_int) -> *mut c_char;
|
error[E0573]: expected type, found function `statfs64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1791:53
|
1791 | pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int;
| ^^^^^^^^ not a type
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1792:45
|
1792 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1792 | pub fn statvfs64(path: *const ::c_schar, buf: *mut statvfs64) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1792 - pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int;
1792 + pub fn statvfs64(path: *const c_char, buf: *mut statvfs64) -> ::c_int;
|
error[E0573]: expected type, found function `statvfs64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1792:63
|
1792 | pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int;
| ^^^^^^^^^ not a type
error[E0573]: expected type, found function `statvfs64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1793:54
|
1793 | pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int;
| ^^^^^^^^^ not a type
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1794:44
|
1794 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1794 | pub fn statfs64(path: *const ::c_schar, buf: *mut statfs64) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1794 - pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int;
1794 + pub fn statfs64(path: *const c_char, buf: *mut statfs64) -> ::c_int;
|
error[E0573]: expected type, found function `statfs64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1794:62
|
1794 | pub fn statfs64(path: *const ::c_char, buf: *mut statfs64) -> ::c_int;
| ^^^^^^^^ not a type
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1795:41
|
1795 | pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1795 | pub fn creat64(path: *const char, mode: mode_t) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0573]: expected type, found function `stat64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1796:55
|
1796 | pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int;
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1799:34
|
1799 | pathname: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1799 | pathname: *const char,
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0573]: expected type, found function `stat64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1800:27
|
1800 | buf: *mut stat64,
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1805:41
|
1805 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1805 | pub fn lstat64(path: *const char, buf: *mut stat64) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0573]: expected type, found function `stat64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1805:59
|
1805 | pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1814:40
|
1814 | pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1814 | pub fn open64(path: *const char, oflag: ::c_int, ...) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1815:55
|
1815 | pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1815 | pub fn openat64(fd: ::c_int, path: *const char, oflag: ::c_int, ...) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1840:40
|
1840 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1840 | pub fn stat64(path: *const char, buf: *mut stat64) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0573]: expected type, found function `stat64`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1840:58
|
1840 | pub fn stat64(path: *const c_char, buf: *mut stat64) -> ::c_int;
| ^^^^^^ help: a struct with a similar name exists: `statx`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `statx` defined here
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1841:44
|
1841 | pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1841 | pub fn truncate64(path: *const char, length: off64_t) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1871:30
|
1871 | name: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1871 | name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1871 - name: *mut ::c_char,
1871 + name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/mod.rs:1879:30
|
1879 | name: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1879 | name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1893 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1879 - name: *mut ::c_char,
1879 + name: *mut c_char,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:12:21
|
12 | pub type nfds_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
12 - pub type nfds_t = ::c_ulong;
12 + pub type nfds_t = c_ulong;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:66:33
|
66 | pub gl_pathv: *mut *mut c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
66 | pub gl_pathv: *mut *mut char,
| ~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:78:29
|
78 | pub pw_name: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
78 | pub pw_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
78 - pub pw_name: *mut ::c_char,
78 + pub pw_name: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:79:31
|
79 | pub pw_passwd: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
79 | pub pw_passwd: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
79 - pub pw_passwd: *mut ::c_char,
79 + pub pw_passwd: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:82:30
|
82 | pub pw_gecos: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
82 | pub pw_gecos: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
82 - pub pw_gecos: *mut ::c_char,
82 + pub pw_gecos: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:83:28
|
83 | pub pw_dir: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
83 | pub pw_dir: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
83 - pub pw_dir: *mut ::c_char,
83 + pub pw_dir: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:84:30
|
84 | pub pw_shell: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
84 | pub pw_shell: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
84 - pub pw_shell: *mut ::c_char,
84 + pub pw_shell: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:88:29
|
88 | pub sp_namp: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
88 | pub sp_namp: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
88 - pub sp_namp: *mut ::c_char,
88 + pub sp_namp: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:89:29
|
89 | pub sp_pwdp: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
89 | pub sp_pwdp: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
489+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
89 - pub sp_pwdp: *mut ::c_char,
89 + pub sp_pwdp: *mut c_char,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:90:26
|
90 | pub sp_lstchg: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
90 - pub sp_lstchg: ::c_long,
90 + pub sp_lstchg: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:91:23
|
91 | pub sp_min: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
91 - pub sp_min: ::c_long,
91 + pub sp_min: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:92:23
|
92 | pub sp_max: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
92 - pub sp_max: ::c_long,
92 + pub sp_max: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:93:24
|
93 | pub sp_warn: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
93 - pub sp_warn: ::c_long,
93 + pub sp_warn: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:94:25
|
94 | pub sp_inact: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
94 - pub sp_inact: ::c_long,
94 + pub sp_inact: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:95:26
|
95 | pub sp_expire: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
95 - pub sp_expire: ::c_long,
95 + pub sp_expire: c_long,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:96:24
|
96 | pub sp_flag: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
489+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
96 - pub sp_flag: ::c_ulong,
96 + pub sp_flag: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:163:29
|
163 | pub if_name: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
163 | pub if_name: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
163 - pub if_name: *mut ::c_char,
163 + pub if_name: *mut c_char,
|
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:218:26
|
218 | pub codes_ptr: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:315:33
|
315 | pub dlpi_name: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
315 | pub dlpi_name: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
315 - pub dlpi_name: *const ::c_char,
315 + pub dlpi_name: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:449:32
|
449 | pub mnt_fsname: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
449 | pub mnt_fsname: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
449 - pub mnt_fsname: *mut ::c_char,
449 + pub mnt_fsname: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:450:29
|
450 | pub mnt_dir: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
450 | pub mnt_dir: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
450 - pub mnt_dir: *mut ::c_char,
450 + pub mnt_dir: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:451:30
|
451 | pub mnt_type: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
451 | pub mnt_type: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
451 - pub mnt_type: *mut ::c_char,
451 + pub mnt_type: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:452:30
|
452 | pub mnt_opts: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
452 | pub mnt_opts: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
452 - pub mnt_opts: *mut ::c_char,
452 + pub mnt_opts: *mut c_char,
|
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:467:17
|
467 | __sd: ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:468:17
|
468 | __ss: ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:491:20
|
491 | pub dev: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
491 - pub dev: ::c_ulong,
491 + pub dev: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:492:22
|
492 | pub stamp: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
492 - pub stamp: ::c_ulong,
492 + pub stamp: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:493:24
|
493 | pub updated: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
493 - pub updated: ::c_ulong,
493 + pub updated: c_ulong,
|
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:576:36
|
576 | pub instruction_pointer: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:577:22
|
577 | pub args: [::__u64; 6],
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__s64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:599:23
|
599 | pub src_fd: ::__s64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:600:27
|
600 | pub src_offset: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:601:27
|
601 | pub src_length: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:602:28
|
602 | pub dest_offset: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:606:26
|
606 | pub mem_start: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
606 - pub mem_start: ::c_ulong,
606 + pub mem_start: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:607:24
|
607 | pub mem_end: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
607 - pub mem_end: ::c_ulong,
607 + pub mem_end: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:621:28
|
621 | pub name: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
621 | pub name: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
621 - pub name: *const ::c_char,
621 + pub name: *const c_char,
|
error[E0412]: cannot find type `ino_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:699:22
|
699 | pub d_ino: ::ino_t,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:700:22
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
700 | pub d_off: ::off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:703:24
|
703 | pub d_name: [::c_char; 256],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
703 | pub d_name: [::c_schar; 256],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
703 - pub d_name: [::c_char; 256],
703 + pub d_name: [c_char; 256],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:716:22
|
716 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
716 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
716 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE],
716 + pub name: [c_char; UINPUT_MAX_NAME_SIZE],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:721:22
|
721 | pub name: [::c_char; UINPUT_MAX_NAME_SIZE],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
721 | pub name: [::c_schar; UINPUT_MAX_NAME_SIZE],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
721 - pub name: [::c_char; UINPUT_MAX_NAME_SIZE],
721 + pub name: [c_char; UINPUT_MAX_NAME_SIZE],
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:757:25
|
757 | pub mq_flags: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
757 - pub mq_flags: ::c_long,
757 + pub mq_flags: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:759:26
|
759 | pub mq_maxmsg: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
759 - pub mq_maxmsg: ::c_long,
759 + pub mq_maxmsg: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:761:27
|
761 | pub mq_msgsize: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
761 - pub mq_msgsize: ::c_long,
761 + pub mq_msgsize: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:763:27
|
763 | pub mq_curmsgs: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
763 - pub mq_curmsgs: ::c_long,
763 + pub mq_curmsgs: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:765:17
|
765 | pad: [::c_long; 4],
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
765 - pad: [::c_long; 4],
765 + pad: [c_long; 4],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:780:28
|
780 | pub ifru_slave: [::c_char; ::IFNAMSIZ],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
780 | pub ifru_slave: [::c_schar; ::IFNAMSIZ],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
780 - pub ifru_slave: [::c_char; ::IFNAMSIZ],
780 + pub ifru_slave: [c_char; ::IFNAMSIZ],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:781:30
|
781 | pub ifru_newname: [::c_char; ::IFNAMSIZ],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
781 | pub ifru_newname: [::c_schar; ::IFNAMSIZ],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
781 - pub ifru_newname: [::c_char; ::IFNAMSIZ],
781 + pub ifru_newname: [c_char; ::IFNAMSIZ],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:782:31
|
782 | pub ifru_data: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
782 | pub ifru_data: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
782 - pub ifru_data: *mut ::c_char,
782 + pub ifru_data: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:787:26
|
787 | pub ifr_name: [::c_char; ::IFNAMSIZ],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
787 | pub ifr_name: [::c_schar; ::IFNAMSIZ],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
787 - pub ifr_name: [::c_char; ::IFNAMSIZ],
787 + pub ifr_name: [c_char; ::IFNAMSIZ],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:805:24
|
805 | pub d_name: [::c_char; 256],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
805 | pub d_name: [::c_schar; 256],
| ~~~~~~~
help: consider importing this type alias
|
4898+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
805 - pub d_name: [::c_char; 256],
805 + pub d_name: [c_char; 256],
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1351:24
|
1351 | pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1351 - pub const MS_NOUSER: ::c_ulong = 0xffffffff80000000;
1351 + pub const MS_NOUSER: c_ulong = 0xffffffff80000000;
|
error[E0412]: cannot find type `rlim_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1495:29
|
1495 | pub const RLIM_SAVED_MAX: ::rlim_t = RLIM_INFINITY;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `rlim_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1496:29
|
1496 | pub const RLIM_SAVED_CUR: ::rlim_t = RLIM_INFINITY;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1673:22
|
1673 | pub const AT_NULL: ::c_ulong = 0;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1673 - pub const AT_NULL: ::c_ulong = 0;
1673 + pub const AT_NULL: c_ulong = 0;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1674:24
|
1674 | pub const AT_IGNORE: ::c_ulong = 1;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1674 - pub const AT_IGNORE: ::c_ulong = 1;
1674 + pub const AT_IGNORE: c_ulong = 1;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1675:24
|
1675 | pub const AT_EXECFD: ::c_ulong = 2;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1675 - pub const AT_EXECFD: ::c_ulong = 2;
1675 + pub const AT_EXECFD: c_ulong = 2;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1676:22
|
1676 | pub const AT_PHDR: ::c_ulong = 3;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1676 - pub const AT_PHDR: ::c_ulong = 3;
1676 + pub const AT_PHDR: c_ulong = 3;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1677:23
|
1677 | pub const AT_PHENT: ::c_ulong = 4;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1677 - pub const AT_PHENT: ::c_ulong = 4;
1677 + pub const AT_PHENT: c_ulong = 4;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1678:23
|
1678 | pub const AT_PHNUM: ::c_ulong = 5;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1678 - pub const AT_PHNUM: ::c_ulong = 5;
1678 + pub const AT_PHNUM: c_ulong = 5;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1679:24
|
1679 | pub const AT_PAGESZ: ::c_ulong = 6;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1679 - pub const AT_PAGESZ: ::c_ulong = 6;
1679 + pub const AT_PAGESZ: c_ulong = 6;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1680:22
|
1680 | pub const AT_BASE: ::c_ulong = 7;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1680 - pub const AT_BASE: ::c_ulong = 7;
1680 + pub const AT_BASE: c_ulong = 7;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1681:23
|
1681 | pub const AT_FLAGS: ::c_ulong = 8;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1681 - pub const AT_FLAGS: ::c_ulong = 8;
1681 + pub const AT_FLAGS: c_ulong = 8;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1682:23
|
1682 | pub const AT_ENTRY: ::c_ulong = 9;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1682 - pub const AT_ENTRY: ::c_ulong = 9;
1682 + pub const AT_ENTRY: c_ulong = 9;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1683:24
|
1683 | pub const AT_NOTELF: ::c_ulong = 10;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1683 - pub const AT_NOTELF: ::c_ulong = 10;
1683 + pub const AT_NOTELF: c_ulong = 10;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1684:21
|
1684 | pub const AT_UID: ::c_ulong = 11;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1684 - pub const AT_UID: ::c_ulong = 11;
1684 + pub const AT_UID: c_ulong = 11;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1685:22
|
1685 | pub const AT_EUID: ::c_ulong = 12;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1685 - pub const AT_EUID: ::c_ulong = 12;
1685 + pub const AT_EUID: c_ulong = 12;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1686:21
|
1686 | pub const AT_GID: ::c_ulong = 13;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1686 - pub const AT_GID: ::c_ulong = 13;
1686 + pub const AT_GID: c_ulong = 13;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1687:22
|
1687 | pub const AT_EGID: ::c_ulong = 14;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1687 - pub const AT_EGID: ::c_ulong = 14;
1687 + pub const AT_EGID: c_ulong = 14;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1688:26
|
1688 | pub const AT_PLATFORM: ::c_ulong = 15;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1688 - pub const AT_PLATFORM: ::c_ulong = 15;
1688 + pub const AT_PLATFORM: c_ulong = 15;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1689:23
|
1689 | pub const AT_HWCAP: ::c_ulong = 16;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1689 - pub const AT_HWCAP: ::c_ulong = 16;
1689 + pub const AT_HWCAP: c_ulong = 16;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1690:24
|
1690 | pub const AT_CLKTCK: ::c_ulong = 17;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1690 - pub const AT_CLKTCK: ::c_ulong = 17;
1690 + pub const AT_CLKTCK: c_ulong = 17;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1692:24
|
1692 | pub const AT_SECURE: ::c_ulong = 23;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1692 - pub const AT_SECURE: ::c_ulong = 23;
1692 + pub const AT_SECURE: c_ulong = 23;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1693:31
|
1693 | pub const AT_BASE_PLATFORM: ::c_ulong = 24;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1693 - pub const AT_BASE_PLATFORM: ::c_ulong = 24;
1693 + pub const AT_BASE_PLATFORM: c_ulong = 24;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1694:24
|
1694 | pub const AT_RANDOM: ::c_ulong = 25;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1694 - pub const AT_RANDOM: ::c_ulong = 25;
1694 + pub const AT_RANDOM: c_ulong = 25;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1695:24
|
1695 | pub const AT_HWCAP2: ::c_ulong = 26;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1695 - pub const AT_HWCAP2: ::c_ulong = 26;
1695 + pub const AT_HWCAP2: c_ulong = 26;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1697:24
|
1697 | pub const AT_EXECFN: ::c_ulong = 31;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1697 - pub const AT_EXECFN: ::c_ulong = 31;
1697 + pub const AT_EXECFN: c_ulong = 31;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1701:30
|
1701 | pub const AT_SYSINFO_EHDR: ::c_ulong = 33;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1701 - pub const AT_SYSINFO_EHDR: ::c_ulong = 33;
1701 + pub const AT_SYSINFO_EHDR: c_ulong = 33;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1854:24
|
1854 | pub const ST_RDONLY: ::c_ulong = 1;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1854 - pub const ST_RDONLY: ::c_ulong = 1;
1854 + pub const ST_RDONLY: c_ulong = 1;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1855:24
|
1855 | pub const ST_NOSUID: ::c_ulong = 2;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1855 - pub const ST_NOSUID: ::c_ulong = 2;
1855 + pub const ST_NOSUID: c_ulong = 2;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1856:23
|
1856 | pub const ST_NODEV: ::c_ulong = 4;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1856 - pub const ST_NODEV: ::c_ulong = 4;
1856 + pub const ST_NODEV: c_ulong = 4;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1857:24
|
1857 | pub const ST_NOEXEC: ::c_ulong = 8;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1857 - pub const ST_NOEXEC: ::c_ulong = 8;
1857 + pub const ST_NOEXEC: c_ulong = 8;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1858:29
|
1858 | pub const ST_SYNCHRONOUS: ::c_ulong = 16;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1858 - pub const ST_SYNCHRONOUS: ::c_ulong = 16;
1858 + pub const ST_SYNCHRONOUS: c_ulong = 16;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1859:26
|
1859 | pub const ST_MANDLOCK: ::c_ulong = 64;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1859 - pub const ST_MANDLOCK: ::c_ulong = 64;
1859 + pub const ST_MANDLOCK: c_ulong = 64;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1860:23
|
1860 | pub const ST_WRITE: ::c_ulong = 128;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1860 - pub const ST_WRITE: ::c_ulong = 128;
1860 + pub const ST_WRITE: c_ulong = 128;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1861:24
|
1861 | pub const ST_APPEND: ::c_ulong = 256;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1861 - pub const ST_APPEND: ::c_ulong = 256;
1861 + pub const ST_APPEND: c_ulong = 256;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1862:27
|
1862 | pub const ST_IMMUTABLE: ::c_ulong = 512;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1862 - pub const ST_IMMUTABLE: ::c_ulong = 512;
1862 + pub const ST_IMMUTABLE: c_ulong = 512;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1863:25
|
1863 | pub const ST_NOATIME: ::c_ulong = 1024;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1863 - pub const ST_NOATIME: ::c_ulong = 1024;
1863 + pub const ST_NOATIME: c_ulong = 1024;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1864:28
|
1864 | pub const ST_NODIRATIME: ::c_ulong = 2048;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1864 - pub const ST_NODIRATIME: ::c_ulong = 2048;
1864 + pub const ST_NODIRATIME: c_ulong = 2048;
|
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1897:19
|
1897 | size: [0; __SIZEOF_PTHREAD_MUTEX_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
1917 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1903:19
|
1903 | size: [0; __SIZEOF_PTHREAD_RWLOCK_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
...
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2146:33
|
2146 | pub const PR_SET_PTRACER_ANY: ::c_ulong = 0xffffffffffffffff;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2146 - pub const PR_SET_PTRACER_ANY: ::c_ulong = 0xffffffffffffffff;
2146 + pub const PR_SET_PTRACER_ANY: c_ulong = 0xffffffffffffffff;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2194:40
|
2194 | pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2194 - pub const SECCOMP_FILTER_FLAG_TSYNC: ::c_ulong = 1;
2194 + pub const SECCOMP_FILTER_FLAG_TSYNC: c_ulong = 1;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2195:38
|
2195 | pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2195 - pub const SECCOMP_FILTER_FLAG_LOG: ::c_ulong = 2;
2195 + pub const SECCOMP_FILTER_FLAG_LOG: c_ulong = 2;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2196:45
|
2196 | pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2196 - pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: ::c_ulong = 4;
2196 + pub const SECCOMP_FILTER_FLAG_SPEC_ALLOW: c_ulong = 4;
|
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2215:34
|
2215 | pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC;
| ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`
...
3318 | pub const IN_CLOEXEC: ::c_int = O_CLOEXEC;
| ------------------------------------------ similarly named constant `IN_CLOEXEC` defined here
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2216:35
|
2216 | pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK;
| ^^^^^^^^^^ help: a constant with a similar name exists: `IN_NONBLOCK`
...
3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK;
| -------------------------------------------- similarly named constant `IN_NONBLOCK` defined here
error[E0425]: cannot find value `ENODATA` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2233:32
|
1517 | pub const EI_DATA: usize = 5;
| ----------------------------- similarly named constant `EI_DATA` defined here
...
2233 | pub const ENOATTR: ::c_int = ::ENODATA;
| ^^^^^^^ help: a constant with a similar name exists: `EI_DATA`
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2351:30
|
2351 | pub const RESOLVE_NO_XDEV: ::__u64 = 0x01;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2352:36
|
2352 | pub const RESOLVE_NO_MAGICLINKS: ::__u64 = 0x02;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2353:34
|
2353 | pub const RESOLVE_NO_SYMLINKS: ::__u64 = 0x04;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2354:30
|
2354 | pub const RESOLVE_BENEATH: ::__u64 = 0x08;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2355:30
|
2355 | pub const RESOLVE_IN_ROOT: ::__u64 = 0x10;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2356:29
|
2356 | pub const RESOLVE_CACHED: ::__u64 = 0x20;
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2748:24
|
2748 | pub const SIOCADDRT: ::c_ulong = 0x0000890B;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2748 - pub const SIOCADDRT: ::c_ulong = 0x0000890B;
2748 + pub const SIOCADDRT: c_ulong = 0x0000890B;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2749:24
|
2749 | pub const SIOCDELRT: ::c_ulong = 0x0000890C;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2749 - pub const SIOCDELRT: ::c_ulong = 0x0000890C;
2749 + pub const SIOCDELRT: c_ulong = 0x0000890C;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2750:26
|
2750 | pub const SIOCGIFNAME: ::c_ulong = 0x00008910;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2750 - pub const SIOCGIFNAME: ::c_ulong = 0x00008910;
2750 + pub const SIOCGIFNAME: c_ulong = 0x00008910;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2751:26
|
2751 | pub const SIOCSIFLINK: ::c_ulong = 0x00008911;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2751 - pub const SIOCSIFLINK: ::c_ulong = 0x00008911;
2751 + pub const SIOCSIFLINK: c_ulong = 0x00008911;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2752:26
|
2752 | pub const SIOCGIFCONF: ::c_ulong = 0x00008912;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2752 - pub const SIOCGIFCONF: ::c_ulong = 0x00008912;
2752 + pub const SIOCGIFCONF: c_ulong = 0x00008912;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2753:27
|
2753 | pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2753 - pub const SIOCGIFFLAGS: ::c_ulong = 0x00008913;
2753 + pub const SIOCGIFFLAGS: c_ulong = 0x00008913;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2754:27
|
2754 | pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2754 - pub const SIOCSIFFLAGS: ::c_ulong = 0x00008914;
2754 + pub const SIOCSIFFLAGS: c_ulong = 0x00008914;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2755:26
|
2755 | pub const SIOCGIFADDR: ::c_ulong = 0x00008915;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2755 - pub const SIOCGIFADDR: ::c_ulong = 0x00008915;
2755 + pub const SIOCGIFADDR: c_ulong = 0x00008915;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2756:26
|
2756 | pub const SIOCSIFADDR: ::c_ulong = 0x00008916;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2756 - pub const SIOCSIFADDR: ::c_ulong = 0x00008916;
2756 + pub const SIOCSIFADDR: c_ulong = 0x00008916;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2757:29
|
2757 | pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2757 - pub const SIOCGIFDSTADDR: ::c_ulong = 0x00008917;
2757 + pub const SIOCGIFDSTADDR: c_ulong = 0x00008917;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2758:29
|
2758 | pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2758 - pub const SIOCSIFDSTADDR: ::c_ulong = 0x00008918;
2758 + pub const SIOCSIFDSTADDR: c_ulong = 0x00008918;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2759:29
|
2759 | pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2759 - pub const SIOCGIFBRDADDR: ::c_ulong = 0x00008919;
2759 + pub const SIOCGIFBRDADDR: c_ulong = 0x00008919;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2760:29
|
2760 | pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2760 - pub const SIOCSIFBRDADDR: ::c_ulong = 0x0000891A;
2760 + pub const SIOCSIFBRDADDR: c_ulong = 0x0000891A;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2761:29
|
2761 | pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2761 - pub const SIOCGIFNETMASK: ::c_ulong = 0x0000891B;
2761 + pub const SIOCGIFNETMASK: c_ulong = 0x0000891B;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2762:29
|
2762 | pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2762 - pub const SIOCSIFNETMASK: ::c_ulong = 0x0000891C;
2762 + pub const SIOCSIFNETMASK: c_ulong = 0x0000891C;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2763:28
|
2763 | pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2763 - pub const SIOCGIFMETRIC: ::c_ulong = 0x0000891D;
2763 + pub const SIOCGIFMETRIC: c_ulong = 0x0000891D;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2764:28
|
2764 | pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2764 - pub const SIOCSIFMETRIC: ::c_ulong = 0x0000891E;
2764 + pub const SIOCSIFMETRIC: c_ulong = 0x0000891E;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2765:25
|
2765 | pub const SIOCGIFMEM: ::c_ulong = 0x0000891F;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2765 - pub const SIOCGIFMEM: ::c_ulong = 0x0000891F;
2765 + pub const SIOCGIFMEM: c_ulong = 0x0000891F;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2766:25
|
2766 | pub const SIOCSIFMEM: ::c_ulong = 0x00008920;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2766 - pub const SIOCSIFMEM: ::c_ulong = 0x00008920;
2766 + pub const SIOCSIFMEM: c_ulong = 0x00008920;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2767:25
|
2767 | pub const SIOCGIFMTU: ::c_ulong = 0x00008921;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2767 - pub const SIOCGIFMTU: ::c_ulong = 0x00008921;
2767 + pub const SIOCGIFMTU: c_ulong = 0x00008921;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2768:25
|
2768 | pub const SIOCSIFMTU: ::c_ulong = 0x00008922;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2768 - pub const SIOCSIFMTU: ::c_ulong = 0x00008922;
2768 + pub const SIOCSIFMTU: c_ulong = 0x00008922;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2769:28
|
2769 | pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2769 - pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924;
2769 + pub const SIOCSIFHWADDR: c_ulong = 0x00008924;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2770:27
|
2770 | pub const SIOCGIFENCAP: ::c_ulong = 0x00008925;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2770 - pub const SIOCGIFENCAP: ::c_ulong = 0x00008925;
2770 + pub const SIOCGIFENCAP: c_ulong = 0x00008925;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2771:27
|
2771 | pub const SIOCSIFENCAP: ::c_ulong = 0x00008926;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2771 - pub const SIOCSIFENCAP: ::c_ulong = 0x00008926;
2771 + pub const SIOCSIFENCAP: c_ulong = 0x00008926;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2772:28
|
2772 | pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2772 - pub const SIOCGIFHWADDR: ::c_ulong = 0x00008927;
2772 + pub const SIOCGIFHWADDR: c_ulong = 0x00008927;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2773:27
|
2773 | pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2773 - pub const SIOCGIFSLAVE: ::c_ulong = 0x00008929;
2773 + pub const SIOCGIFSLAVE: c_ulong = 0x00008929;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2774:27
|
2774 | pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2774 - pub const SIOCSIFSLAVE: ::c_ulong = 0x00008930;
2774 + pub const SIOCSIFSLAVE: c_ulong = 0x00008930;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2775:27
|
2775 | pub const SIOCADDMULTI: ::c_ulong = 0x00008931;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2775 - pub const SIOCADDMULTI: ::c_ulong = 0x00008931;
2775 + pub const SIOCADDMULTI: c_ulong = 0x00008931;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2776:27
|
2776 | pub const SIOCDELMULTI: ::c_ulong = 0x00008932;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2776 - pub const SIOCDELMULTI: ::c_ulong = 0x00008932;
2776 + pub const SIOCDELMULTI: c_ulong = 0x00008932;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2777:27
|
2777 | pub const SIOCGIFINDEX: ::c_ulong = 0x00008933;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2777 - pub const SIOCGIFINDEX: ::c_ulong = 0x00008933;
2777 + pub const SIOCGIFINDEX: c_ulong = 0x00008933;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2778:26
|
2778 | pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2778 - pub const SIOGIFINDEX: ::c_ulong = SIOCGIFINDEX;
2778 + pub const SIOGIFINDEX: c_ulong = SIOCGIFINDEX;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2779:28
|
2779 | pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2779 - pub const SIOCSIFPFLAGS: ::c_ulong = 0x00008934;
2779 + pub const SIOCSIFPFLAGS: c_ulong = 0x00008934;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2780:28
|
2780 | pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2780 - pub const SIOCGIFPFLAGS: ::c_ulong = 0x00008935;
2780 + pub const SIOCGIFPFLAGS: c_ulong = 0x00008935;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2781:26
|
2781 | pub const SIOCDIFADDR: ::c_ulong = 0x00008936;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2781 - pub const SIOCDIFADDR: ::c_ulong = 0x00008936;
2781 + pub const SIOCDIFADDR: c_ulong = 0x00008936;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2782:33
|
2782 | pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2782 - pub const SIOCSIFHWBROADCAST: ::c_ulong = 0x00008937;
2782 + pub const SIOCSIFHWBROADCAST: c_ulong = 0x00008937;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2783:27
|
2783 | pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2783 - pub const SIOCGIFCOUNT: ::c_ulong = 0x00008938;
2783 + pub const SIOCGIFCOUNT: c_ulong = 0x00008938;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2784:24
|
2784 | pub const SIOCGIFBR: ::c_ulong = 0x00008940;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2784 - pub const SIOCGIFBR: ::c_ulong = 0x00008940;
2784 + pub const SIOCGIFBR: c_ulong = 0x00008940;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2785:24
|
2785 | pub const SIOCSIFBR: ::c_ulong = 0x00008941;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2785 - pub const SIOCSIFBR: ::c_ulong = 0x00008941;
2785 + pub const SIOCSIFBR: c_ulong = 0x00008941;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2786:28
|
2786 | pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2786 - pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942;
2786 + pub const SIOCGIFTXQLEN: c_ulong = 0x00008942;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2787:28
|
2787 | pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2787 - pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943;
2787 + pub const SIOCSIFTXQLEN: c_ulong = 0x00008943;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2788:26
|
2788 | pub const SIOCETHTOOL: ::c_ulong = 0x00008946;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2788 - pub const SIOCETHTOOL: ::c_ulong = 0x00008946;
2788 + pub const SIOCETHTOOL: c_ulong = 0x00008946;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2789:26
|
2789 | pub const SIOCGMIIPHY: ::c_ulong = 0x00008947;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2789 - pub const SIOCGMIIPHY: ::c_ulong = 0x00008947;
2789 + pub const SIOCGMIIPHY: c_ulong = 0x00008947;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2790:26
|
2790 | pub const SIOCGMIIREG: ::c_ulong = 0x00008948;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2790 - pub const SIOCGMIIREG: ::c_ulong = 0x00008948;
2790 + pub const SIOCGMIIREG: c_ulong = 0x00008948;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2791:26
|
2791 | pub const SIOCSMIIREG: ::c_ulong = 0x00008949;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2791 - pub const SIOCSMIIREG: ::c_ulong = 0x00008949;
2791 + pub const SIOCSMIIREG: c_ulong = 0x00008949;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2792:25
|
2792 | pub const SIOCWANDEV: ::c_ulong = 0x0000894A;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2792 - pub const SIOCWANDEV: ::c_ulong = 0x0000894A;
2792 + pub const SIOCWANDEV: c_ulong = 0x0000894A;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2793:26
|
2793 | pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2793 - pub const SIOCOUTQNSD: ::c_ulong = 0x0000894B;
2793 + pub const SIOCOUTQNSD: c_ulong = 0x0000894B;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2794:24
|
2794 | pub const SIOCGSKNS: ::c_ulong = 0x0000894C;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2794 - pub const SIOCGSKNS: ::c_ulong = 0x0000894C;
2794 + pub const SIOCGSKNS: c_ulong = 0x0000894C;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2795:23
|
2795 | pub const SIOCDARP: ::c_ulong = 0x00008953;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2795 - pub const SIOCDARP: ::c_ulong = 0x00008953;
2795 + pub const SIOCDARP: c_ulong = 0x00008953;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2796:23
|
2796 | pub const SIOCGARP: ::c_ulong = 0x00008954;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2796 - pub const SIOCGARP: ::c_ulong = 0x00008954;
2796 + pub const SIOCGARP: c_ulong = 0x00008954;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2797:23
|
2797 | pub const SIOCSARP: ::c_ulong = 0x00008955;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2797 - pub const SIOCSARP: ::c_ulong = 0x00008955;
2797 + pub const SIOCSARP: c_ulong = 0x00008955;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2798:24
|
2798 | pub const SIOCDRARP: ::c_ulong = 0x00008960;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2798 - pub const SIOCDRARP: ::c_ulong = 0x00008960;
2798 + pub const SIOCDRARP: c_ulong = 0x00008960;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2799:24
|
2799 | pub const SIOCGRARP: ::c_ulong = 0x00008961;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2799 - pub const SIOCGRARP: ::c_ulong = 0x00008961;
2799 + pub const SIOCGRARP: c_ulong = 0x00008961;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2800:24
|
2800 | pub const SIOCSRARP: ::c_ulong = 0x00008962;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2800 - pub const SIOCSRARP: ::c_ulong = 0x00008962;
2800 + pub const SIOCSRARP: c_ulong = 0x00008962;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2801:25
|
2801 | pub const SIOCGIFMAP: ::c_ulong = 0x00008970;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2801 - pub const SIOCGIFMAP: ::c_ulong = 0x00008970;
2801 + pub const SIOCGIFMAP: c_ulong = 0x00008970;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2802:25
|
2802 | pub const SIOCSIFMAP: ::c_ulong = 0x00008971;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2802 - pub const SIOCSIFMAP: ::c_ulong = 0x00008971;
2802 + pub const SIOCSIFMAP: c_ulong = 0x00008971;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2803:28
|
2803 | pub const SIOCSHWTSTAMP: ::c_ulong = 0x000089b0;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2803 - pub const SIOCSHWTSTAMP: ::c_ulong = 0x000089b0;
2803 + pub const SIOCSHWTSTAMP: c_ulong = 0x000089b0;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:2804:28
|
2804 | pub const SIOCGHWTSTAMP: ::c_ulong = 0x000089b1;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
2804 - pub const SIOCGHWTSTAMP: ::c_ulong = 0x000089b1;
2804 + pub const SIOCGHWTSTAMP: c_ulong = 0x000089b1;
|
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3318:33
|
3318 | pub const IN_CLOEXEC: ::c_int = O_CLOEXEC;
| ^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3319:34
|
3319 | pub const IN_NONBLOCK: ::c_int = O_NONBLOCK;
| ^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `O_CLOEXEC` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3323:41
|
3318 | pub const IN_CLOEXEC: ::c_int = O_CLOEXEC;
| ------------------------------------------ similarly named constant `IN_CLOEXEC` defined here
...
3323 | pub const OPEN_TREE_CLOEXEC: ::c_uint = O_CLOEXEC as ::c_uint;
| ^^^^^^^^^ help: a constant with a similar name exists: `IN_CLOEXEC`
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:3793:28
|
3793 | pub const J1939_NO_NAME: ::c_ulong = 0;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
3793 - pub const J1939_NO_NAME: ::c_ulong = 0;
3793 + pub const J1939_NO_NAME: c_ulong = 0;
|
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4125:27
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4125 | offset: ::off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4131:27
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4131 | offset: ::off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4136:30
|
4136 | host: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4136 | host: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4136 - host: *mut ::c_char,
4136 + host: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4138:30
|
4138 | serv: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4138 | serv: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4138 - serv: *mut ::c_char,
4138 + serv: *mut c_char,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4149:28
|
4149 | liovcnt: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4149 - liovcnt: ::c_ulong,
4149 + liovcnt: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4151:28
|
4151 | riovcnt: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4151 - riovcnt: ::c_ulong,
4151 + riovcnt: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4152:26
|
4152 | flags: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4152 - flags: ::c_ulong,
4152 + flags: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4157:28
|
4157 | liovcnt: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4157 - liovcnt: ::c_ulong,
4157 + liovcnt: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4159:28
|
4159 | riovcnt: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4159 - riovcnt: ::c_ulong,
4159 + riovcnt: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4160:26
|
4160 | flags: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4160 - flags: ::c_ulong,
4160 + flags: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4178:32
|
4178 | name: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4178 | name: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4178 - name: *const ::c_char,
4178 + name: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4180:29
|
4180 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4180 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4180 - buf: *mut ::c_char,
4180 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4185:42
|
4185 | pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4185 | pub fn shm_open(name: *const char, oflag: ::c_int, mode: mode_t) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4186:46
|
4186 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4186 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4186 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
4186 + pub fn shm_unlink(name: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4188:43
|
4188 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4188 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4188 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
4188 + pub fn mq_open(name: *const c_char, oflag: ::c_int, ...) -> ::mqd_t;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4190:45
|
4190 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4190 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4190 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
4190 + pub fn mq_unlink(name: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4193:33
|
4193 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4193 | msg_ptr: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4193 - msg_ptr: *mut ::c_char,
4193 + msg_ptr: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4199:33
|
4199 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4199 | msg_ptr: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4199 - msg_ptr: *mut ::c_char,
4199 + msg_ptr: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4206:35
|
4206 | msg_ptr: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4206 | msg_ptr: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4206 - msg_ptr: *const ::c_char,
4206 + msg_ptr: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4212:35
|
4212 | msg_ptr: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4212 | msg_ptr: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4212 - msg_ptr: *const ::c_char,
4212 + msg_ptr: *const c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4243:50
|
4243 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4243 | pub fn strerror_r(errnum: ::c_int, buf: *mut char, buflen: ::size_t) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4246:22
|
4246 | pub fn labs(i: ::c_long) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4246 - pub fn labs(i: ::c_long) -> ::c_long;
4246 + pub fn labs(i: c_long) -> ::c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4246:35
|
4246 | pub fn labs(i: ::c_long) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4246 - pub fn labs(i: ::c_long) -> ::c_long;
4246 + pub fn labs(i: ::c_long) -> c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4252:27
|
4252 | pub fn lrand48() -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4252 - pub fn lrand48() -> ::c_long;
4252 + pub fn lrand48() -> c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4253:49
|
4253 | pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4253 - pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long;
4253 + pub fn nrand48(xseed: *mut ::c_ushort) -> c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4254:27
|
4254 | pub fn mrand48() -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4254 - pub fn mrand48() -> ::c_long;
4254 + pub fn mrand48() -> c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4255:49
|
4255 | pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4255 - pub fn jrand48(xseed: *mut ::c_ushort) -> ::c_long;
4255 + pub fn jrand48(xseed: *mut ::c_ushort) -> c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4256:28
|
4256 | pub fn srand48(seed: ::c_long);
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4256 - pub fn srand48(seed: ::c_long);
4256 + pub fn srand48(seed: c_long);
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4260:35
|
4260 | pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4260 | pub fn lutimes(file: *const ::c_schar, times: *const ::timeval) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4260 - pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
4260 + pub fn lutimes(file: *const c_char, times: *const ::timeval) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4272:36
|
4272 | pub fn getspnam(name: *const ::c_char) -> *mut spwd;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4272 | pub fn getspnam(name: *const ::c_schar) -> *mut spwd;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4272 - pub fn getspnam(name: *const ::c_char) -> *mut spwd;
4272 + pub fn getspnam(name: *const c_char) -> *mut spwd;
|
error[E0412]: cannot find type `shmid_ds` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4278:61
|
4278 | pub fn shmctl(shmid: ::c_int, cmd: ::c_int, buf: *mut ::shmid_ds) -> ::c_int;
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4279:36
|
4279 | pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4279 | pub fn ftok(pathname: *const ::c_schar, proj_id: ::c_int) -> ::key_t;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4279 - pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
4279 + pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> ::key_t;
|
error[E0412]: cannot find type `msqid_ds` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4283:59
|
4283 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4289:19
|
4289 | msgtyp: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4289 - msgtyp: ::c_long,
4289 + msgtyp: c_long,
|
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4302:60
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4302 | pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4302:74
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4302 | pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
Checking rustc-std-workspace-alloc v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2023-08-16-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4303:51
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4303 | pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4303:65
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4303 | pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int;
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4306:22
|
4306 | path: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4306 | path: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4307:22
|
4307 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4307 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4312:22
|
4312 | path: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4312 | path: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4313:22
|
4313 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4313 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4319:22
|
4319 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4319 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4324:22
|
4324 | path: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4324 | path: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4325:22
|
4325 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4325 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4331:22
|
4331 | path: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4331 | path: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4332:22
|
4332 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4332 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4339:22
|
4339 | name: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4339 | name: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4344:35
|
4344 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4344 | pub fn listxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4344:54
|
4344 | pub fn listxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4344 | pub fn listxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4345:36
|
4345 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4345 | pub fn llistxattr(path: *const char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4345:55
|
4345 | pub fn llistxattr(path: *const c_char, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4345 | pub fn llistxattr(path: *const c_char, list: *mut char, size: ::size_t) -> ::ssize_t;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4346:52
|
4346 | pub fn flistxattr(filedes: ::c_int, list: *mut c_char, size: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4346 | pub fn flistxattr(filedes: ::c_int, list: *mut char, size: ::size_t) -> ::ssize_t;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4347:37
|
4347 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4347 | pub fn removexattr(path: *const char, name: *const c_char) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4347:58
|
4347 | pub fn removexattr(path: *const c_char, name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4347 | pub fn removexattr(path: *const c_char, name: *const char) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4348:38
|
4348 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4348 | pub fn lremovexattr(path: *const char, name: *const c_char) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4348:59
|
4348 | pub fn lremovexattr(path: *const c_char, name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4348 | pub fn lremovexattr(path: *const c_char, name: *const char) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4349:56
|
4349 | pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4349 | pub fn fremovexattr(filedes: ::c_int, name: *const char) -> ::c_int;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4350:49
|
4350 | pub fn signalfd(fd: ::c_int, mask: *const ::sigset_t, flags: ::c_int) -> ::c_int;
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4361:27
|
4361 | special: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4361 | special: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4361 - special: *const ::c_char,
4361 + special: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4363:22
|
4363 | data: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4363 | data: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4363 - data: *mut ::c_char,
4363 + data: *mut c_char,
|
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4370:27
|
4370 | sigmask: *const ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4373:38
|
4373 | pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4373 | pub fn mkostemp(template: *mut ::c_schar, flags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4373 - pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int;
4373 + pub fn mkostemp(template: *mut c_char, flags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4374:39
|
4374 | pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4374 | pub fn mkostemps(template: *mut ::c_schar, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4374 - pub fn mkostemps(template: *mut ::c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
4374 + pub fn mkostemps(template: *mut c_char, suffixlen: ::c_int, flags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4376:21
|
4376 | set: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4377:20
|
4377 | info: *mut siginfo_t,
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4380:36
|
4380 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4380:57
|
4380 | pub fn sigwaitinfo(set: *const sigset_t, info: *mut siginfo_t) -> ::c_int;
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4381:73
|
4381 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4381 | pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4381 - pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
4381 + pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4404:56
|
4404 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4404 | pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_schar, mode: ::mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4404 - pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
4404 + pub fn mkfifoat(dirfd: ::c_int, pathname: *const c_char, mode: ::mode_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4422:25
|
4422 | pattern: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4422 | pattern: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4424:55
|
4424 | errfunc: ::Option ::c_int>,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4424 | errfunc: ::Option ::c_int>,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4431:45
|
4431 | pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4431 - pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long);
4431 + pub fn seekdir(dirp: *mut ::DIR, loc: c_long);
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4433:43
|
4433 | pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4433 - pub fn telldir(dirp: *mut ::DIR) -> ::c_long;
4433 + pub fn telldir(dirp: *mut ::DIR) -> c_long;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4452:38
|
4452 | pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4452 | pub fn mkstemps(template: *mut ::c_schar, suffixlen: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4452 - pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int;
4452 + pub fn mkstemps(template: *mut c_char, suffixlen: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4454:51
|
4454 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4454 | pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4454 - pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char;
4454 + pub fn nl_langinfo(item: ::nl_item) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4456:39
|
4456 | pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4456 | pub fn getdomainname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4456 - pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
4456 + pub fn getdomainname(name: *mut c_char, len: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4457:41
|
4457 | pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4457 | pub fn setdomainname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4457 - pub fn setdomainname(name: *const ::c_char, len: ::size_t) -> ::c_int;
4457 + pub fn setdomainname(name: *const c_char, len: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4461:27
|
4461 | pub fn syscall(num: ::c_long, ...) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4461 - pub fn syscall(num: ::c_long, ...) -> ::c_long;
4461 + pub fn syscall(num: c_long, ...) -> ::c_long;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4461:45
|
4461 | pub fn syscall(num: ::c_long, ...) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4461 - pub fn syscall(num: ::c_long, ...) -> ::c_long;
4461 + pub fn syscall(num: ::c_long, ...) -> c_long;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4485:36
|
4485 | pub fn umount(target: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4485 | pub fn umount(target: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4485 - pub fn umount(target: *const ::c_char) -> ::c_int;
4485 + pub fn umount(target: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4503:35
|
4503 | pub fn swapoff(path: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4503 | pub fn swapoff(path: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4503 - pub fn swapoff(path: *const ::c_char) -> ::c_int;
4503 + pub fn swapoff(path: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4511:23
|
4511 | src: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4511 | src: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4511 - src: *const ::c_char,
4511 + src: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4512:26
|
4512 | target: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4512 | target: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4512 - target: *const ::c_char,
4512 + target: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4513:26
|
4513 | fstype: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4513 | fstype: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4513 - fstype: *const ::c_char,
4513 + fstype: *const c_char,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4514:18
|
4514 | flags: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4514 - flags: ::c_ulong,
4514 + flags: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4517:35
|
4517 | pub fn personality(persona: ::c_ulong) -> ::c_int;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
4517 - pub fn personality(persona: ::c_ulong) -> ::c_int;
4517 + pub fn personality(persona: c_ulong) -> ::c_int;
|
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4524:25
|
4524 | sigmask: *const sigset_t,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4576:24
|
4576 | attr: *const ::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4579:39
|
4579 | pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4579 | pub fn sethostname(name: *const ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4579 - pub fn sethostname(name: *const ::c_char, len: ::size_t) -> ::c_int;
4579 + pub fn sethostname(name: *const c_char, len: ::size_t) -> ::c_int;
|
error[E0573]: expected type, found function `sysinfo`
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4585:31
|
4585 | pub fn sysinfo(info: *mut ::sysinfo) -> ::c_int;
| ^^-------
| |
| help: a struct with a similar name exists: `seminfo`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `seminfo` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4586:37
|
4586 | pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4586 | pub fn umount2(target: *const ::c_schar, flags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4586 - pub fn umount2(target: *const ::c_char, flags: ::c_int) -> ::c_int;
4586 + pub fn umount2(target: *const c_char, flags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4592:34
|
4592 | pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4592 | pub fn swapon(path: *const ::c_schar, swapflags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4592 - pub fn swapon(path: *const ::c_char, swapflags: ::c_int) -> ::c_int;
4592 + pub fn swapon(path: *const c_char, swapflags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4601:22
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
...
4601 | offset: *mut off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4604:38
|
4604 | 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
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4608:21
|
4608 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4608 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4608 - buf: *mut ::c_char,
4608 + buf: *mut c_char,
|
error[E0412]: cannot find type `stack_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4612:35
|
4612 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `stack_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4612:54
|
4612 | pub fn sigaltstack(ss: *const stack_t, oss: *mut stack_t) -> ::c_int;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4616:24
|
4616 | name: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4616 | name: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4616 - name: *const ::c_char,
4616 + name: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4618:21
|
4618 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4618 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4618 - buf: *mut ::c_char,
4618 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4622:38
|
4622 | pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4622 | pub fn initgroups(user: *const ::c_schar, group: ::gid_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4622 - pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int;
4622 + pub fn initgroups(user: *const c_char, group: ::gid_t) -> ::c_int;
|
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4623:54
|
4623 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4623:77
|
4623 | pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t, oldset: *mut sigset_t) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4624:36
|
4624 | pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4624 | pub fn sem_open(name: *const ::c_schar, oflag: ::c_int, ...) -> *mut sem_t;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4624 - pub fn sem_open(name: *const ::c_char, oflag: ::c_int, ...) -> *mut sem_t;
4624 + pub fn sem_open(name: *const c_char, oflag: ::c_int, ...) -> *mut sem_t;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4625:36
|
4625 | pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4625 | pub fn getgrnam(name: *const ::c_schar) -> *mut ::group;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4625 - pub fn getgrnam(name: *const ::c_char) -> *mut ::group;
4625 + pub fn getgrnam(name: *const c_char) -> *mut ::group;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4627:38
|
4627 | pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4627 | pub fn sem_unlink(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4627 - pub fn sem_unlink(name: *const ::c_char) -> ::c_int;
4627 + pub fn sem_unlink(name: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4630:24
|
4630 | name: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4630 | name: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4630 - name: *const ::c_char,
4630 + name: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4632:21
|
4632 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4632 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4632 - buf: *mut ::c_char,
4632 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4639:21
|
4639 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4639 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4639 - buf: *mut ::c_char,
4639 + buf: *mut c_char,
|
error[E0412]: cannot find type `sigset_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4643:32
|
4643 | pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4651:24
|
4651 | user: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4651 | user: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4651 - user: *const ::c_char,
4651 + user: *const c_char,
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4660:34
|
4660 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4660 | pub fn popen(command: *const char, mode: *const c_char) -> *mut ::FILE;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4660:55
|
4660 | pub fn popen(command: *const c_char, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4660 | pub fn popen(command: *const c_char, mode: *const char) -> *mut ::FILE;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4663:28
|
4663 | pathname: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4663 | pathname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4663 - pathname: *const ::c_char,
4663 + pathname: *const c_char,
|
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4669:24
|
4669 | attr: *const ::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4684:41
|
4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4684 | pub fn setmntent(filename: *const ::c_schar, ty: *const ::c_char) -> *mut ::FILE;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4684 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE;
4684 + pub fn setmntent(filename: *const c_char, ty: *const ::c_char) -> *mut ::FILE;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4684:62
|
4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4684 | pub fn setmntent(filename: *const ::c_char, ty: *const ::c_schar) -> *mut ::FILE;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4684 - pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE;
4684 + pub fn setmntent(filename: *const ::c_char, ty: *const c_char) -> *mut ::FILE;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4688:58
|
4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4688 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char;
4688 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4688:76
|
4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4688 | pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4688 - pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char;
4688 + pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4692:24
|
4692 | path: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4692 | path: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4692 - path: *const ::c_char,
4692 + path: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4695:29
|
4695 | argv: *const *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4695 | argv: *const *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4695 - argv: *const *mut ::c_char,
4695 + argv: *const *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4696:29
|
4696 | envp: *const *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4696 | envp: *const *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4696 - envp: *const *mut ::c_char,
4696 + envp: *const *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4700:24
|
4700 | file: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4700 | file: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4700 - file: *const ::c_char,
4700 + file: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4703:29
|
4703 | argv: *const *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4703 | argv: *const *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4703 - argv: *const *mut ::c_char,
4703 + argv: *const *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4704:29
|
4704 | envp: *const *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4704 | envp: *const *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4704 - envp: *const *mut ::c_char,
4704 + envp: *const *mut c_char,
|
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4710:25
|
4710 | default: *mut ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4714:27
|
4714 | default: *const ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4718:25
|
4718 | default: *mut ::sigset_t,
| ^^^^^^^^ not found in the crate root
Checking gimli v0.28.0
Checking hashbrown v0.14.0
Checking miniz_oxide v0.7.1
error[E0412]: cannot find type `sigset_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4722:27
|
4722 | default: *const ::sigset_t,
| ^^^^^^^^ not found in the crate root
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4753:24
|
4753 | path: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4753 | path: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4753 - path: *const ::c_char,
4753 + path: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4775:58
|
4775 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4775 | pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_schar, mask: u32) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4775 - pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int;
4775 + pub fn inotify_add_watch(fd: ::c_int, path: *const c_char, mask: u32) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4778:60
|
4778 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4778 | pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_schar, cflags: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4778 - pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int;
4778 + pub fn regcomp(preg: *mut ::regex_t, pattern: *const c_char, cflags: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4782:25
|
4782 | input: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4782 | input: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4782 - input: *const ::c_char,
4782 + input: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4791:24
|
4791 | errbuf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4791 | errbuf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4791 - errbuf: *mut ::c_char,
4791 + errbuf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4797:40
|
4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4797 | pub fn iconv_open(tocode: *const ::c_schar, fromcode: *const ::c_char) -> iconv_t;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4797 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
4797 + pub fn iconv_open(tocode: *const c_char, fromcode: *const ::c_char) -> iconv_t;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4797:67
|
4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4797 | pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_schar) -> iconv_t;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4797 - pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t;
4797 + pub fn iconv_open(tocode: *const ::c_char, fromcode: *const c_char) -> iconv_t;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4800:28
|
4800 | inbuf: *mut *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4800 | inbuf: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4800 - inbuf: *mut *mut ::c_char,
4800 + inbuf: *mut *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4802:29
|
4802 | outbuf: *mut *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4802 | outbuf: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4802 - outbuf: *mut *mut ::c_char,
4802 + outbuf: *mut *mut c_char,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4824:29
|
4824 | pub fn gethostid() -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4898 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4824 - pub fn gethostid() -> ::c_long;
4824 + pub fn gethostid() -> c_long;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4835:65
|
4835 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4835 | pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4835 - pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
4835 + pub fn pthread_getname_np(thread: ::pthread_t, name: *mut c_char, len: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4836:67
|
4836 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
4836 | pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
4836 - pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int;
4836 + pub fn pthread_setname_np(thread: ::pthread_t, name: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4839:27
|
4839 | argv: *const *mut c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4839 | argv: *const *mut char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4840:27
|
4840 | optstring: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4840 | optstring: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4868:45
|
4868 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4868 | pub fn fopen64(filename: *const char, mode: *const c_char) -> *mut ::FILE;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4868:66
|
4868 | pub fn fopen64(filename: *const c_char, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4868 | pub fn fopen64(filename: *const c_char, mode: *const char) -> *mut ::FILE;
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4870:34
|
4870 | filename: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4870 | filename: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4871:30
|
4871 | mode: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
4871 | mode: *const char,
| ~~~~
help: consider importing this type alias
|
4898 + use ffi::c_char;
|
error[E0412]: cannot find type `c_ulong` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1:22
|
1 | pub type pthread_t = c_ulong;
| ^^^^^^^ not found in this scope
|
help: consider importing this type alias
|
14+ use ffi::c_ulong;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:4:21
|
4 | pub type Lmid_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
14+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
4 - pub type Lmid_t = ::c_long;
4 + pub type Lmid_t = c_long;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:13:28
|
13 | pub type Ioctl = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
140+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
13 - pub type Ioctl = ::c_ulong;
13 + pub type Ioctl = c_ulong;
|
error[E0412]: cannot find type `off_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:63:25
|
63 | pub aio_offset: off_t,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:66:30
|
66 | __glibc_reserved: [::c_char; 32]
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
66 | __glibc_reserved: [::c_schar; 32]
| ~~~~~~~
help: consider importing this type alias
|
140+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
66 - __glibc_reserved: [::c_char; 32]
66 + __glibc_reserved: [c_char; 32]
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:81:35
|
81 | pub gl_pathv: *mut *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
81 | pub gl_pathv: *mut *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
140+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
81 - pub gl_pathv: *mut *mut ::c_char,
81 + pub gl_pathv: *mut *mut c_char,
|
error[E0425]: cannot find value `NCCS` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:114:30
|
114 | pub c_cc: [::cc_t; ::NCCS],
| ^^^^ not found in the crate root
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:176:24
|
176 | pub rt_pad1: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
176 - pub rt_pad1: ::c_ulong,
176 + pub rt_pad1: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:182:24
|
182 | pub rt_pad3: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
182 - pub rt_pad3: ::c_ulong,
182 + pub rt_pad3: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:190:28
|
190 | pub rt_dev: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
190 | pub rt_dev: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
190 - pub rt_dev: *mut ::c_char,
190 + pub rt_dev: *mut c_char,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:191:23
|
191 | pub rt_mtu: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
191 - pub rt_mtu: ::c_ulong,
191 + pub rt_mtu: c_ulong,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:192:26
|
192 | pub rt_window: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
192 - pub rt_window: ::c_ulong,
192 + pub rt_window: c_ulong,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:201:23
|
201 | pub offset: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
201 - pub offset: ::c_long,
201 + pub offset: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:205:21
|
205 | pub freq: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
205 - pub freq: ::c_long,
205 + pub freq: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:209:25
|
209 | pub maxerror: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
209 - pub maxerror: ::c_long,
209 + pub maxerror: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:213:25
|
213 | pub esterror: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
213 - pub esterror: ::c_long,
213 + pub esterror: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:218:25
|
218 | pub constant: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
218 - pub constant: ::c_long,
218 + pub constant: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:222:26
|
222 | pub precision: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
222 - pub precision: ::c_long,
222 + pub precision: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:226:26
|
226 | pub tolerance: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
226 - pub tolerance: ::c_long,
226 + pub tolerance: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:231:21
|
231 | pub tick: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
231 - pub tick: ::c_long,
231 + pub tick: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:235:24
|
235 | pub ppsfreq: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
235 - pub ppsfreq: ::c_long,
235 + pub ppsfreq: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:239:23
|
239 | pub jitter: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
239 - pub jitter: ::c_long,
239 + pub jitter: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:244:23
|
244 | pub stabil: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
244 - pub stabil: ::c_long,
244 + pub stabil: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:248:23
|
248 | pub jitcnt: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
248 - pub jitcnt: ::c_long,
248 + pub jitcnt: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:252:23
|
252 | pub calcnt: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
252 - pub calcnt: ::c_long,
252 + pub calcnt: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:256:23
|
256 | pub errcnt: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
256 - pub errcnt: ::c_long,
256 + pub errcnt: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:260:23
|
260 | pub stbcnt: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
260 - pub stbcnt: ::c_long,
260 + pub stbcnt: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:277:25
|
277 | pub maxerror: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
277 - pub maxerror: ::c_long,
277 + pub maxerror: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:278:25
|
278 | pub esterror: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
278 - pub esterror: ::c_long,
278 + pub esterror: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:279:20
|
279 | pub tai: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
279 - pub tai: ::c_long,
279 + pub tai: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:280:34
|
280 | pub __glibc_reserved1: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
280 - pub __glibc_reserved1: ::c_long,
280 + pub __glibc_reserved1: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:281:34
|
281 | pub __glibc_reserved2: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
281 - pub __glibc_reserved2: ::c_long,
281 + pub __glibc_reserved2: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:282:34
|
282 | pub __glibc_reserved3: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
282 - pub __glibc_reserved3: ::c_long,
282 + pub __glibc_reserved3: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:283:34
|
283 | pub __glibc_reserved4: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
283 - pub __glibc_reserved4: ::c_long,
283 + pub __glibc_reserved4: c_long,
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:290:21
|
290 | __syntax: ::c_ulong,
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
290 - __syntax: ::c_ulong,
290 + __syntax: c_ulong,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:291:27
|
291 | __fastmap: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
291 | __fastmap: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
291 - __fastmap: *mut ::c_char,
291 + __fastmap: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:292:29
|
292 | __translate: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
292 | __translate: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
292 - __translate: *mut ::c_char,
292 + __translate: *mut c_char,
|
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:324:20
|
324 | pub off: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:330:19
|
330 | pub nr: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:331:22
|
331 | pub args: [::__u64; 6],
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__s64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:335:21
|
335 | pub sval: ::__s64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:340:19
|
340 | pub nr: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:341:22
|
341 | pub args: [::__u64; 6],
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:349:36
|
349 | pub instruction_pointer: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:350:30
|
350 | pub stack_pointer: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:356:6
|
356 | impl siginfo_t {
| ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f`
...
411 | struct siginfo_f {
| ---------------- similarly named struct `siginfo_f` defined here
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:365:27
|
365 | (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr
| ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f`
...
411 | struct siginfo_f {
| ---------------- similarly named struct `siginfo_f` defined here
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:378:27
|
378 | (*(self as *const siginfo_t as *const siginfo_timer)).si_sigval
| ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f`
...
411 | struct siginfo_f {
| ---------------- similarly named struct `siginfo_f` defined here
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:390:25
|
390 | si_utime: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
390 - si_utime: ::c_long,
390 + si_utime: c_long,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:391:25
|
391 | si_stime: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
391 - si_stime: ::c_long,
391 + si_stime: c_long,
|
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:416:14
|
411 | struct siginfo_f {
| ---------------- similarly named struct `siginfo_f` defined here
...
416 | impl siginfo_t {
| ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f`
error[E0412]: cannot find type `siginfo_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:418:36
|
411 | struct siginfo_f {
| ---------------- similarly named struct `siginfo_f` defined here
...
418 | &(*(self as *const siginfo_t as *const siginfo_f)).sifields
| ^^^^^^^^^ help: a struct with a similar name exists: `siginfo_f`
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:433:48
|
433 | pub unsafe fn si_utime(&self) -> ::c_long {
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
433 - pub unsafe fn si_utime(&self) -> ::c_long {
433 + pub unsafe fn si_utime(&self) -> c_long {
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:437:48
|
437 | pub unsafe fn si_stime(&self) -> ::c_long {
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
437 - pub unsafe fn si_stime(&self) -> ::c_long {
437 + pub unsafe fn si_stime(&self) -> c_long {
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:460:25
|
460 | pub ut_line: [::c_char; __UT_LINESIZE],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
460 | pub ut_line: [::c_schar; __UT_LINESIZE],
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
460 - pub ut_line: [::c_char; __UT_LINESIZE],
460 + pub ut_line: [c_char; __UT_LINESIZE],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:461:23
|
461 | pub ut_id: [::c_char; 4],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
461 | pub ut_id: [::c_schar; 4],
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
461 - pub ut_id: [::c_char; 4],
461 + pub ut_id: [c_char; 4],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:463:25
|
463 | pub ut_user: [::c_char; __UT_NAMESIZE],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
463 | pub ut_user: [::c_schar; __UT_NAMESIZE],
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
463 - pub ut_user: [::c_char; __UT_NAMESIZE],
463 + pub ut_user: [c_char; __UT_NAMESIZE],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:464:25
|
464 | pub ut_host: [::c_char; __UT_HOSTSIZE],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
464 | pub ut_host: [::c_schar; __UT_HOSTSIZE],
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
464 - pub ut_host: [::c_char; __UT_HOSTSIZE],
464 + pub ut_host: [c_char; __UT_HOSTSIZE],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:494:30
|
494 | __glibc_reserved: [::c_char; 20],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
494 | __glibc_reserved: [::c_schar; 20],
| ~~~~~~~
help: consider importing this type alias
|
1405+ use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
494 - __glibc_reserved: [::c_char; 20],
494 + __glibc_reserved: [c_char; 20],
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:641:26
|
641 | pub const MS_RMT_MASK: ::c_ulong = 0x02800051;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
641 - pub const MS_RMT_MASK: ::c_ulong = 0x02800051;
641 + pub const MS_RMT_MASK: c_ulong = 0x02800051;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:658:25
|
658 | pub const LM_ID_BASE: ::c_long = 0;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
658 - pub const LM_ID_BASE: ::c_long = 0;
658 + pub const LM_ID_BASE: c_long = 0;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:659:26
|
659 | pub const LM_ID_NEWLM: ::c_long = -1;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
659 - pub const LM_ID_NEWLM: ::c_long = -1;
659 + pub const LM_ID_NEWLM: c_long = -1;
|
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:672:36
|
672 | pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK;
| ^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `O_NONBLOCK` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:673:38
|
672 | pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK;
| ---------------------------------------------- similarly named constant `SOCK_NONBLOCK` defined here
673 | pub const PIDFD_NONBLOCK: ::c_uint = O_NONBLOCK as ::c_uint;
| ^^^^^^^^^^ help: a constant with a similar name exists: `SOCK_NONBLOCK`
error[E0425]: cannot find value `EOPNOTSUPP` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:711:30
|
711 | pub const ENOTSUP: ::c_int = EOPNOTSUPP;
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:816:26
|
816 | pub const ST_RELATIME: ::c_ulong = 4096;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
816 - pub const ST_RELATIME: ::c_ulong = 4096;
816 + pub const ST_RELATIME: c_ulong = 4096;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:824:43
|
824 | pub const BINDERFS_SUPER_MAGIC: ::c_long = 0x6c6f6f70;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
824 - pub const BINDERFS_SUPER_MAGIC: ::c_long = 0x6c6f6f70;
824 + pub const BINDERFS_SUPER_MAGIC: c_long = 0x6c6f6f70;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:825:38
|
825 | pub const XFS_SUPER_MAGIC: ::c_long = 0x58465342;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405+ use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
825 - pub const XFS_SUPER_MAGIC: ::c_long = 0x58465342;
825 + pub const XFS_SUPER_MAGIC: c_long = 0x58465342;
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1077:20
|
1077 | pub const MAXTC: ::c_long = 6;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1077 - pub const MAXTC: ::c_long = 6;
1077 + pub const MAXTC: c_long = 6;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1110:21
|
1110 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1110 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1110 - buf: *mut ::c_char,
1110 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1115:21
|
1115 | s: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1115 | s: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1115 - s: *const ::c_char,
1115 + s: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1117:21
|
1117 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1117 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1117 - buf: *mut ::c_char,
1117 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1123:21
|
1123 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1123 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1123 - buf: *mut ::c_char,
1123 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1166:36
|
1166 | pub fn utmpname(file: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1166 | pub fn utmpname(file: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1166 - pub fn utmpname(file: *const ::c_char) -> ::c_int;
1166 + pub fn utmpname(file: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1167:37
|
1167 | pub fn utmpxname(file: *const ::c_char) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1167 | pub fn utmpxname(file: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1167 - pub fn utmpxname(file: *const ::c_char) -> ::c_int;
1167 + pub fn utmpxname(file: *const c_char) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1179:26
|
1179 | pathname: *const c_char,
| ^^^^^^
|
help: a builtin type with a similar name exists
|
1179 | pathname: *const char,
| ~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1186:31
|
1186 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1186 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
1186 + pub fn getauxval(type_: c_ulong) -> ::c_ulong;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1186:45
|
1186 | pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1186 - pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
1186 + pub fn getauxval(type_: ::c_ulong) -> c_ulong;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1199:24
|
1199 | path: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1199 | path: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1199 - path: *const ::c_char,
1199 + path: *const c_char,
|
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1205:19
|
1205 | offset: ::off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `off_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1212:19
|
1212 | offset: ::off_t,
| ^^^^^ help: a type alias with a similar name exists: `loff_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:15:1
|
15 | pub type loff_t = ::c_longlong;
| ------------------------------- similarly named type alias `loff_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1231:27
|
1231 | oldpath: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1231 | oldpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1231 - oldpath: *const ::c_char,
1231 + oldpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1233:27
|
1233 | newpath: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1233 | newpath: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1233 - newpath: *const ::c_char,
1233 + newpath: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1242:30
|
1242 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1242 | pub fn ctermid(s: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1242 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
1242 + pub fn ctermid(s: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1242:48
|
1242 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1242 | pub fn ctermid(s: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1242 - pub fn ctermid(s: *mut ::c_char) -> *mut ::c_char;
1242 + pub fn ctermid(s: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_ulong` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1243:42
|
1243 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
1243 - pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
1243 + pub fn ioctl(fd: ::c_int, request: c_ulong, ...) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1246:27
|
1246 | pattern: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1246 | pattern: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1246 - pattern: *const ::c_char,
1246 + pattern: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1248:57
|
1248 | errfunc: ::Option ::c_int>,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1248 | errfunc: ::Option ::c_int>,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1248 - errfunc: ::Option ::c_int>,
1248 + errfunc: ::Option ::c_int>,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1252:48
|
1252 | pub fn ptrace(request: ::c_uint, ...) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1252 - pub fn ptrace(request: ::c_uint, ...) -> ::c_long;
1252 + pub fn ptrace(request: ::c_uint, ...) -> c_long;
|
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1254:24
|
1254 | attr: *const ::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `pthread_attr_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1259:22
|
1259 | attr: *mut ::pthread_attr_t,
| ^^^^^^^^^^^^^^ help: a struct with a similar name exists: `pthread_cond_t`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:112:13
|
112 | pub struct $i { $($field)* }
| ------------- similarly named struct `pthread_cond_t` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1280:21
|
1280 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1280 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1280 - buf: *mut ::c_char,
1280 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1286:21
|
1286 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1286 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1286 - buf: *mut ::c_char,
1286 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1293:21
|
1293 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1293 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1293 - buf: *mut ::c_char,
1293 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1300:21
|
1300 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1300 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1300 - buf: *mut ::c_char,
1300 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_long` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1308:32
|
1308 | pub fn sethostid(hostid: ::c_long) -> ::c_int;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
1405 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1308 - pub fn sethostid(hostid: ::c_long) -> ::c_int;
1308 + pub fn sethostid(hostid: c_long) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1310:40
|
1310 | pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1310 | pub fn memfd_create(name: *const ::c_schar, flags: ::c_uint) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1310 - pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int;
1310 + pub fn memfd_create(name: *const c_char, flags: ::c_uint) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1313:42
|
1313 | pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1313 | pub fn euidaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1313 - pub fn euidaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int;
1313 + pub fn euidaccess(pathname: *const c_char, mode: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1314:39
|
1314 | pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1314 | pub fn eaccess(pathname: *const ::c_schar, mode: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1314 - pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int;
1314 + pub fn eaccess(pathname: *const c_char, mode: ::c_int) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1316:51
|
1316 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1316 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1316 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char;
1316 + pub fn asctime_r(tm: *const ::tm, buf: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1316:69
|
1316 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1316 | pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1316 - pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut ::c_char;
1316 + pub fn asctime_r(tm: *const ::tm, buf: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `time_t` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1317:34
|
1317 | pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^ help: a struct with a similar name exists: `timex`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `timex` defined here
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1317:54
|
1317 | pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1317 | pub fn ctime_r(timep: *const time_t, buf: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1317 - pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char;
1317 + pub fn ctime_r(timep: *const time_t, buf: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1317:72
|
1317 | pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1317 | pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1317 - pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char;
1317 + pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1320:19
|
1320 | s: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1320 | s: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1320 - s: *mut ::c_char,
1320 + s: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1322:26
|
1322 | format: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1322 | format: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1322 - format: *const ::c_char,
1322 + format: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1325:33
|
1325 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1325 | pub fn strptime(s: *const ::c_schar, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1325 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
1325 + pub fn strptime(s: *const c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1325:58
|
1325 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1325 | pub fn strptime(s: *const ::c_char, format: *const ::c_schar, tm: *mut ::tm) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1325 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
1325 + pub fn strptime(s: *const ::c_char, format: *const c_char, tm: *mut ::tm) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1325:91
|
1325 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1325 | pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1325 - pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut ::c_char;
1325 + pub fn strptime(s: *const ::c_char, format: *const ::c_char, tm: *mut ::tm) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1327:33
|
1327 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1327 | pub fn dirname(path: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1327 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
1327 + pub fn dirname(path: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1327:51
|
1327 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1327 | pub fn dirname(path: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1327 - pub fn dirname(path: *mut ::c_char) -> *mut ::c_char;
1327 + pub fn dirname(path: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1330:40
|
1330 | pub fn posix_basename(path: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1330 | pub fn posix_basename(path: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1330 - pub fn posix_basename(path: *mut ::c_char) -> *mut ::c_char;
1330 + pub fn posix_basename(path: *mut c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1330:58
|
1330 | pub fn posix_basename(path: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1330 | pub fn posix_basename(path: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1330 - pub fn posix_basename(path: *mut ::c_char) -> *mut ::c_char;
1330 + pub fn posix_basename(path: *mut ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1333:40
|
1333 | pub fn gnu_basename(path: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1333 | pub fn gnu_basename(path: *const ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1333 - pub fn gnu_basename(path: *const ::c_char) -> *mut ::c_char;
1333 + pub fn gnu_basename(path: *const c_char) -> *mut ::c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1333:58
|
1333 | pub fn gnu_basename(path: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1333 | pub fn gnu_basename(path: *const ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1333 - pub fn gnu_basename(path: *const ::c_char) -> *mut ::c_char;
1333 + pub fn gnu_basename(path: *const ::c_char) -> *mut c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1334:53
|
1334 | pub fn dlmopen(lmid: Lmid_t, filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1334 | pub fn dlmopen(lmid: Lmid_t, filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1334 - pub fn dlmopen(lmid: Lmid_t, filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1334 + pub fn dlmopen(lmid: Lmid_t, filename: *const c_char, flag: ::c_int) -> *mut ::c_void;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1343:47
|
1343 | pub fn gnu_get_libc_release() -> *const ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1343 | pub fn gnu_get_libc_release() -> *const ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1343 - pub fn gnu_get_libc_release() -> *const ::c_char;
1343 + pub fn gnu_get_libc_release() -> *const c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1344:47
|
1344 | pub fn gnu_get_libc_version() -> *const ::c_char;
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1344 | pub fn gnu_get_libc_version() -> *const ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1344 - pub fn gnu_get_libc_version() -> *const ::c_char;
1344 + pub fn gnu_get_libc_version() -> *const c_char;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1350:24
|
1350 | path: *const ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1350 | path: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1350 - path: *const ::c_char,
1350 + path: *const c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/mod.rs:1372:21
|
1372 | buf: *mut ::c_char,
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
1372 | buf: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
1405 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1372 - buf: *mut ::c_char,
1372 + buf: *mut c_char,
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/gnu/align.rs:11:20
|
11 | __size: [::c_char; 32],
| ^^^^^^
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
|
help: a type alias with a similar name exists
|
11 | __size: [::c_schar; 32],
| ~~~~~~~
help: consider importing this type alias
|
1 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
11 - __size: [::c_char; 32],
11 + __size: [c_char; 32],
|
error[E0412]: cannot find type `rlim_t` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/arch/generic/mod.rs:292:28
|
292 | pub const RLIM_INFINITY: ::rlim_t = !0;
| ^^^^^^ help: a struct with a similar name exists: `rlimit`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/macros.rs:77:13
|
77 | pub struct $i { $($field)* }
| ------------- similarly named struct `rlimit` defined here
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEXATTR_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:28:30
|
28 | size: [u8; ::__SIZEOF_PTHREAD_MUTEXATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCKATTR_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:39:30
|
39 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCKATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_CONDATTR_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:45:30
|
45 | size: [u8; ::__SIZEOF_PTHREAD_CONDATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIERATTR_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:51:30
|
51 | size: [u8; ::__SIZEOF_PTHREAD_BARRIERATTR_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4914:1
|
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `__u64` in this scope
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:60:27
|
60 | pub mask: __u64,
| ^^^^^ not found in this scope
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:4914:1
|
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_MUTEX_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:106:30
|
106 | size: [u8; ::__SIZEOF_PTHREAD_MUTEX_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_RWLOCK_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:130:30
|
130 | size: [u8; ::__SIZEOF_PTHREAD_RWLOCK_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `__SIZEOF_PTHREAD_BARRIER_T` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/align.rs:154:30
|
154 | size: [u8; ::__SIZEOF_PTHREAD_BARRIER_T],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `__SIZEOF_PTHREAD_COND_T`
|
::: /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/mod.rs:1917:1
|
1917 | pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
| ---------------------------------------------- similarly named constant `__SIZEOF_PTHREAD_COND_T` defined here
...
4914 | expand_align!();
| --------------- in this macro invocation
|
= note: this error originates in the macro `expand_align` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/non_exhaustive.rs:5:22
|
5 | pub flags: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/non_exhaustive.rs:6:21
|
6 | pub mode: ::__u64,
| ^^^^^ not found in the crate root
error[E0412]: cannot find type `__u64` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/unix/linux_like/linux/non_exhaustive.rs:7:24
|
7 | pub resolve: ::__u64,
| ^^^^^ not found in the crate root
Checking object v0.32.0
Some errors have detailed explanations: E0412, E0425, E0573.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 906 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed