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 ld v0.0.1 Documenting ld v0.0.1 Running `rustdoc --crate-name ld .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `std::io::Command` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:4:5 | 4 | use std::io::Command; | ^^^^^^^^^^^^^^^^ no `Command` in `io` error[E0432]: unresolved import `std::io::process::InheritFd` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:5:5 | 5 | use std::io::process::InheritFd; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `process` in `io` error[E0425]: cannot find function `getenv` in module `os` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:13:22 | 13 | let target = os::getenv("TARGET").unwrap(); | ^^^^^^ not found in `os` error[E0425]: cannot find function `getenv` in module `os` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:15:25 | 15 | let opt_level = os::getenv("OPT_LEVEL").unwrap(); | ^^^^^^ not found in `os` error[E0433]: failed to resolve. Use of undeclared type or module `Path` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:19:15 | 19 | let dst = Path::new(os::getenv("OUT_DIR").unwrap()); | ^^^^^^^^^ Use of undeclared type or module `Path` error[E0425]: cannot find function `getenv` in module `os` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:19:29 | 19 | let dst = Path::new(os::getenv("OUT_DIR").unwrap()); | ^^^^^^ not found in `os` error[E0433]: failed to resolve. Use of undeclared type or module `Path` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:21:15 | 21 | let src = Path::new(os::getenv("CARGO_MANIFEST_DIR").unwrap()); | ^^^^^^^^^ Use of undeclared type or module `Path` error[E0425]: cannot find function `getenv` in module `os` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/src/lib.rs:21:29 | 21 | let src = Path::new(os::getenv("CARGO_MANIFEST_DIR").unwrap()); | ^^^^^^ not found in `os` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `ld`., cause: process didn't exit successfully: `rustdoc --crate-name ld .cargo/registry/src/github.com-1ecc6299db9ec823/ld-0.0.1/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.