rss 0.0.3

Read/write for RSS
Build #9605 2016-08-06T20:28:18.385600+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`
Downloading rss v0.0.3
Compiling RustyXML v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/RustyXML-0.1.1/src/lib.rs --crate-name xml --crate-type lib -g -C metadata=41b8b9530101deda -C extra-filename=-41b8b9530101deda --out-dir /home/cratesfyi/rss-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rss-0.0.3/debug/deps -L dependency=/home/cratesfyi/rss-0.0.3/debug/deps --cap-lints allow`
Documenting rss v0.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs --crate-name rss -o /home/cratesfyi/rss-0.0.3/doc -L dependency=/home/cratesfyi/rss-0.0.3/debug -L dependency=/home/cratesfyi/rss-0.0.3/debug/deps --extern xml=/home/cratesfyi/rss-0.0.3/debug/deps/libxml-41b8b9530101deda.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs:36:5: 36:65 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs:36     fn from_xml(element: Element) -> Result<Self, &'static str>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs:36:5: 36:65 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs:36:5: 36:65 note: required by `std::result::Result` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rss v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/rss-0.0.3`,
cause: ChainedError {
error: Could not document `rss`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rss-0.0.3/src/lib.rs --crate-name rss -o /home/cratesfyi/rss-0.0.3/doc -L dependency=/home/cratesfyi/rss-0.0.3/debug -L dependency=/home/cratesfyi/rss-0.0.3/debug/deps --extern xml=/home/cratesfyi/rss-0.0.3/debug/deps/libxml-41b8b9530101deda.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.