toml 0.1.18

A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Encodable/Decodable traits for TOML data to facilitate deserializing and serializing Rust structures.
Build #10387 2016-08-07T06:09:55.649823+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 toml v0.1.18
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/toml-0.1.18/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/toml-0.1.18/debug/deps -L dependency=/home/cratesfyi/toml-0.1.18/debug/deps --cap-lints allow`
Documenting toml v0.1.18
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.18/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.18/doc -L dependency=/home/cratesfyi/toml-0.1.18/debug -L dependency=/home/cratesfyi/toml-0.1.18/debug/deps --extern rustc_serialize=/home/cratesfyi/toml-0.1.18/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.18/src/lib.rs:43:14: 43:31 error: expected identifier, found `"rustc-serialize"` 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.18/src/lib.rs:43 extern crate "rustc-serialize" as rustc_serialize;
^~~~~~~~~~~~~~~~~
thread 'main' panicked at 'ChainedError {
error: failed to compile `toml v0.1.18`, intermediate artifacts can be found at `/home/cratesfyi/toml-0.1.18`,
cause: ChainedError {
error: Could not document `toml`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.18/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.18/doc -L dependency=/home/cratesfyi/toml-0.1.18/debug -L dependency=/home/cratesfyi/toml-0.1.18/debug/deps --extern rustc_serialize=/home/cratesfyi/toml-0.1.18/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.