sqlx-core 0.5.8

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
Build #442647 2021-10-01 21:56:37
# rustc version
rustc 1.57.0-nightly (aa7aca3b9 2021-09-30)# docs.rs version
docsrs 0.6.0 (8e35ec4 2021-09-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.5.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.5.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all-databases all-types offline runtime-async-std-native-tls" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210930-1.57.0-nightly-aa7aca3b9" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] ad631cbc7eb647359c5dee82b531d2451c3530d4c4d254587f99ea9850b54f5b
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ad631cbc7eb647359c5dee82b531d2451c3530d4c4d254587f99ea9850b54f5b", kill_on_drop: false }`
[INFO] [stderr]  Documenting sqlx-core v0.5.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `copy_in_raw` links to private item `PgCopyIn::finish`
[INFO] [stderr]   --> src/postgres/copy.rs:28:10
[INFO] [stderr]    |
[INFO] [stderr] 28 |     /// [PgCopyIn::finish] or [PgCopyIn::abort] *must* be called when finished or the connection
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `copy_in_raw` links to private item `PgCopyIn::abort`
[INFO] [stderr]   --> src/postgres/copy.rs:28:32
[INFO] [stderr]    |
[INFO] [stderr] 28 |     /// [PgCopyIn::finish] or [PgCopyIn::abort] *must* be called when finished or the connection
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `copy_in_raw` links to private item `PgCopyIn::finish`
[INFO] [stderr]   --> src/postgres/copy.rs:76:10
[INFO] [stderr]    |
[INFO] [stderr] 76 |     /// [PgCopyIn::finish] or [PgCopyIn::abort] *must* be called when finished or the connection
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `copy_in_raw` links to private item `PgCopyIn::abort`
[INFO] [stderr]   --> src/postgres/copy.rs:76:32
[INFO] [stderr]    |
[INFO] [stderr] 76 |     /// [PgCopyIn::finish] or [PgCopyIn::abort] *must* be called when finished or the connection
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Json`
[INFO] [stderr]   --> src/postgres/types/mod.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 | //! | [`Json<T>`]                           | JSON, JSONB                                          |
[INFO] [stderr]    |         ^^^^^^^ no item named `Json` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/postgres/copy.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/postgres/copy.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/postgres/copy.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/postgres/copy.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/postgres/types/money.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 | /// https://lh.2xlibre.net/values/frac_digits/
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://lh.2xlibre.net/values/frac_digits/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/postgres/types/money.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 48 | /// https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/cash.c#L114-L123
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/cash.c#L114-L123>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlx-core` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.37s
[INFO] running `Command { std: "docker" "inspect" "ad631cbc7eb647359c5dee82b531d2451c3530d4c4d254587f99ea9850b54f5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad631cbc7eb647359c5dee82b531d2451c3530d4c4d254587f99ea9850b54f5b", kill_on_drop: false }`
[INFO] [stdout] ad631cbc7eb647359c5dee82b531d2451c3530d4c4d254587f99ea9850b54f5b