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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading rustspec v0.1.16 Downloading rustspec_assertions v0.1.9 Compiling rustspec_assertions v0.1.9 Running `rustc --crate-name rustspec_assertions .cargo/registry/src/github.com-1ecc6299db9ec823/rustspec_assertions-0.1.9/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=a9a796ae93ca042c -C extra-filename=-a9a796ae93ca042c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` error[E0425]: cannot find function `begin_unwind` in module `std::rt` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rustspec_assertions-0.1.9/src/expect.rs:35:20 | 35 | ::std::rt::begin_unwind(msg, &other.get_file_line()); | ^^^^^^^^^^^^ not found in `std::rt` error: aborting due to previous error If you want more information on this error, try using "rustc --explain E0425" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `rustspec_assertions`., cause: process didn't exit successfully: `rustc --crate-name rustspec_assertions .cargo/registry/src/github.com-1ecc6299db9ec823/rustspec_assertions-0.1.9/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=a9a796ae93ca042c -C extra-filename=-a9a796ae93ca042c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.