pascal_string 0.4.0

Pascal strings in Rust.
Documentation
Build #56851 2017-06-05 09:37:54

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.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 pascal_string v0.4.0
Fresh ascii v0.7.1
Documenting pascal_string v0.4.0
Running `rustdoc --crate-name pascal_string .cargo/registry/src/github.com-1ecc6299db9ec823/pascal_string-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ascii=/home/cratesfyi/cratesfyi/debug/deps/libascii-73958792726c8f7f.rlib --extern-version ascii=ascii,0.7.1`
error[E0277]: the trait bound `[ascii::AsciiChar; 255]: std::cmp::Eq` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/pascal_string-0.4.0/src/pascal_string.rs:23:5
|
23 |     chars: [AsciiChar; PASCAL_STRING_BUF_SIZE]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `[ascii::AsciiChar; 255]`
|
= help: the following implementations were found:
<[T; 31] as std::cmp::Eq>
<[T; 17] as std::cmp::Eq>
<[T; 14] as std::cmp::Eq>
<[T; 32] as std::cmp::Eq>
and 30 others
= note: required by `std::cmp::AssertParamIsEq`

error: Compilation failed, aborting rustdoc

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