Build #90339 2018-03-06 02:34:35

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 intertwine v0.0.1 Documenting intertwine v0.0.1 Running `rustdoc --crate-name intertwine .cargo/registry/src/github.com-1ecc6299db9ec823/intertwine-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error: expected expression, found reserved keyword `proc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/intertwine-0.0.1/src/lib.rs:26:19 | 26 | spawn(proc() { | ^^^^ expected expression error[E0432]: unresolved import `std::comm` --> .cargo/registry/src/github.com-1ecc6299db9ec823/intertwine-0.0.1/src/lib.rs:7:10 | 7 | use std::comm::Receiver; | ^^^^ Could not find `comm` in `std` error[E0658]: The attribute `license` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) --> .cargo/registry/src/github.com-1ecc6299db9ec823/intertwine-0.0.1/src/lib.rs:1:1 | 1 | #![license = "MIT"] | ^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(custom_attribute)] to the crate attributes to enable error: aborting due to 3 previous errors You've got a few errors: E0432, E0658 If you want more information on an error, try using "rustc --explain E0432" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `intertwine`., cause: process didn't exit successfully: `rustdoc --crate-name intertwine .cargo/registry/src/github.com-1ecc6299db9ec823/intertwine-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.