Build #159123 2019-05-10T17:24:48.191811+00:00
# rustc version
rustc 1.36.0-nightly (d628c2e64 2019-05-05)# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)# build log
Updating crates.io index
Downloading crates ...
Downloaded futures-select-macro-preview v0.3.0-alpha.16
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.30
Fresh quote v0.6.12
Fresh syn v0.15.34
Compiling proc-macro-hack v0.5.7
Running `rustc --crate-name proc_macro_hack /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.7/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=40ac778beb95d567 -C extra-filename=-40ac778beb95d567 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-26f7f5b41b699ecc.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-680ab63bdbe5fea5.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-81e195072906fa79.rlib --cap-lints allow`
Documenting futures-select-macro-preview v0.3.0-alpha.16
Running `rustdoc --edition=2018 --crate-name futures_select_macro /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-select-macro-preview-0.3.0-alpha.16/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190505-1.36.0-nightly-d628c2e64 --static-root-path / --disable-per-crate-search --extern-html-root-url 'proc_macro_hack=https://docs.rs/proc-macro-hack/0.5.7' --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/0.4.30' --extern-html-root-url 'quote=https://docs.rs/quote/0.6.12' --extern-html-root-url 'syn=https://docs.rs/syn/0.15.34' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-40ac778beb95d567.so --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-26a23527fdc2b87b.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-888a055a5a409547.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-e35f0b8f1fad500f.rmeta`
error[E0721]: `await` is a keyword in the 2018 edition
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-select-macro-preview-0.3.0-alpha.16/src/lib.rs:250:62
|
250 | match #futures_crate::future::poll_fn(__poll_fn).await {
| ^^^^^ help: you can use a raw identifier to stay compatible: `r#await`
error: Compilation failed, aborting rustdoc
error: aborting due to 2 previous errors
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name futures_select_macro /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-select-macro-preview-0.3.0-alpha.16/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190505-1.36.0-nightly-d628c2e64 --static-root-path / --disable-per-crate-search --extern-html-root-url \'proc_macro_hack=https://docs.rs/proc-macro-hack/0.5.7\' --extern-html-root-url \'proc_macro2=https://docs.rs/proc-macro2/0.4.30\' --extern-html-root-url \'quote=https://docs.rs/quote/0.6.12\' --extern-html-root-url \'syn=https://docs.rs/syn/0.15.34\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-40ac778beb95d567.so --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-26a23527fdc2b87b.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-888a055a5a409547.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-e35f0b8f1fad500f.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `futures-select-macro-preview`.', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.