gopher 0.0.3

Gopher protocol implementation
Build #57530 2017-06-05T17:23:06.667953+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gopher v0.0.3
Documenting gopher v0.0.3
Running `rustdoc --crate-name gopher .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `std::io::IoResult`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/client.rs:1:5
|
1 | use std::io::IoResult;
|     ^^^^^^^^^^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`?

error[E0432]: unresolved import `std::io::net::tcp::TcpStream`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/client.rs:2:5
|
2 | use std::io::net::tcp::TcpStream;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `net` in `io`

error[E0432]: unresolved import `std::io::BufferedReader`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/client.rs:30:13
|
30 |         use std::io::BufferedReader;
|             ^^^^^^^^^^^^^^^^^^^^^^^ no `BufferedReader` in `io`

error[E0432]: unresolved import `std::io::Reader`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/protocol.rs:3:15
|
3 | use std::io::{Reader, IoResult};
|               ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`?

error[E0432]: unresolved import `std::io::IoResult`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/protocol.rs:3:23
|
3 | use std::io::{Reader, IoResult};
|                       ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`?

error[E0433]: failed to resolve. Use of undeclared type or module `FromPrimitive`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/protocol.rs:34:15
|
34 |         match FromPrimitive::from_u8(byte) {
|               ^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `FromPrimitive`

error: The attribute `deriving` 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/gopher-0.0.3/src/protocol.rs:6:1
|
6 | #[deriving(Copy, Show, PartialEq, Eq, FromPrimitive)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: The attribute `deriving` 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/gopher-0.0.3/src/protocol.rs:26:1
|
26 | #[deriving(Copy, Show, PartialEq, Eq)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: The attribute `deriving` 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/gopher-0.0.3/src/protocol.rs:41:1
|
41 | #[deriving(Show, PartialEq, Eq)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: box expression syntax is experimental; you can call `Box::new` instead. (see issue #27779)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/protocol.rs:78:21
|
78 |             reader: box reader as Box<Reader>,
|                     ^^^^^^^^^^
|
= help: add #![feature(box_syntax)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not document `gopher`.,
cause: process didn't exit successfully: `rustdoc --crate-name gopher .cargo/registry/src/github.com-1ecc6299db9ec823/gopher-0.0.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.