rust-mustache 0.4.0

A pure rust implementation of mustache
Build #53181 2017-06-03T05:54:25.888850+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rust-mustache v0.4.0
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 -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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                                                         -^ unexpected token
|                                                         |
|                                                         expected one of 16 possible tokens here

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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                                                         -^ unexpected token
|                                                         |
|                                                         expected one of 16 possible tokens here

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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                                                        -^ unexpected token
|                                                        |
|                                                        expected one of 16 possible tokens here

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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                             -^ unexpected token
|                             |
|                             expected one of 16 possible tokens here

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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                             -^ unexpected token
|                             |
|                             expected one of 16 possible tokens here

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: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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> {
|                            -^ unexpected token
|                            |
|                            expected one of 16 possible tokens here

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

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 '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 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.