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-nightly (d47cf08d5 2017-05-28)# docs.rs version
cratesfyi 0.3.4 (cc96115 2017-05-09)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading core-text v5.0.0
Compiling libc v0.2.23
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.23/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=496b028781a2b35b -C extra-filename=-496b028781a2b35b --out-dir /home/cratesfyi/core-text-5.0.0/debug/deps -L dependency=/home/cratesfyi/core-text-5.0.0/debug/deps --cap-lints allow`
Documenting core-text v5.0.0
Running `rustdoc --crate-name core_text .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-5.0.0/src/lib.rs -o /home/cratesfyi/core-text-5.0.0/doc -L dependency=/home/cratesfyi/core-text-5.0.0/debug/deps --extern libc=/home/cratesfyi/core-text-5.0.0/debug/deps/liblibc-496b028781a2b35b.rlib`
error[E0463]: can't find crate for `core_foundation`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-5.0.0/src/lib.rs:17:1
|
17 | extern crate core_foundation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error(s)
thread 'main' panicked at 'ChainedError {
error: Could not document `core-text`.,
cause: process didn't exit successfully: `rustdoc --crate-name core_text .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-5.0.0/src/lib.rs -o /home/cratesfyi/core-text-5.0.0/doc -L dependency=/home/cratesfyi/core-text-5.0.0/debug/deps --extern libc=/home/cratesfyi/core-text-5.0.0/debug/deps/liblibc-496b028781a2b35b.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.