handlebars 0.1.0

Handlebars templating implemented in Rust.
Build #10746 2016-08-07T14:01:24.299107+00:00
# 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 handlebars v0.1.0
Documenting handlebars v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/lib.rs --crate-name handlebars -o /home/cratesfyi/handlebars-0.1.0/doc -L dependency=/home/cratesfyi/handlebars-0.1.0/debug -L dependency=/home/cratesfyi/handlebars-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/template.rs:113:40: 113:44 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/template.rs:113         let mut tokens = source.split(|&: c: char| c.is_whitespace())
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/template.rs:113:40: 113:44 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/render.rs:251:56: 251:58 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/render.rs:251     render_context.set_local_var("@index".to_string(), 0u.to_json());
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/render.rs:251:56: 251:58 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/helpers/helper_each.rs:34:72: 34:74 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/helpers/helper_each.rs:34                             rc.set_local_var("@first".to_string(), (i==0u).to_json());
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/helpers/helper_each.rs:34:72: 34:74 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/context.rs:12:37: 12:42 error: macro undefined: 'regex!' 
.cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/context.rs:12 static ARRAY_INDEX_MATCHER: Regex = regex!(r"\[\d+\]$");
^~~~~
error: aborting due to 4 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `handlebars v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/handlebars-0.1.0`,
cause: ChainedError {
error: Could not document `handlebars`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/handlebars-0.1.0/src/lib.rs --crate-name handlebars -o /home/cratesfyi/handlebars-0.1.0/doc -L dependency=/home/cratesfyi/handlebars-0.1.0/debug -L dependency=/home/cratesfyi/handlebars-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.