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.16.0-nightly (a52da95ce 2017-01-20)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading core-text v3.0.0
Compiling libc v0.2.20
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.20/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=2a4507ee5e52ea3e -C extra-filename=-2a4507ee5e52ea3e --out-dir /home/cratesfyi/core-text-3.0.0/debug/deps -L dependency=/home/cratesfyi/core-text-3.0.0/debug/deps --cap-lints allow`
Documenting core-text v3.0.0
Running `rustdoc --crate-name core_text .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-3.0.0/src/lib.rs -o /home/cratesfyi/core-text-3.0.0/doc -L dependency=/home/cratesfyi/core-text-3.0.0/debug/deps --extern libc=/home/cratesfyi/core-text-3.0.0/debug/deps/liblibc-2a4507ee5e52ea3e.rlib`
error[E0463]: can't find crate for `core_foundation`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-3.0.0/src/lib.rs:17:1
|
17 | extern crate core_foundation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
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-3.0.0/src/lib.rs -o /home/cratesfyi/core-text-3.0.0/doc -L dependency=/home/cratesfyi/core-text-3.0.0/debug/deps --extern libc=/home/cratesfyi/core-text-3.0.0/debug/deps/liblibc-2a4507ee5e52ea3e.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:137
note: Run with `RUST_BACKTRACE=1` for a backtrace.