handlebars_switch 0.3.0

Adds a `{{#switch}}` helper to handlebars-rust.
Documentation
Build #86182 2018-02-16T12:09:12.457697+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading handlebars_switch v0.3.0
Compiling pest v1.0.3
Fresh serde v1.0.27
Fresh cfg-if v0.1.2
Fresh num-traits v0.2.0
Fresh itoa v0.3.4
Fresh lazy_static v1.0.0
Fresh unicode-xid v0.0.4
Fresh dtoa v0.4.2
Running `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a19912db0c803e5 -C extra-filename=-6a19912db0c803e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh libc v0.2.36
Fresh regex-syntax v0.4.2
Fresh void v1.0.2
Fresh log v0.4.1
Fresh utf8-ranges v1.0.0
Fresh synom v0.11.3
Fresh num-traits v0.1.43
Fresh memchr v2.0.1
Fresh quote v0.3.15
Fresh quick-error v1.2.1
Fresh aho-corasick v0.6.4
Compiling serde_json v1.0.9
Fresh syn v0.11.11
Running `rustc --crate-name serde_json .cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=5a0e9390ab23bd51 -C extra-filename=-5a0e9390ab23bd51 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern dtoa=/home/cratesfyi/cratesfyi/debug/deps/libdtoa-28ad8b838881bfec.rlib --extern-version dtoa=dtoa,0.4.2 --extern itoa=/home/cratesfyi/cratesfyi/debug/deps/libitoa-bbb0b78af59bcb39.rlib --extern-version itoa=itoa,0.3.4 --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-33cbffd18eedd627.rlib --extern-version serde=serde,1.0.27 --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-c9b5a898f8c0e62c.rlib --extern-version num_traits=num-traits,0.1.43 --cap-lints allow`
Fresh unreachable v1.0.0
Fresh thread_local v0.3.5
Fresh regex v0.2.6
error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/iterators/pair.rs:250:36
|
250 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/iterators/pairs.rs:162:36
|
162 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `eq_ignore_ascii_case` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/position.rs:354:23
|
354 |                 slice.eq_ignore_ascii_case(string)
|                       ^^^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/position.rs:641:36
|
641 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/span.rs:191:36
|
191 |         (self.input as *const str).hash(state);
|                                    ^^^^
|
= note: the method `hash` exists but the following trait bounds were not satisfied:
`*const str : std::hash::Hash`

error: aborting due to 5 previous errors

error: Could not compile `pest`.

Caused by:
process didn't exit successfully: `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a19912db0c803e5 -C extra-filename=-6a19912db0c803e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.