pear_codegen 0.0.10

A (codegen) pear is a fruit.
Build #64696 2017-07-12 10:15:07

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading pear_codegen v0.0.10 Documenting pear_codegen v0.0.10 Running `rustdoc --crate-name pear_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 3 fields --> .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:271:9 | 271 | ExprKind::MethodCall(ty, params) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 fields, found 2 error[E0061]: this function takes 3 parameters but 2 parameters were supplied --> .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:272:60 | 272 | let remake = |new_params| ExprKind::MethodCall(ty, new_params); | ^^^^^^^^^^^^^^ expected 3 parameters error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `pear_codegen`., cause: process didn't exit successfully: `rustdoc --crate-name pear_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:142 note: Run with `RUST_BACKTRACE=1` for a backtrace.