tera 0.11.0-beta.4

Template engine based on Jinja2/Django templates
Build #82927 2018-01-19T10:43:50.554488+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tera v0.11.0-beta.4
Fresh percent-encoding v1.0.1
Fresh cfg-if v0.1.2
Fresh itoa v0.3.4
Fresh unidecode v0.2.0
Compiling pest v1.0.0-rc.1
Fresh glob v0.2.11
Fresh num-traits v0.1.41
Fresh utf8-ranges v1.0.0
Fresh serde v1.0.27
Fresh humansize v1.1.0
Fresh unicode-xid v0.0.4
Running `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.0-rc.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9ef763bbd3fe2b0 -C extra-filename=-c9ef763bbd3fe2b0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh dtoa v0.4.2
Fresh slug v0.1.2
Fresh num-integer v0.1.35
Fresh rustc-demangle v0.1.5
Fresh cc v1.0.4
Fresh libc v0.2.36
Fresh lazy_static v1.0.0
Fresh num-iter v0.1.34
Fresh unicode-normalization v0.1.5
Fresh void v1.0.2
Fresh matches v0.1.6
Fresh num v0.1.41
Fresh regex-syntax v0.4.2
Fresh time v0.1.39
Fresh memchr v2.0.1
Fresh unreachable v1.0.0
Fresh serde_json v1.0.9
Fresh quote v0.3.15
Fresh unicode-bidi v0.3.4
Fresh chrono v0.4.0
Fresh aho-corasick v0.6.4
Fresh thread_local v0.3.5
Fresh syn v0.10.8
Fresh idna v0.1.4
Fresh regex v0.2.5
Fresh url v1.6.0
Fresh backtrace-sys v0.1.16
Fresh backtrace v0.3.5
Fresh error-chain v0.11.0
error[E0599]: no method named `hash` found for type `*const str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.0-rc.1/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.0-rc.1/src/iterators/pairs.rs:166:36
|
166 |         (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.0-rc.1/src/position.rs:351:23
|
351 |                 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.0-rc.1/src/position.rs:637:36
|
637 |         (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.0-rc.1/src/span.rs:189:36
|
189 |         (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

thread 'main' panicked at 'ChainedError {
error: Could not compile `pest`.,
cause: process didn't exit successfully: `rustc --crate-name pest .cargo/registry/src/github.com-1ecc6299db9ec823/pest-1.0.0-rc.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9ef763bbd3fe2b0 -C extra-filename=-c9ef763bbd3fe2b0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.