metafactory 0.4.4

Rust library to chain together object factories.
Build #90252 2018-03-06 02:26:22

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 (5c1d29af0 2018-03-03)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading metafactory v0.4.4 Compiling typedef v0.3.2 Running `rustc --crate-name typedef .cargo/registry/src/github.com-1ecc6299db9ec823/typedef-0.3.2/src/lib.rs --crate-type lib --emit=dep-info,link -C opt-level=1 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=53e53c74b55dc790 -C extra-filename=-53e53c74b55dc790 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Documenting metafactory v0.4.4 Running `rustdoc --crate-name metafactory .cargo/registry/src/github.com-1ecc6299db9ec823/metafactory-0.4.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern typedef=/home/cratesfyi/cratesfyi/debug/deps/libtypedef-53e53c74b55dc790.rlib --extern-version typedef=typedef,0.3.2` error: expected pattern, found `:` --> .cargo/registry/src/github.com-1ecc6299db9ec823/metafactory-0.4.4/src/aggregate/mod.rs:109:27 | 106 | Aggregate { | --------- while parsing this struct ... 109 | do_new: box |&: items: Vec<Box<Any>>| { | ^ expected pattern error: invalid suffix `i` for numeric literal --> .cargo/registry/src/github.com-1ecc6299db9ec823/metafactory-0.4.4/src/from_clone/mod.rs:122:30 | 122 | let factory = create(24i).new(Vec::new()).ok().unwrap().as_factory_of::<int>().unwrap(); | ^^^ | = help: the suffix must be one of the integral types (`u32`, `isize`, etc) error: expected type, found `||` --> .cargo/registry/src/github.com-1ecc6299db9ec823/metafactory-0.4.4/src/from_closure/zeroarg.rs:38:36 | 38 | impl<T:'static> ToMetaFactory for (||:'static -> T) { | ^^ thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `metafactory`., cause: process didn't exit successfully: `rustdoc --crate-name metafactory .cargo/registry/src/github.com-1ecc6299db9ec823/metafactory-0.4.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern typedef=/home/cratesfyi/cratesfyi/debug/deps/libtypedef-53e53c74b55dc790.rlib --extern-version typedef=typedef,0.3.2` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.