an 0.0.2

A library that determines which of ‘a’ or ‘an’ to precede a given word with.
Build #90302 2018-03-06 02:31:14

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.26.0-dev (5c1d29af0 2018-03-03)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading an v0.0.2 Documenting an v0.0.2 Running `rustdoc --crate-name an .cargo/registry/src/github.com-1ecc6299db9ec823/an-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0405]: cannot find trait `Str` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/an-0.0.2/src/lib.rs:6:13 | 6 | pub fn a<S: Str>(word: S) -> bool { | ^^^ not found in this scope error[E0405]: cannot find trait `Str` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/an-0.0.2/src/lib.rs:34:14 | 34 | pub fn an<S: Str>(word: S) -> bool { | ^^^ not found in this scope error[E0658]: The attribute `experimental` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) --> .cargo/registry/src/github.com-1ecc6299db9ec823/an-0.0.2/src/lib.rs:5:1 | 5 | #[experimental] | ^^^^^^^^^^^^^^^ | = help: add #![feature(custom_attribute)] to the crate attributes to enable error: aborting due to 3 previous errors You've got a few errors: E0405, E0658 If you want more information on an error, try using "rustc --explain E0405" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `an`., cause: process didn't exit successfully: `rustdoc --crate-name an .cargo/registry/src/github.com-1ecc6299db9ec823/an-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.