aster 0.32.1

A libsyntax ast builder
Build #33806 2016-11-01T17:04:18.372657+00:00
# rustc version
rustc 1.14.0-nightly (6dc035ed9 2016-10-15)
# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading aster v0.32.1
Documenting aster v0.32.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.32.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.32.1/doc -L dependency=/home/cratesfyi/aster-0.32.1/debug/deps`
error[E0560]: struct `syntax::ast::Field` has no field named `is_shorthand`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.32.1/src/expr.rs:1130:13
|
1130 |             is_shorthand: false,
|             ^^^^^^^^^^^^ `syntax::ast::Field` does not have this field

error: Compilation failed, aborting rustdoc

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