Build results for nightly-2024-10-11 target riscv64-wrs-vxworks miri-std
error
Preparing a sysroot for Miri (target: riscv64-wrs-vxworks)...
Compiling compiler_builtins v0.1.133
Checking core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-10-11-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
Compiling libc v0.2.159
Compiling memchr v2.5.0
Compiling std v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-10-11-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-10-11-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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/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.159/src/vxworks/mod.rs:1141:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1141 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1141 | 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.159/src/vxworks/mod.rs:1141:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1141 | pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1141 | 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.159/src/vxworks/mod.rs:1142:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1142 | 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
|
1142 | 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.159/src/vxworks/mod.rs:1142:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1142 | 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
|
1142 | 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.159/src/vxworks/mod.rs:1145:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1145 | pub fn remove(filename: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1145 | 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.159/src/vxworks/mod.rs:1146:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1146 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1146 | 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.159/src/vxworks/mod.rs:1146:59
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1146 | pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1146 | 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.159/src/vxworks/mod.rs:1148:52
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1148 | 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
|
1148 | 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.159/src/vxworks/mod.rs:1149:48
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1149 | pub fn setbuf(stream: *mut FILE, buf: *mut c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1149 | 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.159/src/vxworks/mod.rs:1153:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1153 | 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
|
1153 | 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.159/src/vxworks/mod.rs:1153:73
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1153 | 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
|
1153 | 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.159/src/vxworks/mod.rs:1155:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1155 | pub fn fputs(s: *const c_char, stream: *mut FILE) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1155 | 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.159/src/vxworks/mod.rs:1156:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1156 | pub fn puts(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1156 | 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.159/src/vxworks/mod.rs:1160:45
|
1160 | 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.159/src/vxworks/mod.rs:1161:40
|
1161 | 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.159/src/vxworks/mod.rs:1167:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1167 | pub fn perror(s: *const c_char);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1167 | 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.159/src/vxworks/mod.rs:1168:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1168 | pub fn atof(s: *const c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1168 | 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.159/src/vxworks/mod.rs:1169:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1169 | pub fn atoi(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1169 | 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.159/src/vxworks/mod.rs:1170:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1170 | pub fn atol(s: *const c_char) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1170 | 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.159/src/vxworks/mod.rs:1170:38
|
1170 | 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.159/src/vxworks/mod.rs:1171:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1171 | pub fn atoll(s: *const c_char) -> c_longlong;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1171 | 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.159/src/vxworks/mod.rs:1172:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1172 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1172 | 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.159/src/vxworks/mod.rs:1172:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1172 | pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1172 | 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.159/src/vxworks/mod.rs:1173:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1173 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1173 | 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.159/src/vxworks/mod.rs:1173:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1173 | pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1173 | 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.159/src/vxworks/mod.rs:1174:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1174 | 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
|
1174 | 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.159/src/vxworks/mod.rs:1174:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1174 | 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
|
1174 | 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.159/src/vxworks/mod.rs:1174:77
|
1174 | 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.159/src/vxworks/mod.rs:1175:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1175 | 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
|
1175 | 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.159/src/vxworks/mod.rs:1175:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1175 | 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
|
1175 | 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.159/src/vxworks/mod.rs:1176:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1176 | 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
|
1176 | 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.159/src/vxworks/mod.rs:1176:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1176 | 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
|
1176 | 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.159/src/vxworks/mod.rs:1176:78
|
1176 | 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.159/src/vxworks/mod.rs:1177:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1177 | 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
|
1177 | 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.159/src/vxworks/mod.rs:1177:55
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1177 | 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
|
1177 | 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.159/src/vxworks/mod.rs:1185:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1185 | pub fn system(s: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1185 | 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.159/src/vxworks/mod.rs:1186:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1186 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1186 | 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.159/src/vxworks/mod.rs:1186:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1186 | pub fn getenv(s: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1186 | 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.159/src/vxworks/mod.rs:1188:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1188 | 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.159/src/vxworks/mod.rs:1188:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1188 | 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.159/src/vxworks/mod.rs:1188:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1188 | pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1188 | 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.159/src/vxworks/mod.rs:1189:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | 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
|
1189 | 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.159/src/vxworks/mod.rs:1189:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | 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
|
1189 | 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.159/src/vxworks/mod.rs:1189:77
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1189 | 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
|
1189 | 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.159/src/vxworks/mod.rs:1190:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1190 | 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.159/src/vxworks/mod.rs:1190:46
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1190 | 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.159/src/vxworks/mod.rs:1190:62
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1190 | pub fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1190 | 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.159/src/vxworks/mod.rs:1191:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | 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
|
1191 | 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.159/src/vxworks/mod.rs:1191:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | 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
|
1191 | 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.159/src/vxworks/mod.rs:1191:74
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1191 | 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
|
1191 | 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.159/src/vxworks/mod.rs:1192:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1192 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1192 | 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.159/src/vxworks/mod.rs:1192:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1192 | pub fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1192 | 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.159/src/vxworks/mod.rs:1193:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1193 | 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
|
1193 | 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.159/src/vxworks/mod.rs:1193:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1193 | 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
|
1193 | 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.159/src/vxworks/mod.rs:1194:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1194 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1194 | 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.159/src/vxworks/mod.rs:1194:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1194 | pub fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1194 | 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.159/src/vxworks/mod.rs:1195:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1195 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1195 | 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.159/src/vxworks/mod.rs:1195:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1195 | pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1195 | 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.159/src/vxworks/mod.rs:1196:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1196 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1196 | 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.159/src/vxworks/mod.rs:1196:57
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1196 | pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1196 | 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.159/src/vxworks/mod.rs:1197:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1197 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1197 | 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.159/src/vxworks/mod.rs:1197:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1197 | pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1197 | 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.159/src/vxworks/mod.rs:1198:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1198 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1198 | 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.159/src/vxworks/mod.rs:1198:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1198 | pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1198 | 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.159/src/vxworks/mod.rs:1199:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1199 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1199 | 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.159/src/vxworks/mod.rs:1199:46
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1199 | pub fn strdup(cs: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1199 | 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.159/src/vxworks/mod.rs:1200:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | 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.159/src/vxworks/mod.rs:1200:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | 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.159/src/vxworks/mod.rs:1200:66
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1200 | pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1200 | 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.159/src/vxworks/mod.rs:1201:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1201 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1201 | 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.159/src/vxworks/mod.rs:1201:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1201 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1201 | 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.159/src/vxworks/mod.rs:1201:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1201 | pub fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1201 | 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.159/src/vxworks/mod.rs:1202:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1202 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1202 | 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.159/src/vxworks/mod.rs:1202:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1202 | pub fn strcasecmp(s1: *const c_char, s2: *const c_char) -> c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1202 | 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.159/src/vxworks/mod.rs:1203:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1203 | 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
|
1203 | 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.159/src/vxworks/mod.rs:1203:54
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1203 | 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
|
1203 | 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.159/src/vxworks/mod.rs:1204:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1204 | pub fn strlen(cs: *const c_char) -> size_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1204 | 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.159/src/vxworks/mod.rs:1205:39
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1205 | pub fn strerror(n: c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1205 | 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.159/src/vxworks/mod.rs:1206:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1206 | 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.159/src/vxworks/mod.rs:1206:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1206 | 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.159/src/vxworks/mod.rs:1206:61
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1206 | pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1206 | 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.159/src/vxworks/mod.rs:1207:28
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1207 | 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
|
1207 | 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.159/src/vxworks/mod.rs:1207:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1207 | 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
|
1207 | 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.159/src/vxworks/mod.rs:1208:31
|
1208 | 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.159/src/vxworks/mod.rs:1209:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1209 | 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
|
1209 | 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.159/src/vxworks/mod.rs:1209:52
|
1209 | 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.159/src/vxworks/mod.rs:1212:31
|
1212 | 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.159/src/vxworks/mod.rs:1212:43
|
1212 | 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.159/src/vxworks/mod.rs:1212:71
|
1212 | 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.159/src/vxworks/mod.rs:1220:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1220 | pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1220 | 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
|
1220 - pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
1220 + 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.159/src/vxworks/mod.rs:1221:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1221 | pub fn printf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1221 | 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
|
1221 - pub fn printf(format: *const ::c_char, ...) -> ::c_int;
1221 + 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.159/src/vxworks/mod.rs:1222:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1222 | 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
|
1222 | 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
|
1222 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
1222 + 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.159/src/vxworks/mod.rs:1222:69
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1222 | 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
|
1222 | 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
|
1222 - pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int;
1222 + 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.159/src/vxworks/mod.rs:1223:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1223 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1223 | 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
|
1223 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
1223 + 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.159/src/vxworks/mod.rs:1223:55
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1223 | pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1223 | 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
|
1223 - pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int;
1223 + 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.159/src/vxworks/mod.rs:1224:57
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1224 | pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1224 | 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
|
1224 - pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int;
1224 + 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.159/src/vxworks/mod.rs:1225:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1225 | pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1225 | 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
|
1225 - pub fn scanf(format: *const ::c_char, ...) -> ::c_int;
1225 + 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.159/src/vxworks/mod.rs:1226:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1226 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1226 | 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
|
1226 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
1226 + 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.159/src/vxworks/mod.rs:1226:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1226 | pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1226 | 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
|
1226 - pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int;
1226 + 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.159/src/vxworks/mod.rs:1229:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1229 | pub fn stat(path: *const c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1229 | 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.159/src/vxworks/mod.rs:1230:45
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1230 | pub fn fdopen(fd: ::c_int, mode: *const c_char) -> *mut ::FILE;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1230 | 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.159/src/vxworks/mod.rs:1232:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1232 | pub fn creat(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1232 | 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.159/src/vxworks/mod.rs:1235:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1235 | pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1235 | 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.159/src/vxworks/mod.rs:1238:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1238 | pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1238 | 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.159/src/vxworks/mod.rs:1239:58
|
1239 | 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.159/src/vxworks/mod.rs:1243:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1243 | pub fn getlogin() -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1243 | 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.159/src/vxworks/mod.rs:1244:52
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1244 | 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
|
1244 | 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.159/src/vxworks/mod.rs:1244:75
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1244 | 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
|
1244 | 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.159/src/vxworks/mod.rs:1245:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1245 | pub fn pathconf(path: *const c_char, name: ::c_int) -> c_long;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1245 | 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.159/src/vxworks/mod.rs:1245:60
|
1245 | 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.159/src/vxworks/mod.rs:1250:41
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1250 | pub fn ttyname(fd: ::c_int) -> *mut c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1250 | 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.159/src/vxworks/mod.rs:1266:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1266 | pub fn truncate(path: *const c_char, length: off_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1266 | 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.159/src/vxworks/mod.rs:1267:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1267 | 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
|
1267 | 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
|
1267 - pub fn shm_open(name: *const ::c_char, oflag: ::c_int, mode: ::mode_t) -> ::c_int;
1267 + 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.159/src/vxworks/mod.rs:1268:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1268 | pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1268 | 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
|
1268 - pub fn shm_unlink(name: *const ::c_char) -> ::c_int;
1268 + 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.159/src/vxworks/mod.rs:1274:50
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1274 | 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
|
1274 | 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.159/src/vxworks/mod.rs:1280:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1280 | pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1280 | 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
|
1280 - pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int;
1280 + 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.159/src/vxworks/mod.rs:1283:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1283 | pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1283 | 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
|
1283 - pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void;
1283 + 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.159/src/vxworks/mod.rs:1286:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1286 | pub fn dlerror() -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1286 | 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
|
1286 - pub fn dlerror() -> *mut ::c_char;
1286 + 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.159/src/vxworks/mod.rs:1289:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1289 | pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1289 | 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
|
1289 - pub fn dlsym(handle: *mut ::c_void, symbol: *const ::c_char) -> *mut ::c_void;
1289 + 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.159/src/vxworks/mod.rs:1306:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1306 | pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1306 | 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
|
1306 - pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
1306 + 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.159/src/vxworks/mod.rs:1308:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1308 | pub fn putenv(string: *mut c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1308 | 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.159/src/vxworks/mod.rs:1309:58
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1309 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1309 | 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
|
1309 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1309 + 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.159/src/vxworks/mod.rs:1309:76
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1309 | pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1309 | 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
|
1309 - pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
1309 + 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.159/src/vxworks/mod.rs:1314:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1314 | pub fn mkfifo(path: *const c_char, mode: mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1314 | 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.159/src/vxworks/mod.rs:1318:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1318 | pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1318 | 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
|
1318 - pub fn mkstemp(template: *mut ::c_char) -> ::c_int;
1318 + 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.159/src/vxworks/mod.rs:1320:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1320 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1320 | 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
|
1320 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1320 + 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.159/src/vxworks/mod.rs:1320:49
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1320 | pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1320 | 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
|
1320 - pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char;
1320 + 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.159/src/vxworks/mod.rs:1322:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1322 | pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1322 | 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
|
1322 - pub fn openlog(ident: *const ::c_char, logopt: ::c_int, facility: ::c_int);
1322 + 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.159/src/vxworks/mod.rs:1325:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1325 | pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
| ^^^^^^
|
help: a type alias with a similar name exists
|
1325 | 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
|
1325 - pub fn syslog(priority: ::c_int, message: *const ::c_char, ...);
1325 + 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.159/src/vxworks/mod.rs:1326:39
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1326 | 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
|
1326 | 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.159/src/vxworks/mod.rs:1335:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1335 | pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1335 | 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
|
1335 - pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
1335 + 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.159/src/vxworks/mod.rs:1335:65
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1335 | pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1335 | 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
|
1335 - pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char;
1335 + 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.159/src/vxworks/mod.rs:1338:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1338 | pub fn chdir(attr: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1338 | 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
|
1338 - pub fn chdir(attr: *const ::c_char) -> ::c_int;
1338 + 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.159/src/vxworks/mod.rs:1371:76
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1371 | 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
|
1371 | 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
|
1371 - pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_char) -> ::c_int;
1371 + 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.159/src/vxworks/mod.rs:1407:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1407 | pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1407 | 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
|
1407 - pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int;
1407 + 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.159/src/vxworks/mod.rs:1421:32
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1421 | pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1421 | 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
|
1421 - pub fn open(path: *const ::c_char, oflag: ::c_int, ...) -> ::c_int;
1421 + 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.159/src/vxworks/mod.rs:1534:80
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1534 | 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
|
1534 | 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
|
1534 - pub fn pthread_attr_getname(attr: *mut ::pthread_attr_t, name: *mut *mut ::c_char) -> ::c_int;
1534 + 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.159/src/vxworks/mod.rs:1646:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1646 | pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1646 | 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
|
1646 - pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char;
1646 + 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.159/src/vxworks/mod.rs:1678:38
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1678 | pub fn unlink(pathname: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1678 | 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
|
1678 - pub fn unlink(pathname: *const ::c_char) -> ::c_int;
1678 + 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.159/src/vxworks/mod.rs:1686:24
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1686 | node: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1686 | 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
|
1686 - node: *const ::c_char,
1686 + 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.159/src/vxworks/mod.rs:1687:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1687 | service: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1687 | 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
|
1687 - service: *const ::c_char,
1687 + 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.159/src/vxworks/mod.rs:1708:40
|
1708 | 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
|
1708 - pub fn sysconf(attr: ::c_int) -> ::c_long;
1708 + 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.159/src/vxworks/mod.rs:1713:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1713 | envVarName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1713 | 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
|
1713 - envVarName: *const ::c_char,
1713 + 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.159/src/vxworks/mod.rs:1714:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1714 | envVarValue: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1714 | 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
|
1714 - envVarValue: *const ::c_char,
1714 + 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.159/src/vxworks/mod.rs:1721:30
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1721 | envVarName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1721 | 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
|
1721 - envVarName: *const ::c_char,
1721 + 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.159/src/vxworks/mod.rs:1725:40
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1725 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1725 | 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
|
1725 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1725 + 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.159/src/vxworks/mod.rs:1725:69
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1725 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1725 | 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
|
1725 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1725 + 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.159/src/vxworks/mod.rs:1725:87
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1725 | pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1725 | 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
|
1725 - pub fn realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1725 + 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.159/src/vxworks/mod.rs:1728:31
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1728 | pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1728 | 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
|
1728 - pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
1728 + 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.159/src/vxworks/mod.rs:1728:53
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1728 | pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1728 | 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
|
1728 - pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int;
1728 + 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.159/src/vxworks/mod.rs:1731:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1731 | 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
|
1731 | 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
|
1731 - pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
1731 + 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.159/src/vxworks/mod.rs:1731:56
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1731 | 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
|
1731 | 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
|
1731 - pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t;
1731 + 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.159/src/vxworks/mod.rs:1734:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1734 | pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1734 | 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
|
1734 - pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
1734 + 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.159/src/vxworks/mod.rs:1734:60
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1734 | pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1734 | 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
|
1734 - pub fn symlink(path1: *const ::c_char, path2: *const ::c_char) -> ::c_int;
1734 + 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.159/src/vxworks/mod.rs:1737:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1737 | pub fn opendir(name: *const ::c_char) -> *mut ::DIR;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1737 | 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
|
1737 - pub fn opendir(name: *const ::c_char) -> *mut ::DIR;
1737 + 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.159/src/vxworks/mod.rs:1740:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1740 | pub fn rmdir(path: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1740 | 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
|
1740 - pub fn rmdir(path: *const ::c_char) -> ::c_int;
1740 + 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.159/src/vxworks/mod.rs:1743:36
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1743 | pub fn mkdir(dirName: *const ::c_char, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1743 | 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
|
1743 - pub fn mkdir(dirName: *const ::c_char, mode: ::mode_t) -> ::c_int;
1743 + 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.159/src/vxworks/mod.rs:1746:33
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1746 | pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1746 | 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
|
1746 - pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int;
1746 + 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.159/src/vxworks/mod.rs:1817:62
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1817 | pub fn taskNameSet(task_id: ::TASK_ID, task_name: *mut ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1817 | pub fn taskNameSet(task_id: ::TASK_ID, task_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
|
1817 - pub fn taskNameSet(task_id: ::TASK_ID, task_name: *mut ::c_char) -> ::c_int;
1817 + pub fn taskNameSet(task_id: ::TASK_ID, task_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.159/src/vxworks/mod.rs:1818:61
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1818 | pub fn taskNameGet(task_id: ::TASK_ID, buf_name: *mut ::c_char, bufsize: ::size_t) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1818 | pub fn taskNameGet(task_id: ::TASK_ID, buf_name: *mut ::c_schar, bufsize: ::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
|
1818 - pub fn taskNameGet(task_id: ::TASK_ID, buf_name: *mut ::c_char, bufsize: ::size_t) -> ::c_int;
1818 + pub fn taskNameGet(task_id: ::TASK_ID, buf_name: *mut c_char, bufsize: ::size_t) -> ::c_int;
|
error[E0412]: cannot find type `c_char` in the crate root
--> /var/lib/does-it-build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/vxworks/mod.rs:1823:34
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1823 | pubrtpFileName: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1823 | 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
|
1823 - pubrtpFileName: *const ::c_char,
1823 + 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.159/src/vxworks/mod.rs:1824:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1824 | argv: *mut *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1824 | 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
|
1824 - argv: *mut *const ::c_char,
1824 + 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.159/src/vxworks/mod.rs:1825:29
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1825 | envp: *mut *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1825 | 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
|
1825 - envp: *mut *const ::c_char,
1825 + 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.159/src/vxworks/mod.rs:1833:41
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1833 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1833 | 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
|
1833 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1833 + 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.159/src/vxworks/mod.rs:1833:70
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1833 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1833 | 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
|
1833 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1833 + 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.159/src/vxworks/mod.rs:1833:88
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1833 | pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1833 | 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
|
1833 - pub fn _realpath(fileName: *const ::c_char, resolvedName: *mut ::c_char) -> *mut ::c_char;
1833 + 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.159/src/vxworks/mod.rs:1836:47
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1836 | pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1836 | 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
|
1836 - pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
1836 + 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.159/src/vxworks/mod.rs:1836:80
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1836 | pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1836 | 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
|
1836 - pub fn _pathIsAbsolute(filepath: *const ::c_char, pNameTail: *mut *const ::c_char) -> BOOL;
1836 + 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.159/src/vxworks/mod.rs:1848:35
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1848 | pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1848 | 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
|
1848 - pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t;
1848 + 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.159/src/vxworks/mod.rs:1850:37
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1850 | pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
| ^^^^^^
|
help: a type alias with a similar name exists
|
1850 | 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
|
1850 - pub fn mq_unlink(name: *const ::c_char) -> ::c_int;
1850 + 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.159/src/vxworks/mod.rs:1853:25
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1853 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1853 | 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
|
1853 - msg_ptr: *mut ::c_char,
1853 + 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.159/src/vxworks/mod.rs:1859:25
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1859 | msg_ptr: *mut ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1859 | 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
|
1859 - msg_ptr: *mut ::c_char,
1859 + 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.159/src/vxworks/mod.rs:1866:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1866 | msg_ptr: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1866 | 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
|
1866 - msg_ptr: *const ::c_char,
1866 + 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.159/src/vxworks/mod.rs:1872:27
|
15 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
...
1872 | msg_ptr: *const ::c_char,
| ^^^^^^
|
help: a type alias with a similar name exists
|
1872 | 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
|
1872 - msg_ptr: *const ::c_char,
1872 + msg_ptr: *const c_char,
|
For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc` (lib) due to 206 previous errors
warning: build failed, waiting for other jobs to finish...
fatal error: failed to build sysroot: sysroot build failed