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 (6f1ae663e 2017-01-06)# docs.rs version
cratesfyi 0.2.3 (75099cc 2016-12-26)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading core-text v2.0.1
Compiling libc v0.2.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.19/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=e1db4c5f3a4f3c2f -C extra-filename=-e1db4c5f3a4f3c2f --out-dir /home/cratesfyi/core-text-2.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/core-text-2.0.1/debug/deps --cap-lints allow`
Documenting core-text v2.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-2.0.1/src/lib.rs --crate-name core_text -o /home/cratesfyi/core-text-2.0.1/doc -L dependency=/home/cratesfyi/core-text-2.0.1/debug/deps --extern libc=/home/cratesfyi/core-text-2.0.1/debug/deps/liblibc-e1db4c5f3a4f3c2f.rlib`
error[E0463]: can't find crate for `core_foundation`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-2.0.1/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 .cargo/registry/src/github.com-1ecc6299db9ec823/core-text-2.0.1/src/lib.rs --crate-name core_text -o /home/cratesfyi/core-text-2.0.1/doc -L dependency=/home/cratesfyi/core-text-2.0.1/debug/deps --extern libc=/home/cratesfyi/core-text-2.0.1/debug/deps/liblibc-e1db4c5f3a4f3c2f.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.