quasi 0.29.0

A quasi-quoting macro system
Build #38202 2017-01-06T09:19:57.957804+00:00
# rustc version
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05)
# docs.rs version
cratesfyi 0.2.3 (75099cc 2016-12-26)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading quasi v0.29.0
Documenting quasi v0.29.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.29.0/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.29.0/doc -L dependency=/home/cratesfyi/quasi-0.29.0/debug/deps`
error[E0412]: type name `u128` is undefined or not in scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.29.0/src/lib.rs:327:13
|
327 | type umax = u128;
|             ^^^^ undefined or not in scope
|
= help: no candidates by the name of `u128` found in your project; maybe you misspelled the name or forgot to import an external crate?

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `quasi`.,
cause: process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.29.0/src/lib.rs --crate-name quasi -o /home/cratesfyi/quasi-0.29.0/doc -L dependency=/home/cratesfyi/quasi-0.29.0/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.