Documentation
Build #60574 2017-06-06T14:16:14.335537+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rebar v0.0.1
Fresh term v0.4.5
Documenting rebar v0.0.1
Running `rustdoc --crate-name rebar .cargo/registry/src/github.com-1ecc6299db9ec823/rebar-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-257b573e2b7f471d.rlib --extern-version term=term,0.4.5`
error[E0599]: no associated item named `from_str` found for type `std::string::String` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rebar-0.0.1/src/lib.rs:25:20
|
25 |     let mut line = String::from_str("\r");
|                    ^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
= help: candidate #1: `use std::str::FromStr;`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `rebar`.,
cause: process didn't exit successfully: `rustdoc --crate-name rebar .cargo/registry/src/github.com-1ecc6299db9ec823/rebar-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-257b573e2b7f471d.rlib --extern-version term=term,0.4.5` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.