rust-mustache 0.4.0

A pure rust implementation of mustache
Build #103715 2018-06-06T06:51:22.293241+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting rust-mustache v0.4.0
Running `rustdoc --crate-name mustache .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:88:58
|
88 |     pub fn insert_vec<K: StrAllocating>(self, key: K, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> MapBuilder<'a> {
|                                                          ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:113:58
|
113 |     pub fn insert_map<K: StrAllocating>(self, key: K, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> MapBuilder<'a> {
|                                                          ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:133:57
|
133 |     pub fn insert_fn<K: StrAllocating>(self, key: K, f: |String|: 'a -> String) -> MapBuilder<'a> {
|                                                         ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:223:30
|
223 |     pub fn push_vec(self, f: |VecBuilder<'a>| -> VecBuilder<'a>) -> VecBuilder<'a> {
|                              ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:248:30
|
248 |     pub fn push_map(self, f: |MapBuilder<'a>| -> MapBuilder<'a>) -> VecBuilder<'a> {
|                              ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:268:29
|
268 |     pub fn push_fn(self, f: |String|: 'a -> String) -> VecBuilder<'a> {
|                             ^

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:337:25
|
337 |         let mut count = 0u;
|                         ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:340:26
|
340 |                 count += 1u;
|                          ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:366:25
|
366 |         let mut count = 0u;
|                         ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/builder.rs:369:26
|
369 |                 count += 1u;
|                          ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: expected one of `>`, identifier, lifetime, or type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/data.rs:10:17
|
10 |     Fun(RefCell<|String|: 'a -> String>),
|                 ^ expected one of `>`, identifier, lifetime, or type here

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `rust-mustache`.,
cause: process didn't exit successfully: `rustdoc --crate-name mustache .cargo/registry/src/github.com-1ecc6299db9ec823/rust-mustache-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.