arraystring 0.2.1

String based on generic-array
Build #136992 2019-01-13 04:51:38

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.33.0-nightly (c2d381d39 2019-01-10)

# docs.rs version cratesfyi 0.6.0 (1a20968 2019-01-11)

# build log Updating crates.io index Downloading crates ... Downloaded arraystring v0.2.1 Fresh cfg-if v0.1.6 Fresh log v0.4.6 Fresh serde v1.0.84 Fresh typenum v1.10.0 Documenting arraystring v0.2.1 Running `rustdoc --edition=2018 --crate-name arraystring /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logs"' --cfg 'feature="serde"' --cfg 'feature="serde-traits"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'log=https://docs.rs/log/0.4.6' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.84' --extern-html-root-url 'criterion=https://docs.rs/criterion/0.2.7' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.35' --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.5.13' --extern-html-root-url 'typenum=https://docs.rs/typenum/1.10.0' --extern-html-root-url 'diesel=https://docs.rs/diesel/1.3.3' --cfg docs_rs_workaraound -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-c43b64e81bcdbc3f.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-9ff82889aab5f383.rmeta --extern typenum=/home/cratesfyi/cratesfyi/debug/deps/libtypenum-35f1f5b5d9ce5610.rmeta` error[E0405]: cannot find trait `QueryFragment` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:81:16 | 81 | impl<SIZE, DB> QueryFragment<DB> for ArrayString<SIZE> | ^^^^^^^^^^^^^ not found in this scope error[E0405]: cannot find trait `Backend` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:84:9 | 84 | DB: Backend + HasSqlType<VarChar>, | ^^^^^^^ not found in this scope error[E0405]: cannot find trait `HasSqlType` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:84:19 | 84 | DB: Backend + HasSqlType<VarChar>, | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `VarChar` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:84:30 | 84 | DB: Backend + HasSqlType<VarChar>, | ^^^^^^^ not found in this scope error[E0412]: cannot find type `AstPass` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:86:34 | 86 | fn walk_ast(&self, mut pass: AstPass<DB>) -> QueryResult<()> { | ^^^^^^^ not found in this scope error[E0412]: cannot find type `QueryResult` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/integration.rs:86:50 | 86 | fn walk_ast(&self, mut pass: AstPass<DB>) -> QueryResult<()> { | ^^^^^^^^^^^ not found in this scope thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name arraystring /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arraystring-0.2.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' --cfg \'feature=\"log\"\' --cfg \'feature=\"logs\"\' --cfg \'feature=\"serde\"\' --cfg \'feature=\"serde-traits\"\' --cfg \'feature=\"std\"\' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url \'log=https://docs.rs/log/0.4.6\' --extern-html-root-url \'serde=https://docs.rs/serde/1.0.84\' --extern-html-root-url \'criterion=https://docs.rs/criterion/0.2.7\' --extern-html-root-url \'serde_json=https://docs.rs/serde_json/1.0.35\' --extern-html-root-url \'env_logger=https://docs.rs/env_logger/0.5.13\' --extern-html-root-url \'typenum=https://docs.rs/typenum/1.10.0\' --extern-html-root-url \'diesel=https://docs.rs/diesel/1.3.3\' --cfg docs_rs_workaraound -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-c43b64e81bcdbc3f.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-9ff82889aab5f383.rmeta --extern typenum=/home/cratesfyi/cratesfyi/debug/deps/libtypenum-35f1f5b5d9ce5610.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `arraystring`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.