rlibc 0.0.2

A bare-metal library supplying certain libc functions like memcpy, memmove, memset and memcmp. This is designed for use in freestanding environments where another libc does not exist, since rustc may implicitly insert calls to such functions.
Build #14667 2016-08-10T21:47:39.436556+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rlibc v0.0.2
Documenting rlibc v0.0.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs --crate-name rlibc -o /home/cratesfyi/rlibc-0.0.2/doc -L dependency=/home/cratesfyi/rlibc-0.0.2/debug -L dependency=/home/cratesfyi/rlibc-0.0.2/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:30:1: 30:19 error: an extern crate named `core` has already been imported in this module [E0259]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:30 extern crate core;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:36:5: 36:22 error: unresolved import `core::ptr::RawPtr`. There is no `RawPtr` in `core::ptr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:36 use core::ptr::RawPtr;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:40:32: 40:36 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:40                             n: uint) -> *mut u8 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:40:32: 40:36 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43:51: 43:54 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43         *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43:51: 43:54 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43:27: 43:30 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43         *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:43:27: 43:30 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:51:33: 51:37 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:51                              n: uint) -> *mut u8 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:51:33: 51:37 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56:55: 56:58 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56             *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56:55: 56:58 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56:31: 56:34 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56             *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:56:31: 56:34 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61:55: 61:58 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61             *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61:55: 61:58 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61:31: 61:34 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61             *dest.offset(i as int) = *src.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:61:31: 61:34 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:69:52: 69:56 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:69 pub unsafe extern fn memset(s: *mut u8, c: i32, n: uint) -> *mut u8 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:69:52: 69:56 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:72:24: 72:27 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:72         *s.offset(i as int) = c as u8;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:72:24: 72:27 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:79:62: 79:66 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:79 pub unsafe extern fn memcmp(s1: *const u8, s2: *const u8, n: uint) -> i32 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:79:62: 79:66 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:82:33: 82:36 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:82         let a = *s1.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:82:33: 82:36 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:83:33: 83:36 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:83         let b = *s2.offset(i as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs:83:33: 83:36 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rlibc v0.0.2`, intermediate artifacts can be found at `/home/cratesfyi/rlibc-0.0.2`,
cause: ChainedError {
error: Could not document `rlibc`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rlibc-0.0.2/src/lib.rs --crate-name rlibc -o /home/cratesfyi/rlibc-0.0.2/doc -L dependency=/home/cratesfyi/rlibc-0.0.2/debug -L dependency=/home/cratesfyi/rlibc-0.0.2/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.