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.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version cratesfyi 0.6.0 (f01dedd 2019-07-30)
# build log Updating crates.io index Fresh autocfg v0.1.5 Fresh semver-parser v0.7.0 Fresh nodrop v0.1.13 Fresh cfg-if v0.1.9 Fresh rand_core v0.4.2 Fresh memoffset v0.2.1 Fresh scopeguard v0.3.3 Fresh lazy_static v1.3.0 Fresh stable_deref_trait v1.1.1 Fresh unicode-xid v0.1.0 Fresh smallvec v0.6.10 Fresh indexmap v1.0.2 Fresh either v1.5.2 Fresh rustc-ap-graphviz v559.0.0 Fresh unicode-width v0.1.5 Fresh scoped-tls v1.0.0 Fresh termcolor v1.0.5 Fresh annotate-snippets v0.6.1 Fresh semver v0.9.0 Fresh crossbeam-utils v0.2.2 Fresh rand_core v0.3.1 Fresh rand_jitter v0.1.4 Fresh owning_ref v0.4.0 Fresh crossbeam-utils v0.6.6 Checking rustc-ap-serialize v559.0.0 Fresh itertools v0.8.0 Fresh rustc_version v0.2.3 Fresh libc v0.2.61 Fresh arrayvec v0.4.11 Running `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=37f990240a11bbcd -C extra-filename=-37f990240a11bbcd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow` Fresh rand_isaac v0.1.1 Fresh rand_hc v0.1.0 Fresh rand_xorshift v0.1.1 Fresh proc-macro2 v0.4.30 Fresh lock_api v0.1.5 Fresh log v0.4.8 Fresh byteorder v1.3.2 Fresh rand_pcg v0.1.2 Fresh rand_chacha v0.1.1 Fresh rand_os v0.1.3 Fresh crossbeam-epoch v0.3.1 Fresh num_cpus v1.10.1 Fresh atty v0.2.13 Fresh quote v0.6.13 Fresh rustc-hash v1.0.1 Fresh ena v0.13.0 Fresh jobserver v0.1.16 Fresh rand v0.6.5 Fresh crossbeam-deque v0.2.0 Fresh syn v0.15.44 Fresh parking_lot_core v0.4.0 Fresh rustc-rayon-core v0.2.0 Fresh parking_lot v0.7.1 Fresh synstructure v0.10.2 Fresh rustc-rayon v0.2.0 Fresh rustc-ap-rustc_macros v559.0.0 error[E0425]: cannot find function `type_name` in module `any` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/serialize.rs:852:21 | 852 | any::type_name::<S>(), | ^^^^^^^^^ not found in `any` help: possible candidates are found in other modules, you can import them into scope | 7 | use core::intrinsics::type_name; | 7 | use std::intrinsics::type_name; | error[E0425]: cannot find function `type_name` in module `any` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/serialize.rs:854:21 | 854 | any::type_name::<T>(), | ^^^^^^^^^ not found in `any` help: possible candidates are found in other modules, you can import them into scope | 7 | use core::intrinsics::type_name; | 7 | use std::intrinsics::type_name; | error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0425`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=37f990240a11bbcd -C extra-filename=-37f990240a11bbcd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not compile `rustc-ap-serialize`.', src/bin/cratesfyi.rs:161:13 note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.