oak 0.4.5

A typed parser generator syntax extension for Parsing Expression Grammar (PEG).
Build #35386 2016-11-28T22:48:11.068635+00:00
# rustc version
rustc 1.14.0-nightly (cae6ab1c4 2016-11-05)
# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading oak v0.4.5
Downloading partial v0.1.0
Compiling partial v0.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/partial-0.1.0/src/libpartial/lib.rs --crate-name partial --crate-type dylib -C prefer-dynamic -g -C metadata=6322025e66d0bcdf -C extra-filename=-6322025e66d0bcdf --out-dir /home/cratesfyi/oak-0.4.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/oak-0.4.5/debug/deps --cap-lints allow`
Documenting oak v0.4.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/oak-0.4.5/src/liboak/lib.rs --crate-name oak -o /home/cratesfyi/oak-0.4.5/doc -L dependency=/home/cratesfyi/oak-0.4.5/debug/deps --extern partial=/home/cratesfyi/oak-0.4.5/debug/deps/libpartial-6322025e66d0bcdf.so`
error: `..` in tuple struct patterns is experimental (see issue #33627)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/oak-0.4.5/src/liboak/middle/typing/ast.rs:54:7
|
54 |       rust::ItemKind::Fn(ref decl,..) => {
|       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(dotdot_in_tuple_patterns)] to the crate attributes to enable

error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 1', ../src/libcore/result.rs:837
note: Run with `RUST_BACKTRACE=1` for a backtrace.

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