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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading csv v0.13.5
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"std\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/csv-0.13.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/csv-0.13.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps --cap-lints allow`
Documenting csv v0.13.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs --crate-name csv -o /home/cratesfyi/csv-0.13.5/doc -L dependency=/home/cratesfyi/csv-0.13.5/debug -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps --extern byteorder=/home/cratesfyi/csv-0.13.5/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/csv-0.13.5/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:189:5: 189:26 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:189 use std::error::FromError;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/index/mod.rs:3:5: 3:26 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/index/mod.rs:3 use std::error::FromError;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/bytestr.rs:1:32: 1:39 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/bytestr.rs:1 use std::borrow::{Borrow, Cow, IntoCow, ToOwned};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:1:5: 1:25 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:1 use std::borrow::IntoCow;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/decoder.rs:1:19: 1:26 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/decoder.rs:1 use std::borrow::{IntoCow, ToOwned};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:1:5: 1:25 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:1 use std::borrow::IntoCow;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:1:5: 1:25 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:1 use std::borrow::IntoCow;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:2:5: 2:26 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:2 use std::error::FromError;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/bytestr.rs:75:60: 75:77 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/bytestr.rs:75 pub fn from_bytes<'a, S>(bs: S) -> ByteString where S: IntoCow<'a, [u8]> {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:28:22: 28:39 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:28 where S: IntoCow<'a, [u8]> {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:34:22: 34:38 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:34 where S: IntoCow<'a, str> {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:65:26: 65:51 error: unresolved name `std::f64::to_str_digits` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:65 self.push_string(::std::f64::to_str_digits(v, 10))
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:68:26: 68:51 error: unresolved name `std::f32::to_str_digits` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/encoder.rs:68 self.push_string(::std::f32::to_str_digits(v, 10))
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/decoder.rs:69:59: 69:75 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/decoder.rs:69 fn err<'a, T, S>(&self, msg: S) -> Result<T> where S: IntoCow<'a, str> {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:177:22: 177:38 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:177 where S: IntoCow<'a, str> {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:183:22: 183:39 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/reader.rs:183 where V: IntoCow<'a, [u8]> {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:357:59: 357:75 error: `IntoCow` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/writer.rs:357 fn err<'a, S, T>(&self, msg: S) -> Result<T> where S: IntoCow<'a, str> {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:316:6: 316:26 error: `FromError` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:316 impl FromError<io::Error> for Error {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:6: 320:33 error: `FromError` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320 impl FromError<byteorder::Error> for Error {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320 impl FromError<byteorder::Error> for Error {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 help: `Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 help: `std::error::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 help: `std::fmt::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:320:16: 320:32 help: `std::io::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321 fn from_error(err: byteorder::Error) -> Error {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 help: `Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 help: `std::error::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 help: `std::fmt::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:321:24: 321:40 help: `std::io::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:323:13: 323:33 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:323 byteorder::Error::Io(err) => FromError::from_error(err),
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:324:13: 324:44 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs:324 byteorder::Error::UnexpectedEOF => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: failed to compile `csv v0.13.5`, intermediate artifacts can be found at `/home/cratesfyi/csv-0.13.5`,
cause: ChainedError {
error: Could not document `csv`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.13.5/src/lib.rs --crate-name csv -o /home/cratesfyi/csv-0.13.5/doc -L dependency=/home/cratesfyi/csv-0.13.5/debug -L dependency=/home/cratesfyi/csv-0.13.5/debug/deps --extern byteorder=/home/cratesfyi/csv-0.13.5/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/csv-0.13.5/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.