qindex_multi 0.1.2

Provides means of indexing collections mutable and immutable multiple times at once.
Build #24678 2016-08-18T03:10:23.455300+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`
Compiling vec_map v0.3.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.3.0/src/lib.rs --crate-name vec_map --crate-type lib -g -C metadata=dca25e37e1b55e6e -C extra-filename=-dca25e37e1b55e6e --out-dir /home/cratesfyi/qindex_multi-0.1.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug/deps -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug/deps --cap-lints allow`
Documenting qindex_multi v0.1.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs --crate-name qindex_multi -o /home/cratesfyi/qindex_multi-0.1.2/doc -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug/deps --extern vec_map=/home/cratesfyi/qindex_multi-0.1.2/debug/deps/libvec_map-dca25e37e1b55e6e.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5: 115:47 error: the associated type `<C as std::ops::Index<Idx>>::Output` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115     type Item = &'c <C as Index<Idx>>::Output;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5: 115:47 help: consider adding an explicit lifetime bound `<C as std::ops::Index<Idx>>::Output: 'c`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115:5: 115:47 note: ...so that the reference type `&'c <C as std::ops::Index<Idx>>::Output` does not outlive the data it points at 
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:115     type Item = &'c <C as Index<Idx>>::Output;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5: 131:51 error: the associated type `<C as std::ops::Index<Idx>>::Output` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131     type Item = &'c mut <C as Index<Idx>>::Output;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5: 131:51 help: consider adding an explicit lifetime bound `<C as std::ops::Index<Idx>>::Output: 'c`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131:5: 131:51 note: ...so that the reference type `&'c mut <C as std::ops::Index<Idx>>::Output` does not outlive the data it points at 
.cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs:131     type Item = &'c mut <C as Index<Idx>>::Output;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `qindex_multi v0.1.2`, intermediate artifacts can be found at `/home/cratesfyi/qindex_multi-0.1.2`,
cause: ChainedError {
error: Could not document `qindex_multi`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qindex_multi-0.1.2/src/lib.rs --crate-name qindex_multi -o /home/cratesfyi/qindex_multi-0.1.2/doc -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug -L dependency=/home/cratesfyi/qindex_multi-0.1.2/debug/deps --extern vec_map=/home/cratesfyi/qindex_multi-0.1.2/debug/deps/libvec_map-dca25e37e1b55e6e.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.