infer_schema_internals 1.4.0

Previously internal to `diesel_infer_schema`. Not intended for public use
Build #139912 2019-01-29T23:57:48.468533+00:00
# rustc version
rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)
# docs.rs version
cratesfyi 0.6.0 (b517745 2019-01-29)

# build log
Updating crates.io index
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.26
Fresh byteorder v1.3.1
Fresh quote v0.6.11
Compiling syn v0.15.26
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.26/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=d8be12b3a0582ac8 -C extra-filename=-d8be12b3a0582ac8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-3bdac642a8bf284a.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-36d86cb61160f062.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-90afea415fa45b8a.rlib --cap-lints allow`
Compiling diesel_derives v1.4.0
Running `rustc --crate-name diesel_derives /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel_derives-1.4.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' -C metadata=448f9a0c9611bdb9 -C extra-filename=-448f9a0c9611bdb9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-3bdac642a8bf284a.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-36d86cb61160f062.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-d8be12b3a0582ac8.rlib --cap-lints allow`
Checking diesel v1.4.1
Running `rustc --crate-name diesel /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=600567bdf4131f8c -C extra-filename=-600567bdf4131f8c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3120d9eb87ea79db.rmeta --extern diesel_derives=/home/cratesfyi/cratesfyi/debug/deps/libdiesel_derives-448f9a0c9611bdb9.so --cap-lints allow`
Documenting infer_schema_internals v1.4.0
Running `rustdoc --crate-name infer_schema_internals /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url 'serde=https://docs.rs/serde/1.0.85' --extern-html-root-url 'diesel=https://docs.rs/diesel/1.4.1' --extern-html-root-url 'dotenv=https://docs.rs/dotenv/0.10.1' --extern-html-root-url 'clippy=https://docs.rs/clippy/0.0.195' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern diesel=/home/cratesfyi/cratesfyi/debug/deps/libdiesel-600567bdf4131f8c.rmeta`
error: At least one backend must be specified for use with this crate.
In Cargo.toml, please specify `features = ["postgresql"]`, `features = ["mysql"]`, or `features = ["sqlite"]`

ex. `infer_schema_internals { features = ["postgres"] }`

--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/inference.rs:70:14
|
70 |           _ => compile_error!(
|  ______________^
71 | |             "At least one backend must be specified for use with this crate.\n \
72 | |              In Cargo.toml, please specify `features = [\"postgresql\"]`, \
73 | |              `features = [\"mysql\"]`, or `features = [\"sqlite\"]`\n\n \
74 | |              ex. `infer_schema_internals { features = [\"postgres\"] }`\n "
75 | |         ),
| |_________^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name infer_schema_internals /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url \'serde=https://docs.rs/serde/1.0.85\' --extern-html-root-url \'diesel=https://docs.rs/diesel/1.4.1\' --extern-html-root-url \'dotenv=https://docs.rs/dotenv/0.10.1\' --extern-html-root-url \'clippy=https://docs.rs/clippy/0.0.195\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern diesel=/home/cratesfyi/cratesfyi/debug/deps/libdiesel-600567bdf4131f8c.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `infer_schema_internals`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.