number_prefix 0.1.0

Library for formatting numeric prefixes: kilo, giga, kibi.
Build #26137 2016-08-19T07:04:12.009667+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 number_prefix v0.1.0
Documenting number_prefix v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs --crate-name number_prefix -o /home/cratesfyi/number_prefix-0.1.0/doc -L dependency=/home/cratesfyi/number_prefix-0.1.0/debug -L dependency=/home/cratesfyi/number_prefix-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234:60: 234:61 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` 
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234 fn format_number<F, P>(mut amount: F, kilo: F, prefixes: [P, ..8]) -> Result<F, P>
^
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234:62: 234:64 error: expected pattern, found `..` 
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234 fn format_number<F, P>(mut amount: F, kilo: F, prefixes: [P, ..8]) -> Result<F, P>
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234:65: 234:66 error: expected `,`, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234 fn format_number<F, P>(mut amount: F, kilo: F, prefixes: [P, ..8]) -> Result<F, P>
^
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234:65: 234:66 error: expected one of `->`, `where`, or `{`, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs:234 fn format_number<F, P>(mut amount: F, kilo: F, prefixes: [P, ..8]) -> Result<F, P>
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `number_prefix v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/number_prefix-0.1.0`,
cause: ChainedError {
error: Could not document `number_prefix`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.1.0/src/lib.rs --crate-name number_prefix -o /home/cratesfyi/number_prefix-0.1.0/doc -L dependency=/home/cratesfyi/number_prefix-0.1.0/debug -L dependency=/home/cratesfyi/number_prefix-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.