solicit 0.3.0

A library implementation of HTTP/2
Build #10165 2016-08-07T03:09:53.825196+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 log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/solicit-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps --cap-lints allow`
Compiling hpack v0.3.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/hpack-0.3.0/src/lib.rs --crate-name hpack --crate-type lib -g -C metadata=aa830e06dc22330d -C extra-filename=-aa830e06dc22330d --out-dir /home/cratesfyi/solicit-0.3.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps --extern log=/home/cratesfyi/solicit-0.3.0/debug/deps/liblog-bf16bb9a4912b11d.rlib --cap-lints allow`
Documenting solicit v0.3.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/lib.rs --crate-name solicit -o /home/cratesfyi/solicit-0.3.0/doc -L dependency=/home/cratesfyi/solicit-0.3.0/debug -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps --extern hpack=/home/cratesfyi/solicit-0.3.0/debug/deps/libhpack-aa830e06dc22330d.rlib --extern log=/home/cratesfyi/solicit-0.3.0/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/frame/mod.rs:133:5: 133:54 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/frame/mod.rs:133     fn from_raw(raw_frame: RawFrame) -> Option<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/frame/mod.rs:133:5: 133:54 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/frame/mod.rs:133:5: 133:54 note: required by `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/transport.rs:60:5: 60:52 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/transport.rs:60     fn try_split(&self) -> Result<Self, io::Error>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/transport.rs:60:5: 60:52 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/transport.rs:60:5: 60:52 note: required by `std::result::Result` 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:38:38: 38:73 error: the parameter type `S` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:38 pub struct StreamIter<'a, S: Stream>(Box<Iterator<Item=&'a mut S> + 'a>);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:38:38: 38:73 help: consider adding an explicit lifetime bound `S: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:38:38: 38:73 note: ...so that the reference type `&'a mut S` does not outlive the data it points at 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:38 pub struct StreamIter<'a, S: Stream>(Box<Iterator<Item=&'a mut S> + 'a>);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:41:5: 41:27 error: the parameter type `S` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:41     type Item = &'a mut S;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:41:5: 41:27 help: consider adding an explicit lifetime bound `S: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:41:5: 41:27 note: ...so that the reference type `&'a mut S` does not outlive the data it points at 
.cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/http/session.rs:41     type Item = &'a mut S;
^~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `solicit v0.3.0`, intermediate artifacts can be found at `/home/cratesfyi/solicit-0.3.0`,
cause: ChainedError {
error: Could not document `solicit`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/solicit-0.3.0/src/lib.rs --crate-name solicit -o /home/cratesfyi/solicit-0.3.0/doc -L dependency=/home/cratesfyi/solicit-0.3.0/debug -L dependency=/home/cratesfyi/solicit-0.3.0/debug/deps --extern hpack=/home/cratesfyi/solicit-0.3.0/debug/deps/libhpack-aa830e06dc22330d.rlib --extern log=/home/cratesfyi/solicit-0.3.0/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.