Build results for nightly-2024-09-26 target riscv32-wrs-vxworks miri-std
error
Preparing a sysroot for Miri (target: riscv32-wrs-vxworks)...
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
Compiling compiler_builtins v0.1.125
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.158
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
Checking rustc-std-workspace-core v1.99.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-09-26-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
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.158/src/vxworks/mod.rs:39:23
|
39 | pub type blkcnt_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
39 - pub type blkcnt_t = ::c_long;
39 + pub type blkcnt_t = 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.158/src/vxworks/mod.rs:40:24
|
40 | pub type blksize_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
40 - pub type blksize_t = ::c_long;
40 + pub type blksize_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.158/src/vxworks/mod.rs:41:20
|
41 | pub type ino_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
41 - pub type ino_t = ::c_ulong;
41 + pub type ino_t = 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.158/src/vxworks/mod.rs:43:21
|
43 | pub type rlim_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
43 - pub type rlim_t = ::c_ulong;
43 + pub type rlim_t = 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.158/src/vxworks/mod.rs:44:26
|
44 | pub type suseconds_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
44 - pub type suseconds_t = ::c_long;
44 + pub type suseconds_t = 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.158/src/vxworks/mod.rs:45:21
|
45 | pub type time_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
45 - pub type time_t = ::c_long;
45 + pub type time_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.158/src/vxworks/mod.rs:49:25
|
49 | pub type useconds_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
49 - pub type useconds_t = ::c_ulong;
49 + pub type useconds_t = 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.158/src/vxworks/mod.rs:53:24
|
53 | pub type pthread_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
53 - pub type pthread_t = ::c_ulong;
53 + pub type pthread_t = 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.158/src/vxworks/mod.rs:58:20
|
58 | pub type dev_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
58 - pub type dev_t = ::c_ulong;
58 + pub type dev_t = 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.158/src/vxworks/mod.rs:60:22
|
60 | pub type nlink_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
60 - pub type nlink_t = ::c_ulong;
60 + pub type nlink_t = 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.158/src/vxworks/mod.rs:64:20
|
64 | pub type key_t = ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
64 - pub type key_t = ::c_long;
64 + pub type key_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.158/src/vxworks/mod.rs:69:28
|
69 | pub type pthread_key_t = ::c_ulong;
| ^^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_ulong;
|
help: if you import `c_ulong`, refer to it directly
|
69 - pub type pthread_key_t = ::c_ulong;
69 + pub type pthread_key_t = 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.158/src/vxworks/mod.rs:154:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
154 | pub condSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
| ^^^^^^
|
help: a type alias with a similar name exists
|
154 | pub condSemName: [::c_schar; _PTHREAD_SHARED_SEM_NAME_MAX]
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
154 - pub condSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
154 + pub condSemName: [c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:172:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
172 | pub rwlockSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
| ^^^^^^
|
help: a type alias with a similar name exists
|
172 | pub rwlockSemName: [::c_schar; _PTHREAD_SHARED_SEM_NAME_MAX]
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
172 - pub rwlockSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
172 + pub rwlockSemName: [c_char; _PTHREAD_SHARED_SEM_NAME_MAX]
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:190:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
190 | pub sa_data : [::c_char; 14],
| ^^^^^^
|
help: a type alias with a similar name exists
|
190 | pub sa_data : [::c_schar; 14],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
190 - pub sa_data : [::c_char; 14],
190 + pub sa_data : [c_char; 14],
|
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.158/src/vxworks/mod.rs:252:25
|
252 | pub tv_nsec : ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
252 - pub tv_nsec : ::c_long,
252 + pub tv_nsec : 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.158/src/vxworks/mod.rs:275:48
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
275 | pub threadAttrName : *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
275 | pub threadAttrName : *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
275 - pub threadAttrName : *mut ::c_char,
275 + pub threadAttrName : *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.158/src/vxworks/mod.rs:326:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
326 | pub mutexSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX],
| ^^^^^^
|
help: a type alias with a similar name exists
|
326 | pub mutexSemName: [::c_schar; _PTHREAD_SHARED_SEM_NAME_MAX],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
326 - pub mutexSemName: [::c_char; _PTHREAD_SHARED_SEM_NAME_MAX],
326 + pub mutexSemName: [c_char; _PTHREAD_SHARED_SEM_NAME_MAX],
|
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.158/src/vxworks/mod.rs:332:24
|
332 | pub tv_nsec: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
332 - pub tv_nsec: ::c_long,
332 + pub tv_nsec: 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.158/src/vxworks/mod.rs:378:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
378 | pub ai_canonname: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
378 | pub ai_canonname: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
378 - pub ai_canonname: *mut ::c_char,
378 + pub ai_canonname: *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.158/src/vxworks/mod.rs:389:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
389 | pub sin_zero : [::c_char; 8],
| ^^^^^^
|
help: a type alias with a similar name exists
|
389 | pub sin_zero : [::c_schar; 8],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
389 - pub sin_zero : [::c_char; 8],
389 + pub sin_zero : [c_char; 8],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:403:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
403 | pub dli_fname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
403 | pub dli_fname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
403 - pub dli_fname: *const ::c_char,
403 + 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.158/src/vxworks/mod.rs:405:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
405 | pub dli_sname: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
405 | pub dli_sname: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
405 - pub dli_sname: *const ::c_char,
405 + pub dli_sname: *const 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.158/src/vxworks/mod.rs:410:27
|
410 | pub mq_maxmsg: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
410 - pub mq_maxmsg: ::c_long,
410 + 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.158/src/vxworks/mod.rs:411:27
|
411 | pub mq_msgsize: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
411 - pub mq_msgsize: ::c_long,
411 + 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.158/src/vxworks/mod.rs:412:27
|
412 | pub mq_flags: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
412 - pub mq_flags: ::c_long,
412 + 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.158/src/vxworks/mod.rs:413:27
|
413 | pub mq_curmsgs: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
413 - pub mq_curmsgs: ::c_long,
413 + pub mq_curmsgs: 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.158/src/vxworks/mod.rs:421:25
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
421 | pub d_name : [::c_char; _PARM_NAME_MAX as usize + 1],
| ^^^^^^
|
help: a type alias with a similar name exists
|
421 | pub d_name : [::c_schar; _PARM_NAME_MAX as usize + 1],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
421 - pub d_name : [::c_char; _PARM_NAME_MAX as usize + 1],
421 + pub d_name : [c_char; _PARM_NAME_MAX as usize + 1],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:427:26
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
427 | pub sun_path: [::c_char; 104]
| ^^^^^^
|
help: a type alias with a similar name exists
|
427 | pub sun_path: [::c_schar; 104]
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
427 - pub sun_path: [::c_char; 104]
427 + pub sun_path: [c_char; 104]
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:437:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
437 | pub pathName : [::c_char; VX_RTP_NAME_LENGTH as usize + 1],
| ^^^^^^
|
help: a type alias with a similar name exists
|
437 | pub pathName : [::c_schar; VX_RTP_NAME_LENGTH as usize + 1],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
437 - pub pathName : [::c_char; VX_RTP_NAME_LENGTH as usize + 1],
437 + pub pathName : [c_char; VX_RTP_NAME_LENGTH as usize + 1],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:446:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
446 | pub __ss_pad1 : [::c_char; _SS_PAD1SIZE],
| ^^^^^^
|
help: a type alias with a similar name exists
|
446 | pub __ss_pad1 : [::c_schar; _SS_PAD1SIZE],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
446 - pub __ss_pad1 : [::c_char; _SS_PAD1SIZE],
446 + pub __ss_pad1 : [c_char; _SS_PAD1SIZE],
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:448:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
448 | pub __ss_pad2 : [::c_char; _SS_PAD2SIZE],
| ^^^^^^
|
help: a type alias with a similar name exists
|
448 | pub __ss_pad2 : [::c_schar; _SS_PAD2SIZE],
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
448 - pub __ss_pad2 : [::c_char; _SS_PAD2SIZE],
448 + pub __ss_pad2 : [c_char; _SS_PAD2SIZE],
|
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.158/src/vxworks/mod.rs:1140:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1140 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1140 | pub fn fopen(filename: *const c_schar, mode: *const c_char) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1140:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1140 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1140 | pub fn fopen(filename: *const c_char, mode: *const c_schar) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1141:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1141 | 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
|
1141 | pub fn freopen(filename: *const c_schar, mode: *const c_char, file: *mut FILE) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1141:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1141 | 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
|
1141 | pub fn freopen(filename: *const c_char, mode: *const c_schar, file: *mut FILE) -> *mut FILE;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1144:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1144 | pub fn remove(filename: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1144 | pub fn remove(filename: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1145:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1145 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1145 | pub fn rename(oldname: *const c_schar, newname: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1145:59
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1145 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1145 | pub fn rename(oldname: *const c_char, newname: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1147:52
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1147 | 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
|
1147 | pub fn setvbuf(stream: *mut FILE, buffer: *mut c_schar, mode: c_int, size: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1148:48
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1148 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1148 | pub fn setbuf(stream: *mut FILE, buf: *mut c_schar);
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1152:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1152 | 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
|
1152 | pub fn fgets(buf: *mut c_schar, n: c_int, stream: *mut FILE) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1152:73
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1152 | 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
|
1152 | pub fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1154:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1154 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1154 | pub fn fputs(s: *const c_schar, stream: *mut FILE) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1155:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1155 | pub fn puts(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1155 | pub fn puts(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1159:45
|
1159 | 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
|
3 + 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.158/src/vxworks/mod.rs:1160:40
|
1160 | pub fn ftell(stream: *mut FILE) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1166:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1166 | pub fn perror(s: *const c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1166 | pub fn perror(s: *const c_schar);
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1167:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1167 | pub fn atof(s: *const c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1167 | pub fn atof(s: *const c_schar) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1168:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1168 | pub fn atoi(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1168 | pub fn atoi(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1169:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1169 | pub fn atol(s: *const c_char) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1169 | pub fn atol(s: *const c_schar) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1169:38
|
1169 | pub fn atol(s: *const c_char) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1170:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1170 | pub fn atoll(s: *const c_char) -> c_longlong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1170 | pub fn atoll(s: *const c_schar) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1171:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1171 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1171 | pub fn strtod(s: *const c_schar, endp: *mut *mut c_char) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1171:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1171 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1171 | pub fn strtod(s: *const c_char, endp: *mut *mut c_schar) -> c_double;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1172:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1172 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1172 | pub fn strtof(s: *const c_schar, endp: *mut *mut c_char) -> c_float;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1172:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1172 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1172 | pub fn strtof(s: *const c_char, endp: *mut *mut c_schar) -> c_float;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1173:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1173 | 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
|
1173 | pub fn strtol(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1173:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1173 | 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
|
1173 | pub fn strtol(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1173:77
|
1173 | 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
|
3 + 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.158/src/vxworks/mod.rs:1174:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1174 | 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
|
1174 | pub fn strtoll(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1174:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1174 | 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
|
1174 | pub fn strtoll(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_longlong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1175:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1175 | 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
|
1175 | pub fn strtoul(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1175:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1175 | 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
|
1175 | pub fn strtoul(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1175:78
|
1175 | 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
|
3 + 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.158/src/vxworks/mod.rs:1176:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1176 | 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
|
1176 | pub fn strtoull(s: *const c_schar, endp: *mut *mut c_char, base: c_int) -> c_ulonglong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1176:55
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1176 | 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
|
1176 | pub fn strtoull(s: *const c_char, endp: *mut *mut c_schar, base: c_int) -> c_ulonglong;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1184:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1184 | pub fn system(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1184 | pub fn system(s: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1185:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1185 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1185 | pub fn getenv(s: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1185:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1185 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1185 | pub fn getenv(s: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1187:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1187 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1187 | pub fn strcpy(dst: *mut c_schar, src: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1187:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1187 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1187 | pub fn strcpy(dst: *mut c_char, src: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1187:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1187 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1187 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1188:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | 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
|
1188 | pub fn strncpy(dst: *mut c_schar, src: *const c_char, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1188:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | 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
|
1188 | pub fn strncpy(dst: *mut c_char, src: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1188:77
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | 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
|
1188 | pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1189:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1189 | pub fn strcat(s: *mut c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1189:46
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1189 | pub fn strcat(s: *mut c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1189:62
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1189 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1190:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | 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
|
1190 | pub fn strncat(s: *mut c_schar, ct: *const c_char, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1190:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | 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
|
1190 | pub fn strncat(s: *mut c_char, ct: *const c_schar, n: size_t) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1190:74
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | 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
|
1190 | pub fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1191:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1191 | pub fn strcmp(cs: *const c_schar, ct: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1191:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1191 | pub fn strcmp(cs: *const c_char, ct: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1192:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1192 | 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
|
1192 | pub fn strncmp(cs: *const c_schar, ct: *const c_char, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1192:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1192 | 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
|
1192 | pub fn strncmp(cs: *const c_char, ct: *const c_schar, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1193:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1193 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1193 | pub fn strcoll(cs: *const c_schar, ct: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1193:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1193 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1193 | pub fn strcoll(cs: *const c_char, ct: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1194:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1194 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1194 | pub fn strchr(cs: *const c_schar, c: c_int) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1194:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1194 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1194 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1195:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1195 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1195 | pub fn strrchr(cs: *const c_schar, c: c_int) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1195:57
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1195 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1195 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1196:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1196 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1196 | pub fn strspn(cs: *const c_schar, ct: *const c_char) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1196:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1196 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1196 | pub fn strspn(cs: *const c_char, ct: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1197:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1197 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1197 | pub fn strcspn(cs: *const c_schar, ct: *const c_char) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1197:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1197 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1197 | pub fn strcspn(cs: *const c_char, ct: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1198:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1198 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1198 | pub fn strdup(cs: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1198:46
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1198 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1198 | pub fn strdup(cs: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1199:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1199 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1199 | pub fn strpbrk(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1199:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1199 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1199 | pub fn strpbrk(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1199:66
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1199 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1199 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1200:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | pub fn strstr(cs: *const c_schar, ct: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1200:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | pub fn strstr(cs: *const c_char, ct: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1200:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1201:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1201 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1201 | pub fn strcasecmp(s1: *const c_schar, s2: *const c_char) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1201:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1201 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1201 | pub fn strcasecmp(s1: *const c_char, s2: *const c_schar) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1202:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1202 | 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
|
1202 | pub fn strncasecmp(s1: *const c_schar, s2: *const c_char, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1202:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1202 | 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
|
1202 | pub fn strncasecmp(s1: *const c_char, s2: *const c_schar, n: size_t) -> c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1203:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1203 | pub fn strlen(cs: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1203 | pub fn strlen(cs: *const c_schar) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1204:39
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1204 | pub fn strerror(n: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1204 | pub fn strerror(n: c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1205:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1205 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1205 | pub fn strtok(s: *mut c_schar, t: *const c_char) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1205:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1205 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1205 | pub fn strtok(s: *mut c_char, t: *const c_schar) -> *mut c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1205:61
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1205 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1205 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1206:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | 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
|
1206 | pub fn strxfrm(s: *mut c_schar, ct: *const c_char, n: size_t) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1206:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | 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
|
1206 | pub fn strxfrm(s: *mut c_char, ct: *const c_schar, n: size_t) -> size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1207:31
|
1207 | 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.158/src/vxworks/mod.rs:1208:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1208 | 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
|
1208 | pub fn wcstombs(dest: *mut c_schar, src: *const wchar_t, n: size_t) -> ::size_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1208:52
|
1208 | 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.158/src/vxworks/mod.rs:1211:31
|
1211 | 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.158/src/vxworks/mod.rs:1211:43
|
1211 | 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.158/src/vxworks/mod.rs:1211:71
|
1211 | 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.158/src/vxworks/mod.rs:1219:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1219 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1219 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1219 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
1219 + 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.158/src/vxworks/mod.rs:1220:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1220 | pub fn printf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1220 | pub fn printf(format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1220 - pub fn printf(format: *const ::c_char, ...) -> ::c_int;
1220 + 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.158/src/vxworks/mod.rs:1221:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1221 | 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
|
1221 | pub fn snprintf(s: *mut ::c_schar, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1221 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
1221 + 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.158/src/vxworks/mod.rs:1221:69
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1221 | 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
|
1221 | pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1221 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
1221 + 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.158/src/vxworks/mod.rs:1222:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1222 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1222 | pub fn sprintf(s: *mut ::c_schar, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1222 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
1222 + 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.158/src/vxworks/mod.rs:1222:55
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1222 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1222 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1222 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
1222 + 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.158/src/vxworks/mod.rs:1223:57
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1223 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1223 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1223 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
1223 + 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.158/src/vxworks/mod.rs:1224:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1224 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1224 | pub fn scanf(format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1224 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
1224 + 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.158/src/vxworks/mod.rs:1225:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1225 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1225 | pub fn sscanf(s: *const ::c_schar, format: *const ::c_char, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1225 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
1225 + 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.158/src/vxworks/mod.rs:1225:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1225 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1225 | pub fn sscanf(s: *const ::c_char, format: *const ::c_schar, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1225 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
1225 + 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.158/src/vxworks/mod.rs:1228:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1228 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1228 | pub fn stat(path: *const c_schar, buf: *mut stat) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1229:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1229 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1229 | pub fn fdopen(fd: ::c_int, mode: *const c_schar) -> *mut ::FILE;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1231:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1231 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1231 | pub fn creat(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1234:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1234 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1234 | pub fn access(path: *const c_schar, amode: ::c_int) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1237:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1237 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1237 | pub fn chown(path: *const c_schar, uid: uid_t, gid: gid_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1238:58
|
1238 | pub fn fpathconf(filedes: ::c_int, name: ::c_int) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1242:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1242 | pub fn getlogin() -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1242 | pub fn getlogin() -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1243:52
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1243 | 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
|
1243 | pub fn getopt(argc: ::c_int, argv: *const *mut c_schar, optstr: *const c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1243:75
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1243 | 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
|
1243 | pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1244:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1244 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1244 | pub fn pathconf(path: *const c_schar, name: ::c_int) -> c_long;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1244:60
|
1244 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
| ^^^^^^ not found in this scope
|
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1249:41
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1249 | pub fn ttyname(fd: ::c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1249 | pub fn ttyname(fd: ::c_int) -> *mut c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1265:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1265 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1265 | pub fn truncate(path: *const c_schar, length: off_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1266:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1266 | pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1266 | pub fn shm_open(name: *const ::c_schar, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1266 - pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
1266 + pub fn shm_open(name: *const c_char, oflag: ::c_int, mode: ::mode_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.158/src/vxworks/mod.rs:1267:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1267 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1267 | pub fn shm_unlink(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1267 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
1267 + pub fn shm_unlink(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.158/src/vxworks/mod.rs:1273:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1273 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1273 | pub fn strerror_r(errnum: ::c_int, buf: *mut c_schar, buflen: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1279:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1279 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1279 | pub fn utimes(filename: *const ::c_schar, times: *const ::timeval) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1279 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
1279 + 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.158/src/vxworks/mod.rs:1282:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1282 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1282 | pub fn dlopen(filename: *const ::c_schar, flag: ::c_int) -> *mut ::c_void;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1282 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1282 + 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.158/src/vxworks/mod.rs:1285:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1285 | pub fn dlerror() -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1285 | pub fn dlerror() -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1285 - pub fn dlerror() -> *mut ::c_char;
1285 + 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.158/src/vxworks/mod.rs:1288:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1288 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1288 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_schar) -> *mut ::c_void;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1288 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
1288 + pub fn dlsym(handle: *mut ::c_void, symbol: *const c_char) -> *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.158/src/vxworks/mod.rs:1305:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1305 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1305 | pub fn gethostname(name: *mut ::c_schar, len: ::size_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1305 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
1305 + pub fn gethostname(name: *mut c_char, len: ::size_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.158/src/vxworks/mod.rs:1307:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1307 | pub fn putenv(string: *mut c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1307 | pub fn putenv(string: *mut c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1308:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1308 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1308 | pub fn setlocale(category: ::c_int, locale: *const ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1308 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1308 + 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.158/src/vxworks/mod.rs:1308:76
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1308 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1308 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1308 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1308 + 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.158/src/vxworks/mod.rs:1313:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1313 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1313 | pub fn mkfifo(path: *const c_schar, mode: mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1317:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1317 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1317 | pub fn mkstemp(template: *mut ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1317 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
1317 + 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.158/src/vxworks/mod.rs:1319:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1319 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1319 | pub fn tmpnam(ptr: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1319 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1319 + 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.158/src/vxworks/mod.rs:1319:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1319 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1319 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1319 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1319 + 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.158/src/vxworks/mod.rs:1321:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1321 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1321 | pub fn openlog(ident: *const ::c_schar, logopt: ::c_int, facility: ::c_int);
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1321 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
1321 + 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.158/src/vxworks/mod.rs:1324:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1324 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1324 | pub fn syslog(priority: ::c_int, message: *const ::c_schar, ...);
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1324 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
1324 + pub fn syslog(priority: ::c_int, message: *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.158/src/vxworks/mod.rs:1325:39
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1325 | 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
|
1325 | pub fn getline(lineptr: *mut *mut c_schar, n: *mut size_t, stream: *mut FILE) -> ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + 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.158/src/vxworks/mod.rs:1334:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1334 | pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1334 | pub fn getcwd(buf: *mut ::c_schar, size: ::size_t) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1334 - pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
1334 + pub fn getcwd(buf: *mut c_char, size: ::size_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.158/src/vxworks/mod.rs:1334:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1334 | pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1334 | pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1334 - pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
1334 + pub fn getcwd(buf: *mut ::c_char, size: ::size_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.158/src/vxworks/mod.rs:1337:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1337 | pub fn chdir(attr: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1337 | pub fn chdir(attr: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1337 - pub fn chdir(attr: *const ::c_char) -> ::c_int;
1337 + pub fn chdir(attr: *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.158/src/vxworks/mod.rs:1370:76
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1370 | pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1370 | pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1370 - pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_char) -> ::c_int;
1370 + pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *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.158/src/vxworks/mod.rs:1406:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1406 | pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1406 | pub fn lstat(path: *const ::c_schar, buf: *mut stat) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1406 - pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int;
1406 + pub fn lstat(path: *const c_char, buf: *mut stat) -> ::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.158/src/vxworks/mod.rs:1420:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1420 | pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1420 | pub fn open(path: *const ::c_schar, oflag: ::c_int, ...) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1420 - pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
1420 + pub fn open(path: *const c_char, oflag: ::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.158/src/vxworks/mod.rs:1533:80
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1533 | pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1533 | pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *mut ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1533 - pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *mut ::c_char) -> ::c_int;
1533 + pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *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.158/src/vxworks/mod.rs:1645:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1645 | pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1645 | pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1645 - pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char;
1645 + pub fn gai_strerror(errcode: ::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.158/src/vxworks/mod.rs:1677:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1677 | pub fn unlink(pathname: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1677 | pub fn unlink(pathname: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1677 - pub fn unlink(pathname: *const ::c_char) -> ::c_int;
1677 + pub fn unlink(pathname: *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.158/src/vxworks/mod.rs:1685:24
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1685 | node: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1685 | node: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1685 - node: *const ::c_char,
1685 + node: *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.158/src/vxworks/mod.rs:1686:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1686 | service: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1686 | service: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1686 - service: *const ::c_char,
1686 + service: *const 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.158/src/vxworks/mod.rs:1707:40
|
1707 | pub fn sysconf(attr: ::c_int) -> ::c_long;
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
3 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
1707 - pub fn sysconf(attr: ::c_int) -> ::c_long;
1707 + pub fn sysconf(attr: ::c_int) -> 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.158/src/vxworks/mod.rs:1712:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1712 | envVarName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1712 | envVarName: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1712 - envVarName: *const ::c_char,
1712 + envVarName: *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.158/src/vxworks/mod.rs:1713:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1713 | envVarValue: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1713 | envVarValue: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1713 - envVarValue: *const ::c_char,
1713 + envVarValue: *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.158/src/vxworks/mod.rs:1720:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1720 | envVarName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1720 | envVarName: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1720 - envVarName: *const ::c_char,
1720 + envVarName: *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.158/src/vxworks/mod.rs:1724:40
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1724 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1724 | pub fn realpath(fileName: *const ::c_schar, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1724 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1724 + pub fn realpath(fileName: *const c_char, resolvedName: *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.158/src/vxworks/mod.rs:1724:69
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1724 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1724 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1724 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1724 + pub fn realpath(fileName: *const ::c_char, resolvedName: *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.158/src/vxworks/mod.rs:1724:87
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1724 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1724 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1724 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1724 + pub fn realpath(fileName: *const ::c_char, resolvedName: *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.158/src/vxworks/mod.rs:1727:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1727 | pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1727 | pub fn link(src: *const ::c_schar, dst: *const ::c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1727 - pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
1727 + pub fn link(src: *const c_char, dst: *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.158/src/vxworks/mod.rs:1727:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1727 | pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1727 | pub fn link(src: *const ::c_char, dst: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1727 - pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
1727 + pub fn link(src: *const ::c_char, dst: *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.158/src/vxworks/mod.rs:1730:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1730 | pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1730 | pub fn readlink(path: *const ::c_schar, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1730 - pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
1730 + pub fn readlink(path: *const c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_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.158/src/vxworks/mod.rs:1730:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1730 | pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1730 | pub fn readlink(path: *const ::c_char, buf: *mut ::c_schar, bufsize: ::size_t) -> ::ssize_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1730 - pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
1730 + pub fn readlink(path: *const ::c_char, buf: *mut c_char, bufsize: ::size_t) -> ::ssize_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.158/src/vxworks/mod.rs:1733:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1733 | pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1733 | pub fn symlink(path1: *const ::c_schar, path2: *const ::c_char) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1733 - pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
1733 + pub fn symlink(path1: *const c_char, path2: *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.158/src/vxworks/mod.rs:1733:60
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1733 | pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1733 | pub fn symlink(path1: *const ::c_char, path2: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1733 - pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
1733 + pub fn symlink(path1: *const ::c_char, path2: *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.158/src/vxworks/mod.rs:1736:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1736 | pub fn opendir(name: *const ::c_char) -> *mut ::DIR;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1736 | pub fn opendir(name: *const ::c_schar) -> *mut ::DIR;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1736 - pub fn opendir(name: *const ::c_char) -> *mut ::DIR;
1736 + pub fn opendir(name: *const c_char) -> *mut ::DIR;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:1739:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1739 | pub fn rmdir(path: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1739 | pub fn rmdir(path: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1739 - pub fn rmdir(path: *const ::c_char) -> ::c_int;
1739 + pub fn rmdir(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.158/src/vxworks/mod.rs:1742:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1742 | pub fn mkdir(dirName: *const ::c_char, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1742 | pub fn mkdir(dirName: *const ::c_schar, mode: ::mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1742 - pub fn mkdir(dirName: *const ::c_char, mode: ::mode_t) -> ::c_int;
1742 + pub fn mkdir(dirName: *const c_char, mode: ::mode_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.158/src/vxworks/mod.rs:1745:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1745 | pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1745 | pub fn chmod(path: *const ::c_schar, mode: ::mode_t) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1745 - pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int;
1745 + pub fn chmod(path: *const c_char, mode: ::mode_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.158/src/vxworks/mod.rs:1818:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1818 | pubrtpFileName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1818 | pubrtpFileName: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1818 - pubrtpFileName: *const ::c_char,
1818 + pubrtpFileName: *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.158/src/vxworks/mod.rs:1819:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1819 | argv: *mut *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1819 | argv: *mut *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1819 - argv: *mut *const ::c_char,
1819 + argv: *mut *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.158/src/vxworks/mod.rs:1820:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1820 | envp: *mut *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1820 | envp: *mut *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1820 - envp: *mut *const ::c_char,
1820 + envp: *mut *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.158/src/vxworks/mod.rs:1828:41
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1828 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1828 | pub fn _realpath(fileName: *const ::c_schar, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1828 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1828 + pub fn _realpath(fileName: *const c_char, resolvedName: *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.158/src/vxworks/mod.rs:1828:70
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1828 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1828 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_schar) -> *mut ::c_char;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1828 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1828 + pub fn _realpath(fileName: *const ::c_char, resolvedName: *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.158/src/vxworks/mod.rs:1828:88
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1828 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1828 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_schar;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1828 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1828 + pub fn _realpath(fileName: *const ::c_char, resolvedName: *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.158/src/vxworks/mod.rs:1831:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1831 | pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1831 | pub fn _pathIsAbsolute(filepath: *const ::c_schar, pNameTail: *mut *const ::c_char) -> BOOL;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1831 - pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
1831 + pub fn _pathIsAbsolute(filepath: *const c_char, pNameTail: *mut *const ::c_char) -> BOOL;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:1831:80
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1831 | pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1831 | pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_schar) -> BOOL;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1831 - pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
1831 + pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const c_char) -> BOOL;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.158/src/vxworks/mod.rs:1843:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1843 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1843 | pub fn mq_open(name: *const ::c_schar, oflag: ::c_int, ...) -> ::mqd_t;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1843 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
1843 + 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.158/src/vxworks/mod.rs:1845:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1845 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1845 | pub fn mq_unlink(name: *const ::c_schar) -> ::c_int;
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1845 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
1845 + 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.158/src/vxworks/mod.rs:1848:25
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1848 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1848 | msg_ptr: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1848 - msg_ptr: *mut ::c_char,
1848 + 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.158/src/vxworks/mod.rs:1854:25
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1854 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1854 | msg_ptr: *mut ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1854 - msg_ptr: *mut ::c_char,
1854 + 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.158/src/vxworks/mod.rs:1861:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1861 | msg_ptr: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1861 | msg_ptr: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1861 - msg_ptr: *const ::c_char,
1861 + 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.158/src/vxworks/mod.rs:1867:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1867 | msg_ptr: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1867 | msg_ptr: *const ::c_schar,
| ~~~~~~~
help: consider importing this type alias
|
3 + use ffi::c_char;
|
help: if you import `c_char`, refer to it directly
|
1867 - msg_ptr: *const ::c_char,
1867 + msg_ptr: *const c_char,
|
For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 204 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed