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.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 ucontext v0.0.5 Documenting ucontext v0.0.5 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs --crate-name ucontext -o /home/cratesfyi/ucontext-0.0.5/doc -L dependency=/home/cratesfyi/ucontext-0.0.5/debug -L dependency=/home/cratesfyi/ucontext-0.0.5/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:44:26: 44:30 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:44 const NGREG: usize = 23us; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:44:26: 44:30 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:152:26: 152:30 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:152 const NGREG: usize = 19us; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:152:26: 152:30 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:16:5: 16:87 error: a value named `makecontext` has already been imported in this module [E0255] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:16 use libc::*; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:12:5: 12:52 error: a value named `getcontext` has already been imported in this module [E0255] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:12 use libc::*; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:13:5: 13:76 error: a value named `swapcontext` has already been imported in this module [E0255] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:13 use libc::*; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:15:5: 15:41 error: a value named `setcontext` has already been imported in this module [E0255] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:15 use libc::*; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:21:9: 21:26 error: unresolved import `std::thunk::Thunk`. Could not find `thunk` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:21 use std::thunk::Thunk; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:32:9: 32:26 error: unresolved import `std::thunk::Thunk`. Could not find `thunk` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:32 use std::thunk::Thunk; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:122:34: 122:47 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:122 self.stack.ss_size = stack_len * 8; ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:122:34: 122:47 note: expected type `usize` .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs:122:34: 122:47 note: found type `u64` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `ucontext v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/ucontext-0.0.5`, cause: ChainedError { error: Could not document `ucontext`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ucontext-0.0.5/src/lib.rs --crate-name ucontext -o /home/cratesfyi/ucontext-0.0.5/doc -L dependency=/home/cratesfyi/ucontext-0.0.5/debug -L dependency=/home/cratesfyi/ucontext-0.0.5/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.