expression 0.2.0

Implements expression terms and conditions
Build #24633 2016-08-18 02:35:02

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 expression v0.2.0 Compiling asexp v0.1.2 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/lib.rs --crate-name asexp --crate-type lib -g -C metadata=f4b3c12358f06f47 -C extra-filename=-f4b3c12358f06f47 --out-dir /home/cratesfyi/expression-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/expression-0.2.0/debug/deps -L dependency=/home/cratesfyi/expression-0.2.0/debug/deps --cap-lints allow` .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/atom.rs:109:13: 109:29 error: no method named `slice_shift_char` found for type `&str` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/atom.rs:109 match s.slice_shift_char() { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:58:13: 58:29 error: no method named `slice_shift_char` found for type `&'a str` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:58 match s.slice_shift_char() { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:82:36: 82:52 error: no method named `slice_shift_char` found for type `&str` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:82 match rest.slice_shift_char() { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:97:52: 97:68 error: no method named `slice_shift_char` found for type `&str` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:97 match rest.slice_shift_char() { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:137:30: 137:46 error: no method named `slice_shift_char` found for type `&str` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/token.rs:137 match s2.slice_shift_char() { ^~~~~~~~~~~~~~~~ error: aborting due to 5 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `expression v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/expression-0.2.0`, cause: ChainedError { error: Could not compile `asexp`., cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/asexp-0.1.2/src/lib.rs --crate-name asexp --crate-type lib -g -C metadata=f4b3c12358f06f47 -C extra-filename=-f4b3c12358f06f47 --out-dir /home/cratesfyi/expression-0.2.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/expression-0.2.0/debug/deps -L dependency=/home/cratesfyi/expression-0.2.0/debug/deps --cap-lints allow` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.