peg 0.1.6

A parser generator built on the Parsing Expression Grammar (PEG) formalism.
Build #8020 2016-08-05T10:03:06.776550+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 peg v0.1.6
Documenting peg v0.1.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.1.6/doc -L dependency=/home/cratesfyi/peg-0.1.6/debug -L dependency=/home/cratesfyi/peg-0.1.6/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:41:20: 41:23 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:41     let mut used = 0us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:41:20: 41:23 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:216:112: 216:122 error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:216                                                                                                          box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:617:152: 617:155 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:617                                                                                                                                                        1us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:617:152: 617:155 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:857:46: 857:49 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:857                     if repeat_value.len() >= 1us {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:857:46: 857:49 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1315:84: 1315:87 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1315                                                                                    1us
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1315:84: 1315:87 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1600:90: 1600:100 error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1600                                                                                    box() expression,}
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1629:68: 1629:72 error: expected one of `,`, `.`, `?`, `}`, or an operator, found `expr` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1629                                                        expr: box() expr,}
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1689:85: 1689:95 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1689                                                                 PosAssertExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1689:85: 1689:95 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1689                                                                 PosAssertExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1725:93: 1725:103 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1725                                                                         NegAssertExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1725:93: 1725:103 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1725                                                                         NegAssertExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1767:76: 1767:86 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1767                                                         OptionalExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1767:76: 1767:86 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1767                                                         OptionalExpr(box() expression)
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1806:90: 1806:100 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1806                                                                             Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1806:90: 1806:100 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1806                                                                             Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1857:98: 1857:108 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1857                                                                                     Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1857:98: 1857:108 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1857                                                                                     Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1902:94: 1902:104 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1902                                                                                 Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1902:94: 1902:104 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1902                                                                                 Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1948:102: 1948:112 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1948                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1948:102: 1948:112 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:1948                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2018:134: 2018:144 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2018                                                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2018:134: 2018:144 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2018                                                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2141:166: 2141:176 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2141                                                                                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2141:166: 2141:176 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2141                                                                                                                                                         Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2269:162: 2269:172 error: expected one of `,`, `.`, `?`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2269                                                                                                                                                     Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2269:162: 2269:172 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `expression` 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2269                                                                                                                                                     Repeat(box() expression,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2621:34: 2621:37 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2621         if repeat_value.len() >= 1us {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2621:34: 2621:37 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2864:58: 2864:61 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2864                                 if repeat_value.len() >= 1us {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:2864:58: 2864:61 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:4005:70: 4005:73 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:4005                                             if repeat_value.len() >= 1us {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/grammar.rs:4005:70: 4005:73 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
error: aborting due to 30 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `peg v0.1.6`, intermediate artifacts can be found at `/home/cratesfyi/peg-0.1.6`,
cause: ChainedError {
error: Could not document `peg`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/peg-0.1.6/src/peg_syntax_ext.rs --crate-name peg_syntax_ext -o /home/cratesfyi/peg-0.1.6/doc -L dependency=/home/cratesfyi/peg-0.1.6/debug -L dependency=/home/cratesfyi/peg-0.1.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.