gnuplot 0.0.3

Rust gnuplot controller
Build #381 2016-07-30 15:42:36

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 gnuplot v0.0.3 Documenting gnuplot v0.0.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.3/doc -L dependency=/home/cratesfyi/gnuplot-0.0.3/debug -L dependency=/home/cratesfyi/gnuplot-0.0.3/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:387:17: 387:19 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:387 (pos, &a, 1u) ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:387:17: 387:19 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:391:20: 391:22 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:391 (pos, label, 0u) ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/axes_common.rs:391:20: 391:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/options.rs:141:29: 141:30 error: expected type, found `|` .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/options.rs:141 pub fn map<U>(&self, func: |&T| -> U) -> AutoOption<U> ^ .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/options.rs:141:29: 141:30 error: expected one of `&`, `(`, `)`, `*`, `<`, `[`, `_`, `extern`, `fn`, `for`, or `unsafe`, found `|` .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/options.rs:141 pub fn map<U>(&self, func: |&T| -> U) -> AutoOption<U> ^ thread 'main' panicked at 'ChainedError { error: failed to compile `gnuplot v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/gnuplot-0.0.3`, cause: ChainedError { error: Could not document `gnuplot`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gnuplot-0.0.3/src/lib.rs --crate-name gnuplot -o /home/cratesfyi/gnuplot-0.0.3/doc -L dependency=/home/cratesfyi/gnuplot-0.0.3/debug -L dependency=/home/cratesfyi/gnuplot-0.0.3/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.