char_set 0.0.1

A library providing a high-performance char set.
Build #13455 2016-08-09 18:09: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 char_set v0.0.1 Downloading integer_set v0.0.2 Downloading interval v0.0.1 Compiling interval v0.0.1 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs --crate-name interval --crate-type lib -g -C metadata=eebf4ab9d7a2aea2 -C extra-filename=-eebf4ab9d7a2aea2 --out-dir /home/cratesfyi/char_set-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/char_set-0.0.1/debug/deps -L dependency=/home/cratesfyi/char_set-0.0.1/debug/deps --cap-lints allow` .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:146:27: 146:29 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:146 let i = Interval::new(0i, 1); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:146:27: 146:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:159:27: 159:29 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:159 let i = Interval::new(0i, 1); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:159:27: 159:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:169:32: 169:34 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:169 let before = Interval::new(0i, 2); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:169:32: 169:34 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:170:31: 170:33 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:170 let after = Interval::new(3i, 5); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:170:31: 170:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:175:38: 175:40 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:175 let intersecting = Interval::new(1i, 4); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:175:38: 175:40 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:229:35: 229:37 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:229 let singleton = Interval::new(1i, 1); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:229:35: 229:37 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:244:31: 244:33 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:244 let first = Interval::new(0i, 1); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:244:31: 244:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:245:32: 245:34 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:245 let second = Interval::new(1i, 2); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:245:32: 245:34 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:254:31: 254:33 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:254 let first = Interval::new(0i, 1); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:254:31: 254:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:255:32: 255:34 error: invalid suffix `i` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:255 let second = Interval::new(2i, 3); ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:255:32: 255:34 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:33:1: 33:40 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/interval-0.0.1/src/lib.rs:33 #[deriving(Clone, Copy, PartialEq, Eq)] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs:33:1: 33:40 help: add #![feature(custom_attribute)] to the crate attributes to enable error: aborting due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `char_set v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/char_set-0.0.1`, cause: ChainedError { error: Could not compile `interval`., cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/interval-0.0.1/src/lib.rs --crate-name interval --crate-type lib -g -C metadata=eebf4ab9d7a2aea2 -C extra-filename=-eebf4ab9d7a2aea2 --out-dir /home/cratesfyi/char_set-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/char_set-0.0.1/debug/deps -L dependency=/home/cratesfyi/char_set-0.0.1/debug/deps --cap-lints allow` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.