racer 0.0.1

Code completion for Rust
Build #7694 2016-08-05T04:01:55.964540+00:00
# 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 racer v0.0.1
Documenting racer v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/lib.rs --crate-name racer -o /home/cratesfyi/racer-0.0.1/doc -L dependency=/home/cratesfyi/racer-0.0.1/debug -L dependency=/home/cratesfyi/racer-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:228:33: 228:36 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:228                     let mut i = 0us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:228:33: 228:36 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:58:9: 58:12 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:58         6us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:58:9: 58:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:60:9: 60:13 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:60         10us
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:60:9: 60:13 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:62:9: 62:12 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:62         0us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:62:9: 62:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:91:9: 91:12 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:91         7us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:91:9: 91:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:93:9: 93:13 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:93         11us
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:93:9: 93:13 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:95:9: 95:12 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:95         0us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/matchers.rs:95:9: 95:12 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:66:10: 66:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:66 #[derive(Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:66:10: 66:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:707:10: 707:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:707 #[derive(Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/ast.rs:707:10: 707:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/nameres.rs:822:20: 822:24 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/nameres.rs:822 #[derive(PartialEq,Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/nameres.rs:822:20: 822:24 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:17:10: 17:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:17 #[derive(Show,Clone,PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:17:10: 17:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:39:10: 39:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:39 #[derive(Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:39:10: 39:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:47:10: 47:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:47 #[derive(Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:47:10: 47:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:56:10: 56:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:56 #[derive(Show)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:56:10: 56:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:127:10: 127:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:127 #[derive(Show,Clone)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:127:10: 127:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:178:10: 178:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:178 #[derive(Show,Clone)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/racer/mod.rs:178:10: 178:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
error: aborting due to 16 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `racer v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/racer-0.0.1`,
cause: ChainedError {
error: Could not document `racer`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/racer-0.0.1/src/lib.rs --crate-name racer -o /home/cratesfyi/racer-0.0.1/doc -L dependency=/home/cratesfyi/racer-0.0.1/debug -L dependency=/home/cratesfyi/racer-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.