[go: up one dir, main page]

toml 0.1.5

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 #10400 2016-08-07 06:11:13

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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.5
Documenting toml v0.1.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.5/doc -L dependency=/home/cratesfyi/toml-0.1.5/debug -L dependency=/home/cratesfyi/toml-0.1.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:8:13: 8:16 error: expected identifier, found keyword `mod` 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:8 use Value::{mod, Array, Table, Float, Integer, Boolean, Datetime};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494:28: 494:30 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494             for _ in range(0u, 4u) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494:28: 494:30 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494:32: 494:34 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494             for _ in range(0u, 4u) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:494:32: 494:34 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499:28: 499:30 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499             for _ in range(0u, 5u) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499:28: 499:30 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499:32: 499:34 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499             for _ in range(0u, 5u) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:499:32: 499:34 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517:24: 517:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517         for _ in range(0u, 15u) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517:24: 517:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517:28: 517:31 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517         for _ in range(0u, 15u) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/parser.rs:517:28: 517:31 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/show.rs:4:13: 4:16 error: expected identifier, found keyword `mod` 
.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/show.rs:4 use Value::{mod, String, Integer, Float, Boolean, Datetime, Array, Table};
^~~
error: aborting due to 7 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `toml v0.1.5`, intermediate artifacts can be found at `/home/cratesfyi/toml-0.1.5`,
cause: ChainedError {
error: Could not document `toml`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.1.5/src/lib.rs --crate-name toml -o /home/cratesfyi/toml-0.1.5/doc -L dependency=/home/cratesfyi/toml-0.1.5/debug -L dependency=/home/cratesfyi/toml-0.1.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.