Build #113995 2018-08-24T16:04:13.820349+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh futures v0.1.23
Fresh byteorder v1.2.4
Fresh libc v0.2.43
Fresh cfg-if v0.1.5
Fresh log v0.4.4
Fresh iovec v0.1.2
Fresh bytes v0.4.9
Documenting tokio-io v0.1.8
Running `rustdoc --crate-name tokio_io .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-io-0.1.8/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-256b477fd7ebee0b.rlib --extern-version log=log,0.4.4 --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-7c92a300de6e1cf8.rlib --extern-version futures=futures,0.1.23 --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-996bdd1cd39c08a8.rlib --extern-version bytes=bytes,0.4.9`
warning: `read` is both a type and a function
--> .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-io-0.1.8/src/io/read.rs:29:1
|
29 | /// A future which can be used to easily read available number of bytes to fill
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: try `type@read` if you want to select the type, or `read()` if you want to select the function
warning: [Debug] cannot be resolved, ignoring it...
Finished dev [unoptimized + debuginfo] target(s) in 0.70 secs