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.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading programinduction v0.6.5
Fresh nodrop v0.1.12
Fresh maplit v1.0.1
Fresh lazy_static v1.0.1
Fresh libc v0.2.41
Fresh smallvec v0.6.1
Fresh memoffset v0.2.1
Fresh rand_core v0.2.0
Fresh scopeguard v0.3.3
Fresh arrayvec v0.4.7
Fresh rand v0.4.2
Fresh memchr v2.0.1
Fresh either v1.5.0
Fresh cfg-if v0.1.3
Fresh rand v0.5.0
Fresh stable_deref_trait v1.0.0
Fresh num_cpus v1.8.0
Fresh parking_lot_core v0.2.14
Fresh nom v4.0.0
Fresh itertools v0.7.8
Fresh crossbeam-utils v0.3.2
Fresh crossbeam-utils v0.2.2
Fresh owning_ref v0.3.3
Fresh polytype v4.2.1
Fresh crossbeam-epoch v0.4.1
Fresh crossbeam-epoch v0.3.1
Fresh parking_lot v0.5.5
Fresh crossbeam-deque v0.2.0
Compiling crossbeam-channel v0.1.3
Fresh rayon-core v1.4.0
Compiling rayon v1.0.1
Running `rustc --crate-name crossbeam_channel .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=edeff5a78779e1bb -C extra-filename=-edeff5a78779e1bb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern crossbeam_epoch=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_epoch-f52471745accdef8.rlib --extern-version crossbeam_epoch=crossbeam-epoch,0.4.1 --extern crossbeam_utils=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_utils-f30ed93f08c85527.rlib --extern-version crossbeam_utils=crossbeam-utils,0.3.2 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-70b331c255c27ebd.rlib --extern-version parking_lot=parking_lot,0.5.5 --cap-lints allow`
Running `rustc --crate-name rayon .cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ffcd0bd995b9136b -C extra-filename=-ffcd0bd995b9136b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rayon_core=/home/cratesfyi/cratesfyi/debug/deps/librayon_core-76d6caf493c3615a.rlib --extern-version rayon_core=rayon-core,1.4.0 --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-d3bd57c3390bbb68.rlib --extern-version either=either,1.5.0 --cap-lints allow`
Documenting programinduction v0.6.5
Running `rustdoc --crate-name programinduction .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.6.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf --html-in-header .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.3.0/rustdoc-include-katex-header.html -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f81f6c8213ee1731.rlib --extern-version rand=rand,0.5.0 --extern nom=/home/cratesfyi/cratesfyi/debug/deps/libnom-015ff15221a1b314.rlib --extern-version nom=nom,4.0.0 --extern maplit=/home/cratesfyi/cratesfyi/debug/deps/libmaplit-ed830f285ec13a63.rlib --extern-version maplit=maplit,1.0.1 --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-a15b6570ce0da9e4.rlib --extern-version itertools=itertools,0.7.8 --extern polytype=/home/cratesfyi/cratesfyi/debug/deps/libpolytype-d0bdccc824a4fefa.rlib --extern-version polytype=polytype,4.2.1 --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-ffcd0bd995b9136b.rlib --extern-version rayon=rayon,1.0.1 --extern crossbeam_channel=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_channel-edeff5a78779e1bb.rlib --extern-version crossbeam_channel=crossbeam-channel,0.1.3 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1`
error[E0658]: `impl Trait` in return position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.6.5/src/lambda/compression.rs:900:10
|
900 | ) -> impl Iterator<Item = Fragment> + 'a {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(conservative_impl_trait)] to the crate attributes to enable
error[E0658]: `impl Trait` in return position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.6.5/src/lambda/compression.rs:938:43
|
938 | fn to_inventions(expr: Expression) -> impl Iterator<Item = Expression> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(conservative_impl_trait)] to the crate attributes to enable
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `programinduction`.,
cause: process didn't exit successfully: `rustdoc --crate-name programinduction .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.6.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf --html-in-header .cargo/registry/src/github.com-1ecc6299db9ec823/programinduction-0.3.0/rustdoc-include-katex-header.html -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f81f6c8213ee1731.rlib --extern-version rand=rand,0.5.0 --extern nom=/home/cratesfyi/cratesfyi/debug/deps/libnom-015ff15221a1b314.rlib --extern-version nom=nom,4.0.0 --extern maplit=/home/cratesfyi/cratesfyi/debug/deps/libmaplit-ed830f285ec13a63.rlib --extern-version maplit=maplit,1.0.1 --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-a15b6570ce0da9e4.rlib --extern-version itertools=itertools,0.7.8 --extern polytype=/home/cratesfyi/cratesfyi/debug/deps/libpolytype-d0bdccc824a4fefa.rlib --extern-version polytype=polytype,4.2.1 --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-ffcd0bd995b9136b.rlib --extern-version rayon=rayon,1.0.1 --extern crossbeam_channel=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_channel-edeff5a78779e1bb.rlib --extern-version crossbeam_channel=crossbeam-channel,0.1.3 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-1adaeb69ca9ba8e2.rlib --extern-version lazy_static=lazy_static,1.0.1` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.