futures-io-preview 0.3.0-alpha.18

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Build #177702 2019-08-10T00:32:55.852307+00:00
# 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
Documenting futures-io-preview v0.3.0-alpha.18
Running `rustdoc --edition=2018 --crate-name futures_io /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:323:28
|
323 |             -> Poll<Result<&[u8]>>;
|                            ^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:601:32
|
601 |                 -> Poll<Result<&[u8]>>
|                                ^ expected lifetime parameter
...
613 |         deref_async_buf_read!();
|         ------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:601:32
|
601 |                 -> Poll<Result<&[u8]>>
|                                ^ expected lifetime parameter
...
617 |         deref_async_buf_read!();
|         ------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:626:28
|
626 |             -> Poll<Result<&[u8]>>
|                            ^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 |                 -> Poll<Result<&[u8]>>
|                                ^ expected lifetime parameter
...
651 |         delegate_async_buf_read_to_stdio!();
|         ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 |                 -> Poll<Result<&[u8]>>
|                                ^ expected lifetime parameter
...
655 |         delegate_async_buf_read_to_stdio!();
|         ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from

error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 |                 -> Poll<Result<&[u8]>>
|                                ^ expected lifetime parameter
...
659 |         delegate_async_buf_read_to_stdio!();
|         ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0106`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name futures_io /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' --cfg \'feature=\"std\"\' -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `futures-io-preview`.', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.