Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading ucontext v0.0.5 Documenting ucontext v0.0.5 Running `rustdoc --crate-name ucontext .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error: invalid suffix `us` for numeric literal --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:44:26 | 44 | const NGREG: usize = 23us; | ^^^^ | = help: the suffix must be one of the integral types (`u32`, `isize`, etc) error: invalid suffix `us` for numeric literal --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:152:26 | 152 | const NGREG: usize = 19us; | ^^^^ | = help: the suffix must be one of the integral types (`u32`, `isize`, etc) error[E0432]: unresolved import `std::thunk::Thunk` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:21:9 | 21 | use std::thunk::Thunk; | ^^^^^^^^^^^^^^^^^ Could not find `thunk` in `std` error[E0432]: unresolved import `std::thunk::Thunk` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:32:9 | 32 | use std::thunk::Thunk; | ^^^^^^^^^^^^^^^^^ Could not find `thunk` in `std` error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:4:1 | 4 | extern crate libc; | ^^^^^^^^^^^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:5:5 | 5 | use libc::*; | ^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:12:46 | 12 | pub fn getcontext(ucp: *mut UContext) -> c_int; | ^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:13:70 | 13 | pub fn swapcontext(oucp: *mut UContext, ucp: *const UContext) -> c_int; | ^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:16:59 | 16 | fn makecontext(ucp: *const UContext, f: InitFn, args: c_int, argv: *const c_void); | ^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:16:79 | 16 | fn makecontext(ucp: *const UContext, f: InitFn, args: c_int, argv: *const c_void); | ^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:19:38 | 19 | extern "C" fn bridge_to_c(func: *mut c_void) { | ^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:29:9 | 29 | use libc::*; | ^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:39:23 | 39 | pub ss_flags: c_int, | ^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:40:22 | 40 | pub ss_size: size_t, | ^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:43:17 | 43 | type GReg = c_longlong; | ^^^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:50:23 | 50 | significand: [c_ushort;4], | ^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:51:19 | 51 | exponent: c_ushort, | ^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:52:19 | 52 | padding: [c_ushort;3], | ^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:81:21 | 81 | reserved1: [c_ulonglong;8], | ^^^^^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:86:16 | 86 | flags: c_ulong, | ^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error: use of unstable library feature 'libc': use `libc` from crates.io (see issue #27783) --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:90:19 | 90 | sigmask: [c_ulong;SIGSET_NWORDS], | ^^^^^^^ | = help: add #![feature(libc)] to the crate attributes to enable error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:122:34 | 122 | self.stack.ss_size = stack_len * 8; | ^^^^^^^^^^^^^ expected usize, found u64 error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `ucontext`., cause: process didn't exit successfully: `rustdoc --crate-name ucontext .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.